@charset "utf-8";

/* =========================================== *
 *	トップページ
 * =========================================== */

#header_top{
	width:900px;
	background:url(../images/top/head.jpg) left top no-repeat #fff;
	padding:23px 0 15px 0;
}

#header_top #h1_top{
	margin:0 0 0 30px;
}

#header_top #tel_top{
	display:block;
	margin:91px 0 0 0;
	padding:0 0 0 30px;;
}

#header_top #voice_top{
	display:block;
	padding:10px 0 0 40px;
}


/*メインコンテンツ*/
#main_left{
	width:620px;
	/*float:left;*/
	margin:0 140px;
}

#main_left .box_top{
	padding-top:20px;
	background:url(../images/top/main_top.gif) left top no-repeat;
}
#main_left .box_bottom{
	padding-bottom:20px;
	background:url(../images/top/main_bottom.gif) left bottom no-repeat;
	width:620px;
}
#main_left .box_body{
	padding:0;
	background:url(../images/top/main_body.gif) left repeat-y;
	width:620px;
}

#main_left .box_body h2{
	margin:0 0 10px 20px;
	padding:0;
	border-bottom:solid 1px #949494;
	width:580px;
}

#main_left .box_body .left_img{
	float:left;
}
#main_left .box_body .left_img img{
	margin-left:20px;
}

#dl01{
	margin:0;
	padding:13px 0 0 0;
	width:465px;
	float:right;
}
#dl01 dt,dd{
	margin:0;
	padding:0 20px 0 0;
}

.text_box01{
	margin:0;
	padding:0 20px;
}
.text_box02{
	margin:0;
	padding:0 20px 0 0;
}

#main_left .box_body #right_txt{
	width:285px;
	float:right;
}


/*トピックス*/
#main_right{
	width:220px;
	float:right;
}

#main_right #topic_top{
	padding-top:10px;
	background:url(../images/top/topic_top.gif) left top no-repeat;
	width:220px;
}
#main_right #topic_bottom{
	padding-bottom:12px;
	background:url(../images/top/topic_bottom.gif) left bottom no-repeat;
	width:220px;
}
#main_right #topic_body{
	padding:0;
	background:url(../images/top/topic_body.gif) left repeat-y;
	width:220px;
}

#main_right #topic_body h3{
	margin:0 0 0 1px;
	padding:0;
}

.dl_topics{
	width:200px;
	margin: 0 0 0 10px;
	padding:10px 0;
	border-bottom:solid 1px #e4e4e4;
}
.dl_topics dt{
	width:48px;
	float:left;
	padding:0;
	margin:0;
}
.dl_topics dd{
	width:142px;
	float:right;
	padding:0;
	margin:0;
	line-height:120%;
}

.topic_date{
	color:#666;
	font-size:10px;
}
.topic_title{
	color:#a50020;
	font-size:13px;
	font-weight:bold;
}

.topic_title a:link {
	color: #a50020;
	text-decoration:none;
}

.topic_title a:visited {
	color: #a50020;
	text-decoration: none;
}

.topic_title a:hover {
	color: #00B5BE;
	text-decoration: underline;
}