@charset "utf-8";

/* コンテンツメイン部分スタイル
----------------------------------------------------------- */
div#contents_1column div#main {
	background: url(../images/contents_back.jpg) 0 0 no-repeat;
	min-height: 400px;
}

* html body div#contents_1column div#main {
	height: 400px;
}

div#contents_1column div#main h2 {
	margin: 0 0 30px 0;
}

div#contents_1column div#main dl {
	width: 100%;
	overflow: hidden;
}

div#contents_1column div#main dl dt {
	float: left;
	clear: left;
	width: 245px;
	line-height: 0;
	font-size: 0;
	margin: 0 0 10px 0;
}

div#contents_1column div#main dl dt a {
	display: block;
}

div#contents_1column div#main dl dt a#list_top {
	width: 51px;
	height: 12px;
	background: url(../images/list_top.gif) 0 0 no-repeat;
}

div#contents_1column div#main dl dt a#list_gaiyou {
	width: 68px;
	height: 13px;
	background: url(../images/list_gaiyou.gif) 0 0 no-repeat;
}

div#contents_1column div#main dl dt a#list_gyoumu {
	width: 69px;
	height: 13px;
	background: url(../images/list_gyoumu.gif) 0 0 no-repeat;
}

div#contents_1column div#main dl dt a#list_servicer {
	width: 130px;
	height: 13px;
	background: url(../images/list_servicer.gif) 0 0 no-repeat;
}

div#contents_1column div#main dl dt a#list_privacy {
	width: 121px;
	height: 13px;
	background: url(../images/list_privacy.gif) 0 0 no-repeat;
}

div#contents_1column div#main dl dt a#list_oshirase {
	width: 205px;
	height: 43px;
	background: url(../images/list_oshirase.gif) 0 0 no-repeat;
}

div#contents_1column div#main dl dt a#list_houshin {
	width: 195px;
	height: 28px;
	background: url(../images/list_houshin.gif) 0 0 no-repeat;
}

div#contents_1column div#main dl dt a#list_otoiawase {
	width: 93px;
	height: 14px;
	background: url(../images/list_otoiawase.gif) 0 0 no-repeat;
}

div#contents_1column div#main dl dt a#list_sitemap {
	width: 85px;
	height: 14px;
	background: url(../images/list_sitemap.gif) 0 0 no-repeat;
}

div#contents_1column div#main dl dt a#list_top:hover {
	background: url(../images/list_top.gif) 0 -12px no-repeat;
}

div#contents_1column div#main dl dt a#list_gaiyou:hover {
	background: url(../images/list_gaiyou.gif) 0 -13px no-repeat;
}

div#contents_1column div#main dl dt a#list_gyoumu:hover {
	background: url(../images/list_gyoumu.gif) 0 -13px no-repeat;
}

div#contents_1column div#main dl dt a#list_servicer:hover {
	background: url(../images/list_servicer.gif) 0 -13px no-repeat;
}

div#contents_1column div#main dl dt a#list_privacy:hover {
	background: url(../images/list_privacy.gif) 0 -13px no-repeat;
}

div#contents_1column div#main dl dt a#list_oshirase:hover {
	background: url(../images/list_oshirase.gif) 0 -43px no-repeat;
}

div#contents_1column div#main dl dt a#list_houshin:hover {
	background: url(../images/list_houshin.gif) 0 -28px no-repeat;
}

div#contents_1column div#main dl dt a#list_otoiawase:hover {
	background: url(../images/list_otoiawase.gif) 0 -14px no-repeat;
}

div#contents_1column div#main dl dt a#list_sitemap:hover {
	background: url(../images/list_sitemap.gif) 0 -14px no-repeat;
}

div#contents_1column div#main dl dt a img {
	display: none;
}

div#contents_1column div#main dl dd {
	margin: 0 0 10px 245px;
}

div#contents_1column div#main dl dd.oshirase_text {
	min-height: 43px;
}


