@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;
	
}

/* abou_box */
div.about_box {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 20px;
	padding-bottom: 30px;
	/*overflow:auto;*/
}
div.about_box:after {
	content:".";
	height:0px;
	display:block;
	clear:both;
	visibility:hidden;
}
div.about_box div.left_box {
	width: 250px;
	float:left;
}
div.about_box div.left_box h3 {
	margin: 0px;
	padding: 0px;
}
div.about_box div.left_box p {
	font-size: 0.8em;
	padding-top: 12px;
	padding-right: 12px;
	clear:left;
	float:left;
}
div.about_box div.right_box {
	width: 250px;
	float:right;
}
.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;
	
}
/* */
#about_web_mail  {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 0.8em;
}

