@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  index.css
 style info :  TOPページのCSS
=================================================================== */

/*----------------------------------------------------------------------------------
		 								TOPページ
------------------------------------------------------------------------------------*/
/*------------------------
上部メイン画像部分
-------------------------*/
div#top_main {
	position:relative;
	width: 998px;
}

div#top_main li#index_campaign {
	position: absolute;
	top: 21px;
	right: 24px;
	background: #fff;
}

div#top_main li#index_contact {
	position: absolute;
	top: 215px;
	right: 20px;
	background: url(/images/index/btn_contact_def.png) 0 0 no-repeat;
}

div#top_main li#index_contact a {
	width: 238px;
	height: 71px;
	display: block;
	background: url(/images/index/btn_contact.png) 0 0 no-repeat;
}

div#top_main li#index_contact a:hover {
	background: url(/images/index/btn_contact_on.png) 0 0 no-repeat;
}

div#top_main li#index_contact a span {
	display: none;
}



div#contents h2 {
	margin-bottom: 17px;
}

div#contents ul.topic_list{
	width: 726px;
	margin-right: -16px;
	padding-bottom: 30px;
}

div#contents ul.topic_list:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#contents ul.topic_list { display: inline-block; }
div#contents ul.topic_list { display: block; }

div#contents ul.topic_list li {
	width: 226px;
	margin-right: 16px;
	float: left;
}

div#contents ul.topic_list li h3 {
	padding: 7px 10px 3px 23px;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	min-height: 36px;
	background: url(/images/index/bg_title_blue.gif) 0 0 no-repeat #00559d;
	margin-bottom: 4px;
}

* html div#contents ul.topic_list li h3 {
	height: 36px;
}

div#contents ul.topic_list li p.bnr {
	margin-bottom: 7px;
}

div#contents ul.topic_list li p.txt {
	margin-bottom: 7px;
	line-height: 1.5;
}


div#contents ul.topic_list li p.detail {
	padding-top: 7px;
	border-top: 1px dotted #ccc;
	text-align: right;
	line-height: 1.5;
}

div#contents ul.topic_list li p.detail a {
	background: url(/images/common/bg_arrow_orange.gif) 0 0 no-repeat;
	padding-left: 18px;
}


/* 下部新着情報等のBOX */
div#contents div.bottom_box {
	width: 347px;
}

div#contents div.whatsnew {
	clear: both;
	float: left;
}

div#contents div.press {
	float: right;
}

div#contents div.bottom_box dl {
	padding: 0 10px;
}

div#contents div.bottom_box dt {
	margin: 10px 0 0;
	line-height: 1.5;
}

div#contents div.bottom_box dd {
	margin: 2px 0 0;
	padding-bottom: 5px;
	line-height: 1.5;
	border-bottom: 1px dotted #ccc;
}



