﻿@charset "UTF-8";

body {
	font-size: small;
	font-family: arial,sans-serif;
	color: #444444;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align:left;
	}

#contback1{
	width: 800px;/* ←ページ全体の幅を変えるときはこの数値を修正して下さい */
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/bg1.jpg);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 14px;
	overflow:hidden;
}


hr {
	border-bottom: 1px dotted #999999;
}


.list01 table {
	background-color:#FFFFFF;
	border-collapse: collapse;
	border-spacing:0;
	 }

 
.list01 td { 
	border: 1px solid #cccccc;
	background-color:#FFFFFF;
	padding: 10px 1px 10px 10px;
	margin:0px;
	text-align:left;
	background-repeat: no-repeat;	
 }
 
 .list01 th { 
	border: 1px solid #888888;
	color: #444444;	
    background: url(images/bg01b.gif);
	padding: 10px 1px 10px 10px;
	text-align:left;

 }
 

a {color: #002299; text-decoration: none; background-color: transparent;}

a:hover {
	color: #0000CC;
	text-decoration: underline;
}

h1 {
	font-size: 125%;
}
h2 {
	font-size: 112%;
}
h3, h4, h5 {
	font-size: 100%;
}

ul { margin: 2px; padding: 2px; list-style: decimal outside; text-align: left;}
li {
	list-style: square inside;
	color: #777777;
	margin-top: 3px;
	margin-bottom: 3px;
}


#contback2{
	background-image: url(images/bg2.jpg);
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 14px;
}

#contmain{
/*	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;*/
	background-color: #F6F6F6;
	background-image: url(images/contbg.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#content{
	padding:45px;
	line-height:150%;
}


.clear {
	clear: both;
}

#header {
	background-image: url(images/header.jpg);
	height: 110px;
	margin: 0px;
	padding: 0px;
/*	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #555555;
	border-bottom-color: #555555;
	background-repeat: repeat-y;
	background-position: left;*/
}

#headerlogo {
	vertical-align: bottom;
	padding-left: 23px;
	width: 125px;
	height: 55px;
}

#headerbanner {
	vertical-align: middle;
	text-align:center;
	width: 580px;
	height: 100px;
}


th {
	color: #FFFFFF;
	padding : 3px;
	vertical-align : middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/th.gif);
	background-color: #666666;
}


#footer {
	text-align:center;
	color: #eeeeee;
	border-top: 5px solid #FFFF01;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #17201E;
	background-repeat: no-repeat;
	background-position: center;
}

#footer a {
	color: #AAAAAA;
}
