*{
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(/img/ak_b011.gif);
	background-repeat: repeat ;
	background-color: #FFFFFF;
	font-size: 90%;
	line-height: 150%;
	text-align: center;
	color: #333333;
	margin: 0px;
}


div#page {
	text-align: left;
	border: 1px solid #333333;
	background: #E7ECF1;
	width: 952px;
	margin: 5px auto;
}
div#head {
	padding: 2px 2px 2px 2px;
	margin: 0px;
	background: #fff0f5;
}

div#menu {
	padding: 5px;
	background: #b22222;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	height: 20px;
}
div#menu ul{
	margin: 0px;
	padding: 0px;
}
div#menu li{
	float: left;
	padding: 0px;
	margin-left: 10px;
	color: #FFFFFF;
	list-style: none;
}
div#menu a{
	color: #FFFFFF;
	text-decoration: none;
}
div#menu a:hover{
color: #000000;
	background: #D7E1EC;
}
div#main {
	margin: 0px;
	padding: 0px;
	background: #fff0f5;
	width: 100%;
	float: left;

}
div#main p {
	margin: 20px 40px 20px 40px;
}

div#main ul {
	margin-left: 60px;
	margin-bottom: 1em;
	margin-right: 30px;
}


.s_head {
	width: 160px;
	background: #efefef;
	padding: 0 5px;
	font-weight:bold;
	border:dotted 2px #666;
}

.dot {
	text-decoration: none;
	border-bottom:   double 3px #FF0000;
}
.dotd {
	text-decoration: none;
	border-bottom:   dotted 2px #FF0000;
}




div#foot {
	padding: 5px;
	background: #b22222;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	height: 20px;
}
div#foot a{
	color: #FFFFFF;
	text-decoration: none;
}
div#foot a:hover{
	color: #000000;
	background: #D7E1EC;
}
div#foot ul{
	margin: 0px;
	padding: 0px;
}
div#foot li{
	float: right;
	padding: 0px;
	margin-right: 10px;
	color: #FFFFFF;
	list-style: none;
}


div#foot p{
	margin: 5px 0px 0px;
	padding: 5px 0px;

}
strong {
	color: #CC3333;
}

h1 {
	font-size: 110%;
	padding: 10px 10px 5px;
	font-weight: normal;
}
h2 {
	font-size: 110%;
	margin: 0px 20px 20px;
	color: #333333;
	border-bottom: 1px dashed #999999;
	padding: 0px 0px 5px;
	clear: both;
}
dl {
	margin: 0px 0px 50px 40px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
}


a:link    { color: #0000FF; }    /* 未訪のリンク */
a:visited { color: #0000FF; }   /* 訪問済みのリンク */
a:hover   { color: #FF0000; } /* カーソルが上に乗っているリンク */
a:active  { color: #FF0000; }   /* アクティブ中のリンク */



.imgbox {
	margin: 0px 0px 1em 40px;
}
.imgbox img{
	border: 1px solid #666666;
}
.imgbox_f {
	margin: 0px 10px 1em;
	float: right;
}
.imgbox_f img{
	border: 1px solid #666666;
}



table {
	border-top:1px solid #afafff;
	border-right:1px solid #afafff;
	margin:1em auto;
	border-collapse:collapse;
}
caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
}	
tr.odd td	{
	background:#f4f9ff
}
tr.odd .column1	{
	background:#f1f6fe;
}	
.column1	{
	background:#f3f6fb;
}
td {
	color:#678197;
	border-bottom:1px solid #afafff;
	border-left:1px solid #afafff;
	padding:.3em 1em;
	text-align:center;
}				
th {
	font-weight:normal;
	color: #678197;
	text-align:center;
	border-bottom: 1px solid #afafff;
	border-left:1px solid #afafff;
	padding:.3em 1em;
}							

tr.normal td	{
	text-align:left;
	font-size: 80%;
}

td.normal {
	text-align: left;
	font-size: 80%;
}

tr.odd2 td	{
	text-align:left;
	background:#f4f9ff
}
tr.odd2 .column1	{
	background:#f1f6fe;
}	


td.small  {
	font-size: 80%;
}



thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
}	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}


