@charset "shift_jis";
/*--information---------------------------------------------------------
Last update：07/08/27
File name ：index.css
Site name：webメール
Summary：「料金案内（メインコンテンツ内）」で使用しています。
Copyright：Copyright (C) 2007. webメール. All Rights Reserved
-------------------------------------------------------------------------*/

/*--ContainerInner----------------------------------------------------------*/
div#containerInner {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(../../images/common/containerInner.gif);
	background-repeat: repeat-y;
	text-align: left;
	clear: both;
	
}

/*--Inner_left----------------------------------------------------------*/
div#inner_left {
	float: left;
	width: 553px;
	padding-bottom: 30px;
	
}

/*h2*/
h2 {
	height: 100px;
	width: 552px;
	margin-top: 1px;
	margin-bottom: 20px;
	display: block;
	
}

/* faq_box */
div#faq_box {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 20px;
	padding-bottom: 30px;
	/*overflow:auto;*/
}
div#faq_box h3 {
	font-size: 0.8em;
	height: 20px;
	margin: 0px;
	padding: 0px;
	padding-left:20px;
	background: #FCEFE7 url(../images/faq_h3_01.gif) no-repeat left top;
	line-height: 20px;
	border-bottom:dotted 1px #CCCCCC;
	margin-top: 20px;
}
div#faq_box ol.faq_list {
	width:458px;
	font-size: 0.8em;
	list-style-type:none;
	line-height: 1.5em;
	background-color:#FAFAFA;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 12px;
}
div#faq_box ol.faq_list li a {
	color:#0000FF;
}
div#faq_box ol.faq_list li dl dt{
	padding-bottom: 10px;
}
div#faq_box ol.faq_list li dl dd {
	text-indent: -1.5em;
	padding-left: 1.5em;
	padding-bottom: 10px;
	border-bottom:dotted 1px #CCCCCC;
	margin-bottom: 10px;

}
div#faq_box ol.faq_list li dl dd ol {
	width:400px;
	font-size: 0.9em;
	text-indent: -0.5em;
	list-style-type:none;
	line-height: 1.5em;
	background-color:#FAFAFA;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 12px;
}


/*センター*/
.center {
	text-align: center;
	
}
.center07ems {
	font-size: 0.7em;
	text-align: center;
	
}
/*補足*/
.hosoku {
	text-align: left;
	background-color: #F3F3F3;
	
}
