@charset "utf-8";
/*-----------------------------------------------------------------
   CSS Document
   090410 Akiba
 -----------------------------------------------------------------*/
body{
	background:#26531b;
}  
 
#footer{
	background:#26531b;
}

#floating1 li{
	border-bottom:1px solid #26531b;
}


h3{
	background:url(../images/h3_back.gif) repeat-x;
}


ul.storyList{
	margin:0 0 1em 0;
}

.storyList li{
	margin:0 5px;
	padding:5px 30px;
	background:url(../images/icon_arrow1.gif) no-repeat .5em;
}


.storyTable{
	border-collapse:collapse;
	width:100%;
}

.section{
	padding:0 0 0 15px;
}

/*\ MacIE*/
.section{
	text-align: justify;
	text-justify: inter-ideograph;
}
/**/

.storyTable td{
	vertical-align:top;
	padding:5px 5px 15px 5px;
}

.sectionTitle{
	font-weight:bold;
	text-align:left;
	margin:0 0 1em 0;
	font-size:1.1em;
}

.photoTitle{
	font-weight:bold;
	text-align:center;
}

.explanationTitle{
	font-weight:bold;
}

.explanation{
	font-size:0.85em;
}

.explanation li{
	border-bottom:1px dotted #cccccc;
	padding:3px 0;
}

.caption{
	text-align:center;
	font-weight:bold;
	font-size:0.85em;
}

.author{
	text-align:right;
	margin:1em 0 0 0;
	line-height:1.3em;
	font-weight:bold;
}

.photoRight{
	float:right;
	padding: 0 0 15px 15px;
}

.photoTable{
	width:100%;
}

.photoTable td{
	text-align:center;
	
}

.photo{
	margin:0 0 1em 0;
	text-align:center;
}

.wav{
	text-align:center;
}

