@charset "utf-8";
@import "../common/table.css";

/*------------------------------------------------------------------------------

	[ファイル名]	registration/rules.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
{
	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(../../registration/rules/images/h1.gif) no-repeat scroll left top;
}



/*------------------------------------------------------------------------------

								div.section
								
------------------------------------------------------------------------------*/
div.section{
	width: 651px;
	margin-left: 10px;
}

div.sectionContent{
	margin: 10px;
}


h2{
	margin-bottom: 10px;
	background: url(../../shop/images/detail_h2_bg.gif) repeat-x scroll left bottom;
	border-left: 4px solid #3264c7;
}

h2 span{
	display: block;
	padding: 7px;
	line-height: 1em;
	border: 1px solid #cccccc;
	border-left-style: none;
	font-weight: bold;
	font-size: 120%;
}


h3{
	line-height: 1em;
	margin-bottom: 10px;
	padding: 6px;
	background: url(../../shop/images/detail_h2_bg.gif) repeat-x scroll left bottom;
	border: 1px solid #cccccc;
	border-bottom: 2px solid #3264c7;
	font-weight: bold;
}

div.section ul,
div.section ol,
p.text{
	line-height: 1.5em;
	margin: 10px;
}

div.section li{
	margin-bottom: 5px;
}


div.section li{
	margin-bottom: 5px;
	margin-left: 1.5em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	list-style-position: outside;
	
}

div.section li ol li:first-child,
div.section li ul li:first-child{
	padding-top: 5px;
	border-top: 1px dotted #cccccc;
}

div.section ol.decimal li{
	list-style-type: decimal;
}

div.section ol.latin li{
	list-style-type: lower-latin;
}

div.section ul.disc li{
	list-style-type: disc;
}



p.anchorTop{
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: right;
}

div.section address{
	margin: 10px;
	padding: 10px;
	background-color: #eeeeee;
	border-bottom: 1px solid #dddddd;
}

div.section address strong{
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	font-weight: bold;
}

div.section p.note{
	text-align: right;
}