@charset "utf-8";
@import "../common/table.css";

/*------------------------------------------------------------------------------

	[ファイル名]	help.css
	
	[概要]			当サイトご利用にあたってページレイアウト用
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
div#localNav:after,
div#section3 div.sectionContent div:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div#localNav,
*:first-child + html div#section3 div.sectionContent div
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#localNav,
* html div#section3 div.sectionContent div
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
div#localNav,
div#section3 div.sectionContent div
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
h1,
div.section h3
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
div#section1 div.sectionContent div ol
{
	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(../../help/images/h1.gif) no-repeat scroll left top;
}


/*------------------------------------------------------------------------------

								ローカルナビ
								
------------------------------------------------------------------------------*/
div#localNav,
div#localNav ul,
div#localNav ul li,
div#localNav ul li a{
	background: no-repeat scroll left top;
	font-weight: bold;
}

div#localNav{
	width: 670px;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: left;
}

div#localNav div.left{
	width: 310px;
	margin-left: 10px;
}

div#localNav div.right{
	width: 330px;
}

div#localNav ul{
	padding-left: 7px;
}

div#localNav ul li{
	margin-bottom: 10px;
	margin-right: 30px;
	padding-left: 30px;
	background: url(../../images/common/icon_arrow_orange.gif) no-repeat scroll 0em 0.2em;
}


/*------------------------------------------------------------------------------

								div.section
								
------------------------------------------------------------------------------*/
div.section{
	clear: both;
	width: 651px;
	margin-left: 10px;
	line-height: 1.5;
}



/*------------------------------------------------------------------------------

								p.anchorTop
								
------------------------------------------------------------------------------*/
p.anchorTop{
	text-align: right;
}


/*------------------------------------------------------------------------------

								h3
								
------------------------------------------------------------------------------*/
div.section h3{
	width: 650px;
	height: 30px;
	background: no-repeat scroll left top;
}


/*------------------------------------------------------------------------------

								div#section1
								
------------------------------------------------------------------------------*/
div#section1{
	margin-bottom: 30px;
}

div#section1 h3{
	background-image: url(../../help/images/section1_h3.gif);
}

div#section1  div.sectionContent{
	text-align: center;
}

div#section1 div.sectionContent div{
	width: 540px;
	height: 573px;
	margin: 20px auto 20px auto;
	padding: 10px 10px 0px 10px;
	background: url(../../help/images/nagare.gif) no-repeat scroll left top;
}

/* Win IE6 \*/
* html div#section1 div.sectionContent div{
	width: 560px;
}
/* End Win IE6 */

div#section1 div.sectionContent p{
	margin-bottom: 15px;
	padding: 0px 10px 0px 10px;
	text-align: left;
}



/*------------------------------------------------------------------------------

								div#section2
								
------------------------------------------------------------------------------*/
div#section2 div.sectionContent{
	margin-bottom: 10px;
	padding: 10px 10px 0px 10px;
	line-height: 1.5;
}

div#section2 h3{
	background-image: url(../../help/images/section2_h3.gif);
}

div#section2 ul li{
	margin-bottom: 10px;
	padding-left: 1em;
	list-style: inside disc;
	text-indent: -1em;
}


/*------------------------------------------------------------------------------

								div#section3
								
------------------------------------------------------------------------------*/
div#section3 h3{
	background-image: url(../../help/images/section3_h3.gif);
}

div#section3 div.sectionContent table{
	margin: 10px 10px 20px 10px;
}

div#section3 div.sectionContent table th{
	width: 155px;
	vertical-align: middle;
}

div#section3 div.sectionContent table td.fee{
	color: #FF0000;
	font-weight: bold;
}

div#section3 div.sectionContent table td p.imgArea{
	padding-top: 10px;
}

/*------------------------------------------------------------------------------

								div#section4
								
------------------------------------------------------------------------------*/
div#section4 div.sectionContent div{
	line-height: 1.5;
}

div#section4 h3{
	background-image: url(../../help/images/section4_h3.gif);
}

div#section4 div.sectionContent p{
	margin-bottom: 20px;
	padding: 10px 10px 0px 10px;
}

div#section4 div.sectionContent p.fee{
	margin: 0 10px 20px 10px;
	padding: 10px;
	background-color: #f7f7f7;
	border: 1px solid #aaaaaa;
	color: #FF0000;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

div#section4 div.sectionContent table{
	width: 630px;
	margin: 0 10px;
}

div#section4 div.sectionContent table th{
	text-align: center;
}

div#section4 div.sectionContent table td.fee{
	text-align: center;
	vertical-align: middle;
}

div#section4 div.sectionContent table caption{
	margin-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
}


/*------------------------------------------------------------------------------

								div#section5
								
------------------------------------------------------------------------------*/
div#section5 div.sectionContent div{
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
	line-height: 1.5;
}

div#section5 h3{
	background-image: url(../../help/images/section5_h3.gif);
}


div#section5 div.sectionContent p{
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
}

div#section5 div.sectionContent ol{
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
}

div#section5 div.sectionContent ul{
	margin-bottom: 10px;
	padding: 0px 15px 0px 15px;
}

div#section5 div.sectionContent ol li{
	margin-bottom: 10px;
	padding-left: 2em;
	text-indent: -2em;
}


/*------------------------------------------------------------------------------

								div#section6
								
------------------------------------------------------------------------------*/
div#section6 div.sectionContent div{
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
	line-height: 1.5;
}

div#section6 h3{
	background-image: url(../../help/images/section6_h3.gif);
}


div#section6 div.sectionContent p{
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
}

div#section6 div.sectionContent p.note{
	margin-bottom: 0px;
	padding: 0px;
}

div#section6 div.sectionContent ol{
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
}

div#section6 div.sectionContent ul{
	margin-bottom: 10px;
}

div#section6 div.sectionContent ol li{
	margin-bottom: 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}


/*------------------------------------------------------------------------------

								div#section7
								
------------------------------------------------------------------------------*/
div#section7 div.sectionContent div{
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
	line-height: 1.5;
}

div#section7 h3{
	background-image: url(../../help/images/section7_h3.gif);
}


div#section7 div.sectionContent p{
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
}

div#section7 div.sectionContent p.note{
	margin-bottom: 0px;
	padding: 0px;
}

div#section7 div.sectionContent ol{
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
}

div#section7 div.sectionContent ul{
	margin-bottom: 10px;
}

div#section7 div.sectionContent ol li{
	margin-bottom: 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}


/*------------------------------------------------------------------------------

								div#section8
								
------------------------------------------------------------------------------*/
div#section8 div.sectionContent div{
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
	line-height: 1.5;
}

div#section8 h3{
	background-image: url(../../help/images/section8_h3.gif);
}


div#section8 div.sectionContent p{
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
}

/*------------------------------------------------------------------------------

								div#section9
								
------------------------------------------------------------------------------*/
div#section9 div.sectionContent div{
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
	line-height: 1.5;
}

div#section9 h3{
	background-image: url(../../help/images/section9_h3.gif);
}


div#section9 div.sectionContent ul{
	margin-bottom: 10px;
	padding: 10px 10px 0px 10px;
}

div#section9 div.sectionContent ul li{
	margin-bottom: 10px;
	padding-left: 1em;
	list-style: inside disc;
	text-indent: -1em; 
}



/*------------------------------------------------------------------------------

								div#section10
								
------------------------------------------------------------------------------*/
div#section10 div.sectionContent div{
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
	line-height: 1.5;
}

div#section10 h3{
	background-image: url(../../help/images/section10_h3.gif);
}


div#section10 div.sectionContent ol{
	margin-bottom: 10px;
	padding: 10px 10px 0px 10px;
}

div#section10 div.sectionContent ol li{
	margin-bottom: 20px;
	padding: 10px 10px 0px 10px;
}

div#section10 div.sectionContent ul{
	margin-bottom: 10px;
	padding: 10px 20px 0px 35px;
}

div#section10 div.sectionContent ul li{
	margin-bottom: 10px;
	padding-left: 1em;
	list-style: inside disc;
	text-indent: -1em; 
}

div#section10 div.sectionContent ul ul{
	margin-bottom: 20px;
}

div#section10 div.sectionContent ul ul li{
	margin-bottom: 10px;
	padding-top: 0;
	padding-left: 1em;
	list-style: inside circle;
	text-indent: -1em; 
}

div#section10 div.sectionContent ol p{
	padding: 20px 10px 10px 10px;
	padding-left: 2.5em;
}

div#section10 div.sectionContent ol table{
	margin-left: 2.5em;
}

div#section10 div.sectionContent ol table table{
	width: 100%;
	margin: 0;
}

div#section10 div.sectionContent ol table table caption{
	padding-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

div#section10 div.sectionContent ol table table th{
	width: 100px;
	background-color: #f5f5f5;
}


div#section10 div.sectionContent ol table ul{
	margin: 0;
	padding: 0;
}

div#section10 div.sectionContent ol table ul li{
	margin-bottom: 0px;
	padding-bottom: 0;
	list-style: none;
	list-style-position: outside;
}

div#section10 div.sectionContent ol table ul ul li{
	margin: 0;
	padding: 0 0 0 1em;
	list-style: inside circle;
}



/*------------------------------------------------------------------------------

								div#section11
								
------------------------------------------------------------------------------*/
div#section11 div.sectionContent div{
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
	line-height: 1.5;
}

div#section11 h3{
	background-image: url(../../help/images/section11_h3.gif);
}

div#section11 div.sectionContent p{
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
	line-height: 1.5;
}

div#section11 div.sectionContent p a{
	margin-left: 10px;
	padding-left: 25px;
	background: url(../../images/common/icon_arrow_orange.gif) no-repeat scroll 0em 0.1em;
}


/*------------------------------------------------------------------------------

								div#section12
								
------------------------------------------------------------------------------*/
div#section12 div.sectionContent{
	margin-bottom: 30px;
	padding: 10px 10px 0px 10px;
	line-height: 1.5;
}

div#section12 h3{
	background-image: url(../../help/images/section12_h3.gif);
}

div#section12 div.sectionContent p{
	margin-bottom: 10px;
}

div#section12 div.sectionContent p a{
	margin-left: 10px;
	padding-left: 25px;
	background: url(../../images/common/icon_arrow_orange.gif) no-repeat scroll 0em 0.1em;
}



