/*トップページ用*/

/*コンテンツ全体*/
#top_cont_wrapper {
	width: 843px;
	margin: 40px auto 0;
}
/*コンテンツ左*/
#top_cont_left {
	float: left;
	width: 212px;
}
#top_cont_left_logo {
	width: 170px;
	margin: 0 auto;
}
#top_cont_left_navi {
	margin: 47px 0 0 0;
}
#top_cont_left_navi li {
	width: 173px;
	margin: 0 auto;
	padding: 8px 20px 10px 19px;
	border-top: 1px solid #0f1741;
}
#c_cont_office_tel {
	margin: 0 0 0 0;
	text-align: center;
	
}
#c_cont_office_time {
	text-align: center;
}

/*コンテンツ右*/
#top_cont_right {
	float: right;
	width: 580px;
}
#top_cont_right_txt {
	margin: 34px 0 0 0;
	font-size: 16px;
//	font-family: serif;
	line-height: 1.4em;
	letter-spacing: -0.1em;
}

/*コンテンツ右　ニュース*/
#top_cont_right_news_box_top {
	width: 592px;
	margin: 30px -9px 0 -3px;
	background: url("../img/top/top_cont_right_news_box_top.gif") no-repeat 0 top;
}
#top_cont_right_news_box_btm {
	padding: 18px 0 22px 0;
	background: url("../img/top/top_cont_right_news_box_btm.gif") no-repeat 0 bottom;
}
#top_cont_right_news_box_mdl {
	width: 544px;
	padding: 0 26px 0 22px;
	background: url("../img/top/top_cont_right_news_box_mdl.gif") repeat-y 0 top;
}
#top_cont_right_news_ttl {
	padding: 0 4px 4px 4px;
	font-size: 15px;
	font-family: serif;
	line-height: 1.2em;
	border-bottom: 2px solid #91c872;
}
#top_cont_right_news_tbl {
	margin: 12px 0 0 0;
	font-size: 15px;
	line-height: 1.2em;
}
#top_cont_right_news_tbl tr {
	border-bottom: 1px dotted #0f1741;
}
#top_cont_right_news_tbl tr:nth-last-child(1) {
	border-bottom: none;
}
#top_cont_right_news_tbl th {
	width: 102px;
	padding: 4px 0 4px 24px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: url("../img/top/top_cont_right_news_indent.gif") no-repeat 12px top;
}
#top_cont_right_news_tbl td {
	vertical-align: top;
	width: 408px;
	padding: 4px 0 4px 10px;
}












