@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;
	
}

/* company_box */
div#company_box {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 20px;
	padding-bottom: 30px;
	/*overflow:auto;*/
}
.table01 {
	width: 500px;
	margin: 24px auto;
	background-color: #E9F3FE;
	font-size: 0.8em;
}
.table01 table {
	border: 1px solid #ACC9DC;
	border-collapse: separate;
	background-color:#ffffff;
	width: 100%;
}
.table01 th, .table01 td {
	padding: 11px;
	line-height: 1.4;
}
.table01 th {
	background-color: #9abfd6;
	width: 120px;
}
.table01 td {
	border-bottom: 1px solid #9abfd6;
}
.table01 li {
	margin: 0px 0px 0px 34px;
}


/*センター*/
.center {
	text-align: center;
	
}
.center07ems {
	font-size: 0.7em;
	text-align: center;
	
}
/*補足*/
.hosoku {
	text-align: left;
	background-color: #F3F3F3;
	
}

