@charset "UTF-8";

/** Information Center Header*/
.help_header{
	margin-bottom:15px;
	background-repeat : no-repeat;
	border:none;
	margin-top: 10px;
	background-image: url(/common_img/help/help_title.gif);
	padding: 10px;
	width: 680px;
}
.help_header H2{
	margin:0;
	font-size:1.8em;
	font-weight: normal;
	padding-bottom: 3px;
}
.help_header div{
	font-size:0.8em;
}


/** Information Center  Navigation */
.help_navigation{
	margin:0;
	width :200px;
	height:600px;
	border:1px solid #CCCCCC;
	float:left;
	padding: 0px;
}

.help_navigation H3{
	background-color:#E3E3E3;
	margin:0;
	padding: 5px;
}


.help_navi_list{
	margin:0;
	padding:0 0 0 10px;
	list-style-type:decimal;
	list-style-position: inside;
}
.help_navi_list li{
	margin:0 0 3px;
	padding-top: 13px;
	font-weight: bold;
}

/** Information Center Index **/
.help_section{
	border:0px solid blue;
	clear: both;
	background-position: left top;
	margin-bottom: 25px;
}
.help_section H3{
	margin:0 0 20 33px;
	background-image: url(/common_img/help/help_question_icon.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	font-size: 1.2em;
	position: static;
	height: 25px;
	padding-top: 5px;
	clear: both;
	float: none;
}

.help_section p{
	margin:15px 0 0 30px;
	line-height: 1.4em;
}

.help_article{
	
}

/** Information Center Answer **/
.help_answer{
	margin:0 0 20px 0px;
	clear: both;
	padding-bottom: 10px;
}
.help_answer H3{
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.help_answer div{
	padding:10px 0 0 30px;
	min-height:70px;
	_height:52px;
	clear:both;
	line-height: 1.4em;
	}
.help_answer table{
	margin-top: 10px;
	margin-bottom: 10px;
}
.help_answer table tr td{
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.help_also{
	display:block;
	clear:both;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 10px;
	padding-left: 60px;
	line-height: 1.4em;
	color: #666666;
}
.help_also span{
	font-weight: bold;
	color: #006699;
}

/** Information Center Inquiry */
.error_form_lcm{
	padding:3px;
	background-color:#ffffcc;
}
.error_form_title_lcm{
	font-size:1.3em;
	color:#ff3300;
}
.help_right {
	float: right;
	width: 470px;
	clear: right;
}

/**
  * clause 
  */

.clause {
	line-height: 1.6em;
	margin-bottom: 20px;
}
.clause h4 {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.clause ol {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.clause ol li {
	margin-left: 10px;
	padding-bottom: 10px;
}
/* 謾ｹ險ょｱ･豁ｴ */
.clause h5 {
	font-weight:bold;
	margin-bottom:3px;
}
.clause div.item {
	width:670px;
	margin:0 auto 40px auto;
}
.clause div.item div {
	border:1px solid #D1D1D1;
	background: #F6F6F6;
	padding:10px;
	line-height:1.3;
}
.clause div.item div p span {
	color:#666666;
	display:block;
}

