@charset "utf-8";
/* CSS Document */

h1{
	font-size:16px;
	margin-bottom:8px;
	border-left:5px solid #F6E212;
	padding-left:10px;
}

h2{
	font-size:14px;
	line-height:200%;
}

p.maebun{
	font-size:14px;
	line-height:140%;
	margin-bottom:15px;
}

div#comparison table{
	border-top:1px solid #999;
	border-left:1px solid #999;
	font-size:14px;
	margin-bottom:20px;
	width:800px;
}

div#comparison th{
	text-align:left;
	padding:2px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
div#comparison td{
	text-align:right;
	padding:2px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

div#comparison th.al{
	background-color:#484824;
	width:250px;
	text-align:center;
}

div#comparison td.al{
	background-color:#16160C;
}

div#comparison .runningcost{
	background-color:#660000;
}

div#comparison .runningcost2{
	background-color:#993300;
}

div#comparison sup{
	font-size:10px;
}

div#comparison .head{
	width:280px;
}

div#comparison .thHead{
	width:250px;
	text-align:center;
}