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


/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* parts */
.cf {
	overflow: hidden;
}
img {
	vertical-align: bottom;
}
/* layout */
#wrapper {
	background-image: url(images/wrapper_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#message {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}
#message h1 {
	font-size: 10px;
	line-height: 10px;
	padding-top: 10px;
}
#header {
	height: 90px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	margin-top: 20px;
}
#contactform {
	float: right;
	margin-top: 20px;
}
#gnavi {
	height: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #FFF;
}
#gnavi ul li {
	float: left;
}
#pankuzu {
	height: 10px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	line-height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pankuzu a {
	color: #000;
	text-decoration: none;
}
#mainimage {
	margin-bottom: 20px;
}
#mainimage_inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#main {
	float: right;
	width: 690px;
}
.article {
	margin-bottom: 30px;
}
.article h2 {
	background-image: url(images/articles_h2_back01.png);
	height: 35px;
	width: 665px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 15px;
	margin-bottom: 20px;
}
.article h3 {
	background-image: url(images/articles_h3_back.png);
	height: 30px;
	width: 670px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
	color: #FFF;
	margin-bottom: 20px;
}
.article h4 {
	background-image: url(images/articles_h4_back.png);
	height: 28px;
	width: 665px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 8px;
	color: #000;
	margin-bottom: 20px;
}
.article p {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-bottom: 20px;
}
.list02 {
	margin-bottom: 20px;
}
.list02 li {
	background-image: url(images/list_back02.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
.float_right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.servicelist {
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	margin-bottom: 15px;
}
.servicelist_left {
	float: left;
	margin-bottom: 15px;
}
.servicelist_right {
	float: right;
	margin-bottom: 15px;
}
.table1 {
	width: 100%;
}
.table1 tr th, .table1 tr td {
	font-size: 14px;
	line-height: 28px;
	border: 1px solid #CCC;
	padding: 5px;
}
.table1 tr th {
	width: 25%;
	font-weight: bold;
	background-color: #057DC6;
	color: #FFF;
}
.table1 tr td {
	width: 75%;
}
.formTable {
	width: 100%;
	margin-bottom: 20px;
}
.formTable tr th, .formTable tr td {
	font-size: 14px;
	line-height: 28px;
	border: 1px solid #CCC;
	padding: 5px;
}
.formTable tr th {
	width: 25%;
	font-weight: bold;
	background-color: #EBEBEB;
	color: #000;
}
.formTable tr td {
	width: 75%;
}
.sample {
	font-size: 10px;
	line-height: 11px;
	color: #666;
}
#sidebar {
	float: left;
	width: 230px;
}
#saddress {
	font-size: 12px;
	line-height: 14px;
}
.sbanner {
	margin-bottom: 20px;
}
.sbanner div {
	margin-bottom: 10px;
}
.snavi {
	background-image: url(images/snavi_bottom_back.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.snavi ul {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #EBEBEB;
}
.snavi ul li {
	background-image: url(images/list_back01.png);
	background-repeat: no-repeat;
	background-position: 8px 16px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2A41A2;
	border-bottom-color: #2A41A2;
	border-left-color: #2A41A2;
	height: 25px;
	font-size: 14px;
	line-height: 14px;
	padding-left: 20px;
	padding-top: 14px;
}
.snavi ul li a {
	color: #000;
	text-decoration: none;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #333;
}
#footer_inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#fnavi {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#fnavi p {
	font-size: 11px;
	line-height: 12px;
	color: #FFF;
}
#fnavi p a {
	color: #FFF;
	text-decoration: none;
}
#faddress {
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#news {
	margin-bottom: 30px;
}
.news_left {
	float: left;
}
.news_right {
	float: right;
}


.gasoline_date {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.gasoline_price_list {
	width: 330px;
	margin-bottom: 20px;
}
.gasoline_price_list tr th, .gasoline_price_list tr td{
	border: 1px double #333;
}
.gasoline_price_list tr th {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	padding: 5px;
	text-align: center;
	background-color: #D8D8D8;
}
.gasoline_price_list tr td {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	padding: 5px;
	text-align: center;
}

.shubetsu {
	width: 30%;
}
.zeikomi {
	width: 35%;
}
.zeibetsu {
	width: 35%;
}
.g_price {
	color: #F00;
}

.sharyoutanni {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}
.riyougaku {
	width: 60%;
	background-color: #CCC;
}
.waribikiritsu {
	width: 40%;
	background-color: #CCC;
}
.sharyoutanni tr th, .sharyoutanni tr td {
	padding: 10px;
	border: 1px solid #999;
	text-align: center;
}
