@charset "utf-8";

/* TOP用CSS */
/* TOPのみ背景 */
#wrapper {
	background: #F5F5E7 url(../images/top/bg.jpg) repeat-x left top;
}

#wrapper #head_wrapper {
	background: url(../images/common/bg.jpg) repeat-y left top;
}

#wrapper #wrapper_box {
	background: url(../images/top/bg_top.jpg) no-repeat left top;
}

/* 個別タイトル */
#tit_top {
	margin-bottom:50px;
	width:712px;
	height:348px;
	line-height: 1;
	background: url(../images/top/tit_top.jpg) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

#stit_top01 {
	margin:0px 0px 30px 45px;
	width:550px;
	height:30px;
	line-height: 1;
	background: url(../images/top/stit_top01.jpg) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

#txt_top01 {
	margin:0px 0px 35px 50px;
	width:615px;
	display:block;
	color: #333333;
}

#top_box_over {
	margin:0px 0px 35px 45px;
	width:632px;
	overflow:hidden;
}

/* 左ボックス */
#top_box_over #top_over_left {
	padding:0px 0px 0px 0px;
	width:312px;
	float:left;
	background: url(../images/top/bn_body.jpg) repeat-y left top;
}

#top_box_over #left_box_border {
	padding:8px 8px 9px 11px;
	width:293px;
	overflow:hidden;
}

#top_box_over #top_over_left h4 {
	margin-bottom:10px;
	width:155px;
	background: url(../images/top/stit_left01.jpg) no-repeat left top;
	display: block;
}

#top_box_over #top_over_left h4 a {
	width:155px;
	height:40px;
	line-height: 1;
	text-indent: -9999px;
	display:block;
}

#top_box_over #top_over_left p {
	color:#4C4C4C;
	font-size: 93%;
}

/* 右ボックス */
#top_box_over #top_over_right {
	padding:0px 0px 0px 0px;
	width:312px;
	float:right;
	background: url(../images/top/bn_body.jpg) repeat-y left top;
}

#top_box_over #right_box_border {
	padding:8px 8px 9px 11px;
	width:293px;
	overflow:hidden;
}

#top_box_over #top_over_right h4 {
	margin-bottom:10px;
	width:155px;
	background: url(../images/top/stit_right01.jpg) no-repeat left top;
	display: block;
}

#top_box_over #top_over_right h4 a {
	width:155px;
	height:40px;
	line-height: 1;
	text-indent: -9999px;
	display:block;
}

#top_box_over #top_over_right p {
	color:#4C4C4C;
	font-size: 93%;
}

#top_box_over .top_c_over {
	width:155px;
	float:right;
}

/* 新着情報 */
#stit_top02 {
	margin:0px 0px 12px 45px;
	width:640px;
	height:53px;
	line-height: 1;
	background: url(../images/top/stit_top02.jpg) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

#blog_box {
	margin:0px 0px 0px 45px;
	width:630px;
}

#blog_box dl {
	padding:15px 0px 15px 0px;
	width:630px;
	display:block;
	overflow:hidden;
	border-bottom: 1px solid #DEDED2;
}

#blog_box dl dt {
	padding:0px 0px 0px 3px;
	width:140px;
	float:left;
	display:block;
	color: #333333;
} 

#blog_box dl dd {
	padding-top:0px;
	width:487px;
	float:left;
	display:block;
}

#blog_box dl dd a {
	color: #4B0707;
	text-decoration: underline;
}
