@charset "utf-8";

/*------------------------------------------------------------------------------

	ファイル名：	home.css
	
	概要：	「ホーム」ページ用
	
	目次：	clearFix／画像代替／非表示部
			
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
div#section1 dl:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div#section1 dl
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#section1 dl
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
div#section1 dl
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
div#section1 h2 a span,
div#section2 p.buttonMore a
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

								body#home
								
------------------------------------------------------------------------------*/
body#home{
	background-image: url(../../images/home/body_bg.gif);
}



/*------------------------------------------------------------------------------

								div#mainContent
								
------------------------------------------------------------------------------*/
div#mainContent{
	background-position: 0px 206px;
}



/*------------------------------------------------------------------------------

								div#mainContent
								
------------------------------------------------------------------------------*/
div#subContent{
	background-image: url(../../images/home/sub_content_bg.gif);
}



/*------------------------------------------------------------------------------

								div#contentHeader
								
------------------------------------------------------------------------------*/
div#contentHeader{
	height: 180px;
	background-image: url(../../images/home/content_header.jpg);
}



/*------------------------------------------------------------------------------

								div#section1
								
------------------------------------------------------------------------------*/
div#section1 h2{
	position: relative;
	margin-bottom: 14px;
}

div#section1 h2 a{
	position: absolute;
	display: block;
	top: 0.5em;
	right: 13px;
	width: 101px;
	height: 22px;
	background: url(../../images/home/button_list_ov.gif) no-repeat scroll left top;
}

/*----- IE6 -----*/
* html div#section1 h2 a{
	top: 0.47em;
}

/*----- IE7 & Opera -----*/
* + html div#section1 h2 a{
	top: 0.35em;
}

div#section1 h2 a span{
	width: 101px;
	height: 22px;
	background: url(../../images/home/button_list.gif) no-repeat scroll left top;
	cursor: hand;
}

div#section1 h2 a:hover span{
	background-image: none;
}

div#section1 dl dt{
	clear: left;
	float: left;
	width: 7em;
	padding-left: 0.8em;
}


* html div#section1 dl dt{
	width: 7.8em;
}

div#section1 dl dd{
	padding-left: 7.8em;
}

/*\*/
div#section1 dl dt{
	width: 7.7em;
}

div#section1 dl dd{
	padding-left: 8.5em;
}
/* */

div#section1 dl dd.even{
	background-color: #eeeeee;
}

div#section1 dl dt,
div#section1 dl dd{
	padding-top: 5px;
	padding-bottom: 5px;
}

div#section1 dl dd a{
	padding-left: 9px;
	background: url(../../images/common/icon_arrow_green.gif) no-repeat scroll left center;
	font-weight: bold;
}



/*------------------------------------------------------------------------------

								div#section2
								
------------------------------------------------------------------------------*/
div#section2 div.left{
	width: 199px;
	padding-right: 5px;
	padding-bottom: 4px;
	background: url(../../images/home/section2_bg.gif) no-repeat scroll left bottom;
}

* html div#section2 div.left{
	width: 204px;
}

div#section2 div.left.lastChild{
	padding-right: 0px;
}

* html div#section2 div.left.lastChild{
	width: 199px;
}

div#section2 h2{
	margin-bottom: 3px;
}

div#section2 p{
	margin: 0px 1px 7px 1px;
}

div#section2 p.mainText{
	margin-left: 7px;
	margin-right: 7px;
	line-height: 1.25em;
}

/*----- 詳細はこちらボタン -----*/
div#section2 p.buttonMore{
	width: 191px;
	height: 24px;
	margin: 0px 4px;
	background: url(../../images/home/button_more_ov.gif) no-repeat scroll left top;
}

div#section2 p.buttonMore a{
	width: 191px;
	height: 24px;
	background: url(../../images/home/button_more.gif) no-repeat scroll left top;
}

div#section2 p.buttonMore a:hover{
	background-image: none;
}
