@charset "utf-8";
/* CSS Document */

/*mainImage*/

#mainImage{
	width:1024px;
	margin-bottom:10px;
}





/*mainContents*/

#container #mainContents ul{
	overflow:hidden;
	margin-bottom:10px;
	margin-left:1em;
}

p.toPdf{
	float:right;
	font-size:small;
}

p.toPdf a{
	float: left;
	margin: 0;
	font-size: medium;
}

p.toPdf span img{
	margin-right:10px;
}

p.toPdf span{
	font-size:x-small;
}


#container #mainContents ul li{
	float:left;
}

#container #mainContents ul li.liFirst{
	clear:both;
	width:17em;
	border-right:1px solid #ccc;
	text-indent:1em;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

#container #mainContents ul li.li2nd,.li3rd{
	width:10em;
	text-align:center;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#container #mainContents ul li.li4th{
	width:6em;
	text-indent:1em;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	
}

#container #mainContents ul li.bdt{
	border-top:1px solid #ccc;
	background:#FCC;
}

#container #mainContents div{
	margin-bottom:20px;
	overflow:hidden;
	
}

#mainContents h3{
	margin-bottom:20px;

}

#mainContents h4{
	font-weight:bold;
	width:100%;
	background:#e6f9e4;
	height:1.5em;
	line-height:1.5em;
	text-indent:1em;
	margin-bottom:10px;
}


#mainContents h5{
	height:1.5em;
	line-height:1.5em;
	text-indent:1em;
	margin-bottom:10px;
}

#container #mainContents p{
	text-indent:1em;
	font-size:small;
}
