@charset "utf-8";

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

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



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

								clearFix
								
------------------------------------------------------------------------------*/
div#infoContent div.sectionPart:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div#infoContent div.sectionPart
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#infoContent div.sectionPart
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
div#infoContent div.sectionPart
{
	display: inline-table;
}
/* End Mac IE */


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

							テキスト画像代替
							
------------------------------------------------------------------------------*/
div#sectionTermsOfUse h2
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



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

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



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

								div#contentHeader
								
------------------------------------------------------------------------------*/
div#contentHeader{
	width: 889px;
	height: 103px;
	background-image: url(../../images/common/content_header.jpg);
}



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

								div#pageContent
								
------------------------------------------------------------------------------*/
div#pageContent {
	margin-left: 25px;
	min-height: 30em;
	height: auto !important;
	height: 30em;
}


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

								div#infoContent
								
------------------------------------------------------------------------------*/
div#infoContent {
	position: relative;
	margin: 0px 0px 30px 80px;
	min-height: 30em;
	height: auto !important;
	height: 30em; }
div#infoContent div.section{
	width: 725px;
	margin-bottom: 20px;
	background: url(../../images/info_detail/section_bg.gif) repeat-y scroll left top; }
	div#infoContent div.section h2{
		height: 31px;
		padding: 15px 10px 0px 10px;
		background: url(../../images/info_detail/h2_bg.gif) no-repeat scroll left top;
		font-weight: bold;
		font-size: 125%; }
	* html div#infoContent div.section h2{ height: 46px; }
div#infoContent div.section div.sectionContent{
	padding: 15px;
	background: url(../../images/info_detail/section_footer.gif) no-repeat scroll left bottom; }
div#infoContent div.sectionPart{
	line-height: 150%;
	margin-bottom: 15px; }
div#infoContent div.sectionPart a{ font-weight: normal; }
div#infoContent div.flashswf{ text-align: center; }
/*div#infoContent div.sectionPart div.text { overflow: hidden; }*/
/*------------------------------------------------------------------------------

								div#sectionTermsOfUse
								
------------------------------------------------------------------------------*/
div#sectionTermsOfUse{
	width: 837px;
	margin-left: 25px;
	background: url(../../images/common/section_terms_of_use_bg.gif) repeat-y scroll left top;
}

div#sectionTermsOfUse h2{
	width: 837px;
	height: 37px;
	background: url(../../images/common/section_terms_of_use_h2.gif) no-repeat scroll left top;
}

div#sectionTermsOfUse div.sectionContent{
	padding: 10px 10px 15px 10px;
	background: url(../../images/common/section_terms_of_use_footer.gif) no-repeat scroll left bottom;
}

div#sectionTermsOfUse div.sectionContent li{
	padding: 4px;
	padding-left: 15px;
	background: url(../../images/common/icon_arrow_red.gif) no-repeat scroll 0px 7px;
}

strong { font-weight: bold; }
div.section em { font-style: italic; }
div.section ins { text-decoration: underline; }
div.section del { text-decoration: line-through; }
div.section blockquote { margin: 0.5em; padding: 0.5em; }
