@charset "utf-8";

/*
  トップページ用スタイルシート
------------------------------------------------------------*/

/*----- Layout -----*/

div.cont_mainimg {
	position: relative;
	width: 896px;
	height: 251px;
	margin: 1px;
}
div.cont_mainimg img.mainimg {
	position: absolute;
	width: 657px;
}
div.cont_mainimg div.detail {
	position: absolute;
	width: 239px;
	right: 0;
}
div.cont_mainimg div.detail p {
	margin: 0 0 1px 0;
}
div.cont_top {
	width: 876px;
	margin: 9px auto 0 auto;
}
div.cont_top div.cont_left {
	float: left;
	width: 435px;
}
div.cont_left div.cont_reason {
	width: 435px;
	background: #eee;
}
div.cont_reason dl {
	width: 423px;
	padding: 0 6px 7px 6px;
}
div.cont_reason dl dt {
	float: left;
	width: 162px;
	margin: 4px 0 0 0;
}
div.cont_reason dl dd {
	float: right;
	width: 251px;
	height: 38px;
	margin: 4px 0 0 0;
	padding: 8px 0 0 10px;
	background: url("../images/top/bg_reason.gif") right no-repeat;
	font-size: 12px;
	line-height: 130%;
}
div.cont_top div.cont_right {
	float: right;
	width: 430px;
}
div.cont_right div.cont_news_tit {
	position: relative;
	width: 430px;
	height: 51px;
	background: url("../images/top/bg_news.gif") repeat-x;
}
div.cont_news_tit p {
	position: absolute;
	width: 130px;
	height: 20px;
	top: 15px;
	right: 10px;
}
div.cont_right div.cont_news {
}
div.cont_news dl {
	width: 430px;
	padding: 8px 0;
	background: url("../images/top/line_news.gif") bottom repeat-x;
}
div.cont_news dl dt {
	display: block;
	float: left;
	width: 60px;
	padding: 3px 5px;
	background: #cee7ff;
	color: #4493ff;
	font-size: 10px;
}
div.cont_news dl dd {
	float: right;
	width: 350px;
	font-size: 13px;
}
div.cont_inq {
	margin-top: 1em;
}

/*----- other style -----*/

.mt7 {
	margin-top: 7px;
}







