@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/

div.section dl:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div.section dl
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div.section dl
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
div.section dl
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
div.section h2 a
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
div.section h2 span
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

							div#contentHeader（画像指定）
							
------------------------------------------------------------------------------*/
div#contentHeader{
	background-image: url(../../news/images/content_header.gif);
}



/*------------------------------------------------------------------------------

								div.section dl
								
------------------------------------------------------------------------------*/
/*
div.section dl dt{
	clear: left;
	float: left;
	width: 7em;
	padding-left: 2em;
}

* html div.section dl dt{
	width: 9em;
}

div.section dl dd{
	padding-left: 9em;
	background: url(../../images/common/icon_arrow.gif) no-repeat scroll left center;
}

div.section dl dd.even{
	background-color: #f0f0f0;
}

div.section dl,
div.section dl dt,
div.section dl dd{
	padding-top: 8px;
	padding-bottom: 8px;
}
*/

h3 span{
	padding-right: 10px;
	font-weight: bold;
}

/*------------------------------------------------------------------------------

								高－追加20090707
								
------------------------------------------------------------------------------*/

/* トップページ用バナー */
div.section2 {
	margin:20px 20px 16px;
	margin-right:26px;
	padding-bottom:6px;
	background:#e6f1ff;
	border:1px solid #80afff;
}
div.section2 h2{
	font-size:100%;
	font-weight:bold;
	text-align:center;
	color:#4378D8;
	margin:6px 10px 6px;
	padding:0 5px 2px;
	border-bottom:1px dotted #80afff;

}
div.section2 table{
	margin:0 10px;
}
div.section2 table td{
	color:#333333;
	padding:4px 4px;
	line-height:1.6;
}

