@charset utf-8;

#maincontents article{
	position:relative;
	line-height:120%;
	font-size:14px;
	color:#333;
	font-weight:lighter;
	border:5px solid #C5B79F;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
behavior: url("../common/css/PIE.htc");
background-color:#FFF;
}
*:first-child+html #maincontents article{
	padding-top:20px !important;
	margin-top:-20px;
}
#top1 {
	background:url(img/top1_bg.jpg) no-repeat right center;
	padding:10px;
}
#top1 h1{
	margin-bottom:10px;
}
#top1 h2{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
#top1 div{
	float:right;
	width:320px;
}
#top1 div p{
	font-size:11px;
	color:#333;
	line-height:120%;
	margin-bottom:10px;
}
#top1 div h3{
	font-weight:lighter;
	font-size:12px;
	color:#333;
}
#top1 div table{
	width:320px;
}
#data{
	clear:both;
	width:880px;
}
#maincontents table td,
#maincontents table th{
	border:1px solid #86B93D;
	text-align:left;
	padding:8px;
	font-size:12px;
	font-weight:lighter;
	width:218px;
}
#imgs td{
	padding:0 !important;
	text-align:center !important;
}
#names th {
	font-weight:bold;
	background-color:#C5DF9D;
	height:22px;
	padding:5px !important;
	vertical-align:middle;
	text-align:center !important;
}
#confooter {
	margin:50px 0;
}
#confooter ul{
	text-align:center;
}
#confooter li{
	display:inline;
	
	
}
#confooter li a{
	margin:0 5px
}