@charset "euc-jp";

#top_main {
	width: 968px;
	height: auto;
	padding-bottom:22px;
	background-image: url('../img/top_content_bottom.png');
	background-position:bottom;
	background-repeat:no-repeat;
}
#top_content {
	width: 930px;
	background-image: url('../img/top_main_bg.png');
	background-repeat:repeat-y;
	padding: 0px 19px; 
	
}
#cont_right{
	width: 726px;
	float: right; 
	padding-bottom:15px !important;
	/* background-color: #ffccff; */ 
}

#cont_right p.img{ 
	width: 726px;
	margin:0;
 	padding-bottom: 10px;
 	background-color: #fff;
} 
.img { position:relative; height:195px; width:725px; }
.img img { position:absolute; left:0; top:0; }



/* メインエリア内　２カラム */
#topics_area{
	/* padding-top: 10px; */
 	width: 481px;
 	float: left;
 	
 }
#topics_area dl{
 	height:350px;
 	overflow: hidden;
 	overflow-y: auto;
}
#topics_area dl li{
 	font-size:1.0em;
}
#topics_area dl dd{
 	font-size: 1.3em;
}


#download{
 	width: 481px;
 	padding:0px 0 10px;
 	background-color: #fff;
}


#download p{
 	margin:0;
}
#download p a{
	display: block;
	width:158px;
	height:90px;
	float: left;
	margin-right:3px;
	/* background-color: #ccff33; */
} 

#download p.dl_01 a{
 	background-image: url('../img/btn_youkou_on.jpg');
}
#download p.dl_02 a{
 	 background-image: url('../img/btn_moushikomi_on.jpg');
}

#download p.dl_03 a{
	margin:0;
	background-image: url('../img/btn_gaiyou_on.jpg');
}
#download p.dl_01 a:hover img,
#download p.dl_02 a:hover img,
#download p.dl_03 a:hover img{
 	filter: Alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}




#detail_area{
	/* padding-top: 10px; */
 	width:236px;
 	float: right;
 	/* background-color: #ffff99; */
 	border-top: 1px solid #c0c0c0;
 	background-image: url('../img/detail_bg.jpg');
 	background-position: left top;
 	background-repeat: no-repeat;
}


#detail_area p{
 	text-align: center;
 	width:175px ;
 	height: 125px;
 	margin:10px auto 0;
 	padding: 12px;
 	background-color: #efefef;
 	border-bottom:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}







