@charset "utf-8";

body {
}

#Wrapper {
	text-align:center;
}

#Header {
	text-align:center;
	background:url(../images/bg_header.gif) repeat-x top;
	overflow:hidden;
	_zoom:1;
	border-bottom:3px solid #DDD;
	padding-bottom:10px;
}

#Header .inner {
	text-align:left;
	width:600px;
	margin:0 auto;
}

#Header #logo {
	float:left;
	margin:5px 0 0 0;
}

#Header .contact {
	float:right;
	text-align:right;
	margin:10px 0 0 0;
}

#Header .contact img {
	margin-bottom:5px;
}

#Container {
	width:550px;
	margin:20px auto 0 auto;
}

#Footer {
	clear:both;
	font-size:65%;
	margin-top:30px;
	padding:12px 0 45px 0;
	background:url(../images/bg_footer.gif) repeat-x;
}

#Footer .inner {
	text-align:left;
	width:600px;
	margin:0 auto;
}

#Footer .inner .copyright {
	float:right;
	color:#002E85;
}

.Cost h1 {
	font-size:85%;
	text-align:left;
	color:#213F99;
	background:url(../images/bg_h2_01.gif) no-repeat left;
	padding:6px 0 9px 16px;
	margin-bottom:15px;
	border-bottom:1px solid #213F99;
}

.Cost .comment {
	font-size:65%;
	text-align:right;
	color:#666;
}

.Cost table {
	font-size:75%;
	line-height:150%;
	width:550px;
	border-collapse:collapse;
	margin-bottom:30px;
}

.Cost th {
	text-align:center;
	width:72px;
	border:1px solid #FFF;
}

.Cost th.cell01 {
	background:url(../../flow/images/bg_cell_01.gif) repeat-y;
}

.Cost th.cell02 {
	background:url(../../flow/images/bg_cell_02.gif) repeat-y;
}

.Cost td {
	text-align:left;
	padding:6px;
	border:1px solid #FFF;
}

.Cost td.cell01 {
	font-weight:bold;
	color:#213F99;
	background:#B5E4FB;
	width:135px;
}

.Cost td.cell02 {
	background:#DBF3FD;
	width:341px;
}

.Cost td.cell03 {
	font-weight:bold;
	color:#213F99;
	background:#48B7F9;
	width:135px;
}

.Cost td.cell04 {
	background:##B4E8FC;
	width:341px;
}

.Cost td strong {
	color:#009FEC;
}

.Cost td span {
	font-size:85%;
}