@charset "utf-8";

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

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



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

								clearFix
								
------------------------------------------------------------------------------*/
#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 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 */



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

							テキスト画像代替
							
------------------------------------------------------------------------------*/
p#bannerTigerL 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#contentaheader
							
------------------------------------------------------------------------------*/
div#contentHeader{
	background-image: url(../../sitemap/images/content_header.gif);
}



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

					div#contentWrapper div.inner 画像指定
					
------------------------------------------------------------------------------*/
div#contentWrapper div.inner{
	background-image: url(../../sitemap/images/content_image.jpg);
}



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

								div.section h3
					
------------------------------------------------------------------------------*/
div.section h3{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 293px;
	background: transparent url(../../sitemap/images/h3_footer.gif) no-repeat scroll left bottom;
	border-style: none;
}

div.section h3 a{
	display: block;
	padding: 8px 15px;
	background: url(../../sitemap/images/h3_header.gif) no-repeat scroll left top;
	color: #333333;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}

/*----- マウスオーバー -----*/
div.section h3.hover{
	background-image: url(../../sitemap/images/h3_footer_ov.gif);
}

div.section h3 a:hover{
	background-image: url(../../sitemap/images/h3_header_ov.gif);
	text-decoration: underline;
}



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

								div.section ul/li
					
------------------------------------------------------------------------------*/
div.section ul{
	margin-bottom: 5px;
}

div.section ul.left,
div.section ul.right{
	width: 293px;
}

div.section ul li{
	margin: 5px 0px;
	margin-bottom: 20px;
}

div.section ul li ul li{
	margin: 5px 0px;
}

div.section ul ul{
	padding-left: 20px;
}

div.section ul ul li a{
	padding-left: 14px;
	background: url(../../images/common/local_nav_arrow.gif) no-repeat scroll left center;
	font-weight: bold;
}



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

								p#bannerTigerL
					
------------------------------------------------------------------------------*/
p#bannerTigerL,
p#bannerTigerL a{
	width: 293px;
	height: 36px;
	background: no-repeat scroll left top;
}

p#bannerTigerL{
	background-image: url(../../sitemap/images/banner_tiger_l_ov.gif);
}

p#bannerTigerL a{
	width: 293px;
	height: 36px;
	background-image: url(../../sitemap/images/banner_tiger_l.gif);
}

p#bannerTigerL a:hover{
	background-image: none;
}



