@charset "UTF-8";
/* flash
--------------------------------------------------*/
div#main div.maincontents div.flash {
	width:745px;
	margin-bottom:10px;
}
/* leftcontents
--------------------------------------------------*/
div#main div.leftcontents {
	float: left;
	width: 345px;
	margin-right:20px;
}
div#main div.leftcontents h3 { margin-bottom:10px; }
div#main div.leftcontents p {
	font-size:1.0em;
	line-height:1.5;
	margin-bottom:5px;
	padding:5px;
}
div#main div.leftcontents table {
	border:none;
	border-collapse:collapse;
	background-color:#eeeeee;
	margin-bottom:10px;
}
div#main div.leftcontents table tr th {
	font-size:1.0em;
	color:#ff6600;
	line-height:1.5;
	font-weight:bold;
	padding:3px 5px;
}
div#main div.leftcontents table tr td {
	padding:3px 10px;
}
div#main div.leftcontents table tr {
	background-color:#eeeeee;
}
div#main div.leftcontents table tr td ul li {
	float:left;
	font-size:1.0em;
	white-space:nowrap;
}
/* centercontents
--------------------------------------------------*/
div#main div.centercontents {
	float: left;
	width: 180px;
}
div#main div.centercontents h4 { margin-bottom:10px; }
div#main div.centercontents ul { margin-bottom:10px; }
div#main div.centercontents ul li {
	font-size:1.0em;
	margin:2px 0;
}
/* rightcontents
--------------------------------------------------*/
div#main div.rightcontents {
	float: right;
	width: 180px;
}
div#main div.rightcontents h5 { margin-bottom:10px; }
div#main div.rightcontents ul { margin-bottom:5px;}
div#main div.rightcontents strong {
	font-size:1.2em;
	font-weight:bold;
}
