@import url("common.css");

/*---------------------------------------------------------------------------
構造
----------------------------------------------------------------------------*/
#bt5 a{
	width:143px;
	background:url(../parts/common/bt5_on.jpg);	
}
#main_image{
	width:1029px;
	height:344px;
	background:url(../parts/common/main_image.png) center;
	margin:0 auto;
}

#c_left{
	width:609px;
	min-height:380px;
	padding-bottom:15px;
	margin-left:30px;
	float:left;
}

#c_right{
	width:340px;
	height:380px;
	float:right;
}

.cont_box{
	min-height:320px;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border: 1px solid #CCC;	
	background:#f9f9f9;
	margin-bottom:15px;
	padding:10px;
}
.inner{
	width:320px;
	height:310px;
	overflow:auto;	
}
/*------------------------ トピックス ---------------------------------*/
#info_title{
	height:61px;
	line-height:55px;
	font-size:0.85em;
	padding-left:30px;
	background:url(../parts/topics/topics_03.png);
}
.topics_list_title{
	line-height:21px;
	font-size:0.85em;
	padding-left:15px;
	padding-top:2px;
	background:url(../parts/topics/topics_10.png) left center no-repeat;
	border-bottom:1px dotted #CCC;
}
#info_bd{
	padding:5px 15px 5px 15px;
	min-height:293px;
	background:url(../parts/topics/topics_08.png);
}
#info_bottom{
	height:15px;
	background:url(../parts/topics/topics_07.png);
}
dl,dt,dd{
	display:block;	
}
dl{
	width:293px;	
}
dt{
	line-height:30px;
	padding:5px 10px 0px 20px;
	font-size:0.85em;
	height:25px;
	background:url(../parts/topics/topics_9.png) no-repeat left center;	
}
#c_right dt{
	padding-left:10px;
}

.topics_body{
	line-height:24px;
	margin:0px 0px;
	padding:5px 5px 5px 10px;
	font-size:0.8em;
	background:url(../parts/topics/topics_16.png) repeat-y;
}
.topics_bottom{
	background:url(../parts/topics/topics_17.png);	
	height:7px;
}
dd{
	margin-bottom:10px;
}
.catch{
	font-size:9px;
	background:#FFCC66;	
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding:2px 0;
	color:#FFF;
	margin-bottom:2px;
}
/*---------------------------------------------------------------------------
パーツ
----------------------------------------------------------------------------*/
#s_title{
	margin-bottom:12px;	
}
.title{
	width:95%;	
}