@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html #xxx
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html #xxx
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
#xxx
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
div.section h2 a,
p#buttonMap a
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

								
								
------------------------------------------------------------------------------*/
div#flash{
	position: relative;
	width: 556px;
	height: 219px;
	overflow: hidden;
	margin-top: 2px;
	margin-bottom: 15px;
}

div#flash li{
	position: absolute;
}



/*------------------------------------------------------------------------------

								
								
------------------------------------------------------------------------------*/
div.section{
	width: 556px;
	margin-bottom: 16px;
}

div.sectionContent{
	height: 200px!important;
	overflow-y: auto;
	margin: 0px;
	margin-left: 5px;
}

div.section h2,
div.section h2 a{
	width: 556px;
	height: 22px;
	background: no-repeat scroll left top;
}

div.section h2{
	margin-bottom: 4px;
}

/*----- 通常時画像指定 -----*/
div#sectionTopics h2{
	background-image: url(../../images/home/section_topics_h2_ov.gif);
}
div#sectionNews h2{
	background-image: url(../../images/home/section_news_h2_ov.gif);
}

/*----- マウスオーバー画像指定 -----*/
div#sectionTopics h2 a{
	background-image: url(../../images/home/section_topics_h2.gif);
}
div#sectionNews h2 a{
	background-image: url(../../images/home/section_news_h2.gif);
}

/*----- マウスオーバー指定 -----*/
div.section h2 a:hover{
	background-image: none!important;
}

div.section table{
	width: 530px;
	text-align: left;
}

div.section td{
	vertical-align: top;
	padding: 3px 0px;
	line-height: 1.2em;
}

div.section td.title{
	padding-left: 10px;
}

div.section table a{
	color: #555555;
	text-decoration: none;
}

div.section table a:hover{
	text-decoration: underline;
}



/*------------------------------------------------------------------------------

								p#buttonMap
								
------------------------------------------------------------------------------*/
/*----- サイズ・背景画像オプション指定 -----*/
p#buttonMap,
p#buttonMap a{
	width: 130px;
	height: 159px;
	background: no-repeat scroll left top;
}

/*----- マウスオーバー時画像指定 -----*/
p#buttonMap{
	background-image: url(../../images/home/button_map_ov.gif);
}

/*----- 通常時画像指定 -----*/
p#buttonMap a{
	background-image: url(../../images/home/button_map.gif);
}

/*----- マウスオーバー動作指定 -----*/
p#buttonMap a:hover{
	background-image: none;
}

