* {
	margin:0;
	padding:0;
	font-family:"ＭＳゴシック,ＭＳ Ｐゴシック,MS Pゴシック";
	font-weight:normal;
	letter-spacing:1px;
	background:transparent;
}

a img {
	border:none;
}

a:link,a:visited,a:active {
	color:#F35C4C;
	text-decoration:none;
	background:transparent;
}

a:hover {
	color:#F00;
	text-decoration:underline;
	background-color:transparent;
}

.clear{
	float:none;
}

body{
	background:#F4F1E9;
}

#gasBox{
	width:200px;
	height:auto;
	background-image:url(../img/img03.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#F4F1E9;
	padding:45px 0 10px 0;
}
	
#gasPrice{
	width:100px;
	height:60px;
	text-align:right;
	font-size:56px;
	font-weoght:bold;
	color:#F00;
	margin:0 0 0 36px;
	line-height:1;
	background:transparent;
}

#gasInfo{
	padding:10px;
	font-size:12px;
	color:#333;
	background:transparent;
	float:right;
}


