@charset "utf-8";
@import "../common/table.css";

/*------------------------------------------------------------------------------

	[ファイル名]	environment.css
	
	[概要]			当サイトご利用にあたってページレイアウト用
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
div#section2 p#buttonGetFlash:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div#section2 p#buttonGetFlash
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#section2 p#buttonGetFlash
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
div#section2 p#buttonGetFlash
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
h1,
div.section h2
{
	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#mainContent
									
------------------------------------------------------------------------------*/
div#mainContent{
	width: 670px;
	padding-left: 10px;
}

* html div#mainContent{
	width: 680px;
}



/*------------------------------------------------------------------------------

									h1
									
------------------------------------------------------------------------------*/
h1{
	width: 670px;
	height: 30px;
	margin: 0 0 15px 0;
	background: url(../../environment/images/h1.gif) no-repeat scroll left top;
}



/*------------------------------------------------------------------------------

								div.section
								
------------------------------------------------------------------------------*/
div.section{
	width: 651px;
	margin-left: 10px;
}

div.sectionContent{
	padding: 0px 10px;
}



/*------------------------------------------------------------------------------

								h2
								
------------------------------------------------------------------------------*/
div.section h2{
	width: 650px;
	height: 34px;
	background: no-repeat scroll left top;
}



/*------------------------------------------------------------------------------

								div#section1
								
------------------------------------------------------------------------------*/
div#section1 h2{
	margin-bottom: 10px;
	background-image: url(../../environment/images/section1_h2.gif);
}

div#section1 table{
	margin-bottom: 10px;
}



/*------------------------------------------------------------------------------

								div#section2
								
------------------------------------------------------------------------------*/
div#section2 h2{
	margin-bottom: 10px;
	background-image: url(../../environment/images/section2_h2.gif);
}

div#section2 p#buttonGetFlash{
	margin-bottom: 10px;
}

div#section2 p#buttonGetFlash img{
	float: left;
	border-right: 10px solid #ffffff;
}

div#section2 p#buttonGetFlash a.text{
	display: block;
	float: left;
	padding-top: 10px;
}