@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;
	
}

/*table*/
#rate_box  {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
#rate_box caption {
	background-color:#FFDDCA;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-style: solid;
	border-left-style: solid;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: auto;
	height: auto;
	padding: 5px;
	font-size: 0.8em;
}
#rate_box table {
	border-collapse:separate;
	border-spacing:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	width: 500px;
	font-size: 1em;
}

#rate_box th,td {
	margin:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 2px;
	font-size: 0.8em;
}

#rate_box th {
	background-color:#E1EFFD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1EFFD;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	color: #716459;
	font-weight: normal;
	text-align: left;
}

#rate_box td {
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	line-height: 1.5em;
}
/*センター*/
.center {
	text-align: center;
}
.center07ems {
	font-size: 0.7em;
	text-align: center;
}
.center_red {
	color: #FF3300;
	text-align: center;
}

/*補足*/
.hosoku {
	text-align: left;
	background-color: #F3F3F3;
	
}

