@charset "utf-8";
@import "../common/table.css";

/*------------------------------------------------------------------------------

	[ファイル名]	terms_of_use.css
	
	[概要]			当サイトご利用にあたってページレイアウト用
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 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 */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
h1,
div#section1 h2,
div#section1 h3
{
	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(../../terms_of_use/images/h1.gif) no-repeat scroll left top;
}



/*------------------------------------------------------------------------------

								div.section
								
------------------------------------------------------------------------------*/
div.section{
	width: 651px;
	margin-left: 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(../../terms_of_use/images/section1_h2.gif);
}

div.sectionContent h3{
	width: 650px;
	height: 30px;
	background: no-repeat scroll left top;
}

div.sectionContent h3#header01{
	background-image: url(../../terms_of_use/images/section1_h3_01.gif);
}

div.sectionContent h3#header02{
	background-image: url(../../terms_of_use/images/section1_h3_02.gif);
}

div.sectionContent h3#header03{
	background-image: url(../../terms_of_use/images/section1_h3_03.gif);
}

div.sectionContent h3#header04{
	background-image: url(../../terms_of_use/images/section1_h3_04.gif);
}

div.sectionContent div{
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
	line-height: 1.5;
}

div.sectionContent div p{
	margin-bottom: 15px;
}

div.sectionContent div ul li{
	margin-bottom: 10px;
	list-style: inside disc;
}

/*----- .rules -----*/
div.sectionContent.rules div ol li{
	margin-bottom: 10px;
}

div.sectionContent.rules div ul li{
	margin-bottom: 10px;
	list-style: none;
}

/* Win IE6 \*/
* html div.sectionContent.rules div ul li{
	list-style: outside none;
}
/* End Win IE6 */

div.sectionContent.rules div p.listH{
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

div.sectionContent.rules div ul li p.listH{
	text-indent: -0.5em;
}

div.sectionContent.rules div ol ol,
div.sectionContent.rules div ul ul{
	margin-left: 2em;
	margin-right: 2em;
	
}

div.sectionContent.rules div ol ol li{
	padding-left: 1.5em;
	text-indent: -1.5em;
}

div.sectionContent.rules div ul ul li{
	padding-left: 1.5em;
	list-style: inside disc;
	text-indent: -1.5em;
}


/*----- .rules2 -----*/
div.sectionContent.rules2 div ol li{
	margin-bottom: 10px;
}

div.sectionContent.rules2 div ul li{
	margin-bottom: 10px;
	list-style: none;
}

/* Win IE6 \*/
* html div.sectionContent.rules2 div ul li{
	list-style: outside none;
}
/* End Win IE6 */

div.sectionContent.rules2 div ul li p{
	margin-left: 1.3em;
	margin-right: 2em;
}

div.sectionContent.rules2 div p.listH{
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
}

div.sectionContent.rules2 div ul li p.listH{
	text-indent: -0.5em;
}







