@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 */



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

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#xxx
{
	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;
}



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

							div#contentheader 画像指定
							
------------------------------------------------------------------------------*/
div#contentHeader h1{
	background-image: url(../../info/images/content_header.gif);
}



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

								お知らせ一覧
								
------------------------------------------------------------------------------*/
div.section dl dt{
	clear: left;
	float: left;
	width: 8em;
	padding-left: 1.25em;
	background: url(../../images/common/icon_arrow_green.gif) no-repeat scroll left center;
	font-weight: bold;
}

* html div.section dl dt{
	width: 9.25em;
}

div.section dl dd{
	padding-left: 10em;
	border-bottom: 1px dotted #dddddd;
}

div.section dl dt,
div.section dl dd{
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 4px;
}
