@charset "UTF-8";

#series {
	border: 2px dotted #339999;
	padding: 15px;
	background-color: #fff0d0;
	background-image: url(../world/img/about/series.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}



#series p.seriesList {
	width: 195px;
	font-size: 8.5pt;
	text-align: center;
	line-height: 1.2em;
	float: left;
	margin: 0px 3px 0px 3px;
}


#series p.seriesList img {
	margin-bottom: 3px;
}

#series:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#series {
	display: inline-block;
}

/*Hides from IE-mac ﾂ･*/
*html #series {height:1%;}
#series {display: block;}
/* End hide from IE-mac */



