@charset "utf-8";
/*-----------------------------------------------------------------
   CSS Document
   090410 Akiba
 -----------------------------------------------------------------*/
body{
	background:#0a5155;
}
#footer{
	background:#0a5155;
}

h3{
	background:url(../images/h3_back.gif) repeat-x;
}


#floating1 li{
	border-bottom:1px solid #0a5155;
}

.guideTable{
	border-collapse:collapse;
	width:100%;
}

.guideTable th{
	background: #00568c;
	color:#FFFFFF;
}

.guideTable td{
	vertical-align:top;
	padding:10px 5px;
	border-bottom:1px solid  #0a5155;

}

td.year{
	white-space:nowrap;
	width:130px;
}

.literal{
	padding:5px 0 5px 20px;
}


.photoRight{
	float:right;
	padding: 0 0 15px 15px;
}

.author{
	text-align:right;
	margin:1em 0 0 0;
	line-height:1.3em;
}

.photoTable{
	width:100%;
}


.photoTable td{
	vertical-align:top;
	text-align:center;
	padding:5px 0;
}

.caption{
	font-weight:bold;
	font-size:0.85em;
	line-height:1.3em;
}

.caution{
	margin:15px 0;
	padding:7px;
	border:3px double #0a5155;
	background-color:#FFFFCC;
}

strong{
	color:#003300;
	font-size:1.1em;
}

.faqCategory{
	font-weight:bold;
	font-size:1.3em;
	margin:15px 0 0 0;
	padding:5px 5px;
	border-bottom:3px solid #0a5155;

}

.faqQuestion{
	background:url(../images/icon_q.gif ) no-repeat;
	padding:5px 0 5px 40px;
	margin:10px 0 5px 0;
	border-bottom:1px dotted #104043;
	font-weight:bold;
}
.faqAnswer{
	background:url(../images/icon_a.gif ) no-repeat;
	padding:5px 0 5px 40px;
	margin:0 0 45px 0;

}
