#wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	margin-top:10px;
	font-size:12px;
	padding:20px;
	color: #333333;
	background-color: #FFFFCC;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";

}

#content{
	position:relative;
	clear:both;

}

#content h2{
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size:18px;
	padding: 5px;
}

#content .statement{
	margin-top:10px;
	margin-bottom:10px;
	font-size: 14px;
}

#content .unit{
	float:left;
	width:285px;
	height:75px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-left: 2px;
	padding:4px;
	background-color: #FFFFFF;
	
}

#content .unit h3{
	font-size:15px;
	text-indent: 7pt;

}

#content .unit table{
	margin-top: 10px;
	margin-left: 10px;
}

#content .unit td{
	padding-left:10px;
	font-size:20px;
	font-weight: bolder;
	letter-spacing: 0.1em;
	text-align: right;

}

#content .unit .all_price td{
	font-size:15px;
	font-weight: normal;
}




#footer{
	position:relative;
	top:10px;
	clear:both;
	padding: 5px;
	background-color: #FFFF66;
}

#footer p{
	font-size: 14px;
	font-style: normal;
	letter-spacing: 0.1em;
	margin-top: 2px;

}

