/* CSS Document */

@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
 input, textarea, {
 margin: 0;
 padding: 0;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.both {
	clear:both;
}
.inline_block {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
 リセットCSS3 end */ /* /////////////////全頁共通のスタイル ///////////////////////// */

img {
 border:none;
}
body {
	line-height: 1.5;
	font-size:12px;
	color: #2f1204;
	font-family: メイリオ, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-weight: normal;
	position: relative;
}
a:link {
	color:#0065b7;
	text-decoration:none;
}
a:visited {
	color:#0065b7;
	text-decoration:none;
}
a:hover {
	color:#009688;
	text-decoration:none;
}
a:active {
	color:#009688;
	text-decoration:none;
}
a[name]:active {
	color:inherit;
}
a[name]:hover {
	color:inherit;
}
p {
	line-height:160%;
	margin-bottom:5px;
}
.top {
	width:100%;
	margin:0 auto;
}
.wrapper {
	padding:0px;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
}
a:hover img {
 alpha(opacity=0.8);
	opacity:0.8;
}
/* -▼見出しの設定-------------------------- */

h1 {
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	width: 980px;
	text-indent:2px;
}
/* -▼ヘッダー--------------------------------------------- */

.header_top {
	width:100%;
	padding:5px 0 5px 0;
	background-color:#39F;
	color:#fff;
	height:20px;
}
.header {
	width:980px;
	padding:10px 0 5px;
	margin:0 auto;
}
.header_left {
	float:left;
}
.header_right {
	float:right;
	width:368px;
}
.header_right ul {
	text-align:right;
}
.header_right li {
	display:inline;
	padding:0 0 0 13px;
}
.header_phone {
	width:368px;
	height:42px;
}
/* -▲ヘッダ終わり----------------------------------------- */
/* -▼パンくずリスト--------------------------------------------- */
.breadcrumb_bg {
	width:100%;
	background-color:#f0faff;
	margin:0;
}
.breadcrumb {
	font-size:12px;
	margin:0 auto;
	width:980px;
	padding:5px 0;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
/* -▲パンくずリスト終わり----------------------------------------- */
/* -▼グローバルナビ--------------------------------------------- */
.head_line {
	width:100%;
	min-width:980px;
	background-image:url(/common/images/header_line.jpg);
	height:8px;
	background-repeat:repeat-x;
}
.gnv {
	width:100%;
	min-width:980px;
	height:68px;
	background:url(/common/images/navi_back.jpg);
	background-repeat:repeat-x;
}
ul.glovalnavi {
	width:980px;
	margin:0px auto 0;
	padding:5px 0 0;
	height:60px;
}
ul.glovalnavi li {
	float:left;
	display:inline;
	list-style-type:none;
}
ul.glovalnavi li.gnavi01 a {
	display:block;
	height:60px;
	width:106px;
}
ul.glovalnavi li.gnavi02 a {
	display:block;
	height:60px;
	width:170px;
}
ul.glovalnavi li.gnavi03 a {
	display:block;
	height:60px;
	width:211px;
}
ul.glovalnavi li.gnavi04 a {
	display:block;
	height:60px;
	width:158px;
}
ul.glovalnavi li.gnavi05 a {
	display:block;
	height:60px;
	width:164px;
}
ul.glovalnavi li.gnavi06 a {
	display:block;
	height:60px;
	width:171px;
}
/* /////////////▼グローバルナビのリンク設定///////////////　*/
.gnavi01 a:link, .gnavi01 a:visited {
	background:url(/common/images/navi_01.png) no-repeat;
}
.gnavi02 a:link, .gnavi02 a:visited {
	background:url(/common/images/navi_02.png) no-repeat;
}
.gnavi03 a:link, .gnavi03 a:visited {
	background:url(/common/images/navi_03.png) no-repeat;
}
.gnavi04 a:link, .gnavi04 a:visited {
	background:url(/common/images/navi_04.png) no-repeat;
}
.gnavi05 a:link, .gnavi05 a:visited {
	background:url(/common/images/navi_05.png) no-repeat;
}
.gnavi06 a:link, .gnavi06 a:visited {
	background:url(/common/images/navi_06.png) no-repeat;
}
/*  ////////////////////////////////// hover */
.gnavi01 a:hover, .gnavi01 a:active {
	background:url(/common/images/navi_01_over.jpg) no-repeat;
}
.gnavi02 a:hover, .gnavi02 a:active {
	background:url(/common/images/navi_02_over.jpg) no-repeat;
}
.gnavi03 a:hover, .gnavi03 a:active {
	background:url(/common/images/navi_03_over.jpg) no-repeat;
}
.gnavi04 a:hover, .gnavi04 a:active {
	background:url(/common/images/navi_04_over.jpg) no-repeat;
}
.gnavi05 a:hover, .gnavi05 a:active {
	background:url(/common/images/navi_05_over.jpg) no-repeat;
}
.gnavi06 a:hover, .gnavi06 a:active {
	background:url(/common/images/navi_06_over.jpg) no-repeat;
}
/* -▲グローバルナビここまで----------------------------------------- */

/* -▼コンテンツー--------------------------------------------- */

/* indexのみ */
.contents_top {
	padding:27px 0 0px 0;
	margin:0 auto;
	width:980px;
	background-color:#fff;
 background-image:url(/common/images/navi_shadow.jpg) background-position:top;
	background-repeat:repeat-x;
	
}
/* サブページ */
.contents {
	padding:20px 0 0px 0;
	margin:0 auto;
	width:980px;
	background-color:#fff;
}
/* -▼左カラム（メニュー）--------------------------------------------- */
.menu_side {
	float:left;
	width:225px;
	margin:0 0 0px 0;
	background-color:#fff;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
}
ul.side_bnr1 {
	list-style-type:none;
	margin-bottom:0px;
}
ul.side_bnr1 li {
	padding-bottom:3px;
}
.side_gasoline {
	width:225px;
	height:auto;
	background-image:url(/common/images/side_gasoline.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#f7fdff;
	border-left:solid #c1ebfb 2px;
	border-right:solid #c1ebfb 2px;
	border-bottom:solid #c1ebfb 2px;
	margin-bottom:10px;
}
.side_gasoline ul {
	margin:0 auto;
	padding:43px 10px 0px 10px;
}
.side_gasoline ul li {
	padding-bottom:0px;
}
ul.side_bnr2 {
	list-style-type:none;
	margin-bottom:0px;
}
ul.side_bnr2 li {
	padding-bottom:3px;
}
span.side_link {
	font-size:90%;
	color:#0075a9;
	text-decoration:underline;
	float:right;
	padding:0 10px 0 0px;
}
span.side_link:before {
	content:url(/common/images/icon.jpg);
	position:relative;
	bottom:0em;
	margin-right:0.1em;
}
/* -▼右カラム（メイン）--------------------------------------------- */

.main_top { /* TOP */
	float:right;
	width:740px;
	padding:0;
	margin:0px 0 0 0;
	background-color:#fff;
}
.main { /* サブページ */
	float:right;
	width:740px;
	padding:0;
	margin:0 0 0 0;
	background-color:#fff;
}
/* -▼フッター--------------------------------------------- */
.footerbg {
	background-image:url(/common/images/bg_island.jpg),url(/common/images/footer_bg.jpg);
	width:100%;
	min-width:980px;
	background-position:87% 0,top;
	background-repeat:no-repeat,repeat-x;
	height:350px;
}
.footer {
	width:980px;
	margin:0px auto 0 auto;
	padding:100px 0 0 0;
}
.footer a:hover {
	text-decoration:underline;
}
.footer_left {
	float:left;
}
.unit_fl {
	float:left;
	padding:0 60px 0 20px;
	background:url(/common/images/footer_tate.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:170px;
}
.unit_fl ul {
	margin-top:10px;
}
.unit_fl ul li:not(.list2) {
	padding-left:10px;
	margin-left:5px;
	margin-bottom:0.9em;
	line-height:10px;
	background: url(/common/images/fl_icon.png) no-repeat 0 0.2em;
	font-size:12px;
}
.unit_fl ul li.list2 {
	padding-left:10px;
	margin-left:px;
	margin-bottom:0.9em;
	line-height:10px;
	font-size:12px;
}
.unit_fl ul li.list2 :before {
	content:"L";
	position:relative;
	bottom:0;
	margin-right:0.5em;
}
.footer_tate {
	background: url(/common/images/footer_tate.jpg);
	float:left;
	background-repeat:no-repeat;
	width:2px;
	height:170px;
}
.footer_right {
	padding:0px 10px 0 0;
	float:right;
	background: url(/common/images/footer_tate.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
	height:170px;
}
.footer_logo {
	padding:20px 0 5px 0;
}
.add {
	background:url(/common/images/footer_line.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px 0 0 0;
	width:300px;
}
.footer_right ul {
	margin-top:0.6em;
}
.footer_right ul li {
	list-style-type:none;
	color:#0065b7;
	font-weight:bold;
	font-size:13px;
	margin-bottom:0.1em;
}
