@charset "utf-8";
/* CSS Document */

#main{
	width:660px;
	padding-right:35px;
	float:left;
	overflow:hidden;
}

#main h2{
	width:656px;
	height:33px;
	padding:1px;
	border:1px solid #737373;
	background:url(../img/h2Bg.gif) no-repeat 1px 1px;
	overflow:hidden;
	margin-bottom:20px;
	
	text-indent:20px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	line-height:33px;
	font-family:"ＭＳ Ｐ明朝", "メイリオ","MS UI Gothic","細明朝体", "ヒラギノ明朝 Pro W3";
}

	
#main dl {
	margin-bottom:20px;
	background:url(../img/borderDotted.jpg) repeat-x bottom;
	padding-bottom:10px;
}

#main dt img {
	width:125px;
	height:150px;
	float:left;
	margin-right:10px;
	padding:1px;
	border:1px solid #666;
}
	
#main dt {
}

#main dd {
	margin-top:10px;
}

#pagebute{
	padding:10px 0;
	font-family:"Times New Roman", Times, serif;
	color:#000;
}

#pagebute a{
	color:#fff;
	text-decoration:none;
	
	padding:5px 10px;
	border:3px double #fff;
	background:#666;
}

#pagebute a:hover{
	color:#999;
	text-decoration:none;
}

.hidden{
	display:none;
}