@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;
	
}

/* Webメールの機能 */
#func_box {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 20px;
}
#func_box h3 {
	width: 500px;
}
#func_box p.func_msg {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	font-size: 0.8em;
}
#func_box p.func_img{
	text-align:center;
	margin-top:30px;
}
.underline {
	padding-bottom: 30px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}


/*センター*/
.center {
	text-align: center;
	
}
.center07ems {
	font-size: 0.7em;
	text-align: center;
	
}
/*補足*/
.hosoku {
	text-align: left;
	background-color: #F3F3F3;
	
}

