/* トップページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*---------------- バックラッパーの設定*/
#wrapper_bg {
	background-image: url(../image/bg_01.jpg);
	background-repeat: repeat-x;
}

/*---------------- 左コンテンツの設定 */
#main_left {
	width: 525px;
	padding: 15px 0px 0px 0px;
	float: left;
	vertical-align: top;
}
/*---------------- 右コンテンツの設定*/
#main_right {
	width: 250px;
	padding: 15px 0px 0px 0px;
	float: right;
	vertical-align: top;
}
/*---------------- トップイメージ*/
.top_img {
	margin: 15px auto 0px;
	padding: 0px;
}
/*---------------- トップサイドバナー*/
#top_banner {
	width:250px;
	margin: 0px auto;
	padding: 0px;
}
#top_banner img {
	padding: 0px 0px 15px 0px;
	vertical-align:bottom;
}

/*-------------------- 	トピックス*/

div#topics {
	width: 515px;
	padding: 5px;
	overflow:auto;
}
#topics dt{
	margin:  3px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
	background-image: url(../image/icon_dot_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#topics dd{
	padding:  0px 0px 5px 15px;
	border-bottom: 1px dotted #CCCCCC;
}
#topics dt.dot_01{
	background-image: none;
	height: 30px;
}


