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

#title{
	background-image:url(../images/index/flash_bg.gif);
	text-align:center;
	height:280px;
}


/* コンテンツ */
#contents{
	padding-top:20px;
}

/* コンテンツ左側 */
#contents div.left p{
	margin-top:5px;
	font-size:12px;
}

#contents div.left .otamesi{
	margin-top:10px;
}

#contents div.left .otamesi_img{
	border:none;
}

#contents div.info{
	margin-top:20px;
}

#contents div.info table{
	border-bottom:1px solid #CDCDCD;
}

#contents div.info th{
	font-size:12px;
	font-weight:normal;
	text-align:center;
	vertical-align: top;
	border-bottom:1px dotted #cccccc;
	padding-top:3px;
}

#contents div.info td{
	font-size:12px;
	line-height:130%;
	border-bottom:1px dotted #cccccc;
	padding-top:3px;
	padding-bottom:5px;
}

#contents div.info .brown{
	FONT-SIZE: 12px;
	LINE-HEIGHT: 130%;
	color: #996600;
}


#contents div.osusume{
	margin-top:20px;
	margin-bottom:12px;
}

#contents div.osusume .text{
	font-size:12px;
	line-height:130%;
	padding-top:5px;
	padding-bottom:5px;
}


/* コンテンツ右側 */
#contents div.r_banner{
	margin-bottom:10px;
}


