@charset "Shift_JIS";

/* コンテンツ　左側--------------------------------------------------------- */
#con_left {
	width:230px;
	float:left;
	}

/* コンテンツ　右側--------------------------------------------------------- */
#con_right {
	width:500px;
	float:right;
	}
#sub_text {
	font-size:x-small;
	}
h2 {
	background:url(../img/index/topics.gif) no-repeat;
	width:500px;
	height:25px;
	text-indent:-9999px;
	margin:5px auto;
	}
#con_right dl {
	width:500px;
	}
#con_right dt {
	width:80px;
	height:30px;
	margin-bottom:5px;
	padding-left:40px;
	clear:both;
	float:left;
	background:url(../img/index/line_01.gif) no-repeat 0 100%;
	}
#con_right dd {
	margin:0  0 5px 120px;
	height:30px;
	background:url(../img/index/line_02.gif) no-repeat 0 100%;
	}