@charset "UTF-8";

/*------------------------------------------------------------------------------
reset:ブラウザスタイル初期化設定
------------------------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
/*	font-size: 100%;*/
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*------------------------------------------------------------------------------
clearfix:クリア設定
------------------------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*End hide from IE-mac */

/*------------------------------------------------------------------------------
base:基本設定
------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	line-height: 150%;
	background: #FFFFFF url('../img/bg.gif') repeat-x left top;
	color: #333333;
	position: relative;
}
#wrap {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
	color: #333333;
	border-bottom: 1px dashed #333333;
}
a:visited,
a:hover {
	text-decoration: none;
	color: #0074BF;
	border-bottom: 1px dashed #0074BF;
}
.clear {
	clear: both;
}

/* header */
#branding {
	position: relative;
	height: 153px;
}
#branding a {
	border-bottom: none;
}
#branding #site-title {
	position: absolute;
	left: 7px;
	top: 34px;
	width: 411px;
	height: 52px;
}
#branding #phone-header {
	position: absolute;
	top: 30px;
	right: 113px;
}
#branding #contact-header {
	position: absolute;
	top: 30px;
	right: 11px;
}
#branding form div.inner {
	position: absolute;
	right: 10px;
	top: 72px;
	width: 256px;
	height: 28px;
}
#branding form label {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 22px;
	overflow: hidden;
}
#branding form label img {
	position: absolute;
	left: 0px;
	top: 2px;
	white-space: nowrap;
}
#branding form #s {
	position: absolute;
	left: 68px;
	top: 0px;
	font-size: 16px;
	width: 137px;
	border: 1px solid #A5ACB2;
}
#branding form #submit {
	position: absolute;
	left: 210px;
	top: 0px;
}
#branding #access {
	position: absolute;
	left: 5px;
	top: 111px;
	width: 910px;
	height: 36px;
}
#branding #access li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 95px;
	height: 36px;
}
#branding #access li#gnavi-home {
	width: 81px;
}
#branding #access li#gnavi-payment {
	width: 128px;
}
#branding #access li#gnavi-faq {
	width: 138px;
}
#branding #access li#gnavi-link {
	width: 88px;
}
#branding #access li img {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* top main visual */
#homenavi {
	width: 913px;
	height: 294px;
	margin-bottom: 35px;
}
#homenavi ul.left {
	float: left;
	position: relative;
	width: 625px;
	height: 294px;
	overflow: hidden;
}
#homenavi ul.left li {
	display: none;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}
#homenavi ul.right {
	float: right;
	position: relative;
	width: 288px;
	height: 294px;
	overflow: hidden;
}
#homenavi ul.right li {
	position: relative;
	float: left;
	width: 288px;
	height: 92px;
	margin-bottom: 9px;
	overflow: hidden;
}
#homenavi ul.right li a img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#homenavi ul.right li a {
	text-decoration: none;
}
#homenavi ul.right li a span {
	display: block;
	position: absolute;
	left: 20px;
	top: 35px;
	z-index: 20;
	font-size: 12px;
	line-height: 125%;
	color: #666666;
	z-index: 100;
}

/* footer */
#btn-pagetop {
	width: 915px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	height: 32px;
	background-color: #FFFFFF;
}
#btn-pagetop a {
	border-bottom: none;
}
#site-info {
	width: 100%;
	font-size: 84%;
	line-height: 150%;
}
#site-info #footer-access {
	background-color: #EEEEEE;
}
#site-info #footer-access .inner {
	width: 910px;
	padding: 20px 5px 20px 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F8F8F8;
}
#site-info #business-information {
	position: relative;
	width: 910px;
	padding:30px 5px 20px 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #333333;
	text-align: right;
}
#site-info #business-information img {
	position: absolute;
	left: 5px;
	top: 30px;
}
#site-info #business-information ul {
	margin-bottom: 5px;
	border-right: 1px solid #333333;
}
#site-info #business-information li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #333333;
}
#site-info #business-information li a {
	text-decoration: none;
	color: #333333;
	border-bottom: 1px dashed #666666;
}
#site-info #business-information li a:hover {
	color: #0074BF;
	border-bottom: 1px dashed #0074BF;
}
#site-info #footer-banner {
	width: 100%;
	height: 65px;
	background-color: #0074BE;
	border-top: 1px solid #7FB9DE;
	border-bottom: 1px solid #80BADF;
}
#site-info #footer-link li {
	float: left;
	width: 287px;
	padding-right: 24px;
}
#site-info #footer-link .left {
}
#site-info #footer-link .center {
}
#site-info #footer-link .right {
	padding-right: 0px;
}
#site-info #footer-link li h3 {
	margin-bottom: 11px;
}
#site-info #footer-link li .inner {
	margin: 0 9px 0 9px;
	padding: 0px;
	width: auto;
}

#site-info #footer-link p.pickup-banner {
	margin: 5px 0 10px 0;
	}
	
#site-info #footer-link p.pickup-banner a,
#site-info #footer-link p.pickup-banner a:hover,
#site-info #footer-link p.pickup-banner a:visited {
	border-bottom: none;	
	}

/* pickup未使用 */
#site-info #footer-link .pickup li {
	float: left;
	width: 267px;
	height: 93px;
	overflow: hidden;
	margin-bottom: 6px;
	position: relative;
	font-size: 92%;
}
#site-info #footer-link .pickup li a,
#site-info #footer-link .pickup li a:hover,
#site-info #footer-link .pickup li a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom: none;
}
#site-info #footer-link .pickup li.sightseeing {
	background: url('/img/bg_sightseeing.jpg') no-repeat left top;
}
#site-info #footer-link .pickup li.sightseeing ul {
	position: absolute;
	left: 14px;
	top: 46px;
	width: 250px;
}
#site-info #footer-link .pickup li.sightseeing ul li {
	float: left;
	width: 95px;
	color: #333333;
	height: 1.5em;
	padding: 0 0 0 15px;
}
#site-info #footer-link .pickup li.sightseeing ul li.pin-red {
	background: url('/img/sym_pin_red.gif') no-repeat left center;
}
#site-info #footer-link .pickup li.sightseeing ul li.pin-green {
	background: url('/img/sym_pin_green.gif') no-repeat left center;
}
#site-info #footer-link .pickup li.sightseeing ul li.pin-blue {
	background: url('/img/sym_pin_blue.gif') no-repeat left center;
}
#site-info #footer-link .pickup li.sightseeing ul li.pin-orange {
	background: url('/img/sym_pin_orange.gif') no-repeat left center;
}
#site-info #footer-link .pickup li.item {
	background: url('/img/bg_item.jpg') no-repeat left top;
}
#site-info #footer-link .pickup li.item p {
	position: absolute;
	left: 14px;
	top: 36px;
	color: #666666;
	line-height: 125%;
}
/* pickup未使用ここまで */


#site-info #footer-link .sitemap-link li {
	float: none;
	background: url('../img/sym_sitemap_link.gif') no-repeat left center;
	padding-left: 13px;
	margin-bottom: 3px;
}
#site-info #footer-link li.right p {
	margin-top: 20px;
}
#site-info #footer-link li.right img.photo {
	float: left;
	padding: 4px 15px 4px 4px;
}
#site-info #footer-link li.right p a {
	text-decoration: none;
	color: #003366;
	border-bottom: none;
}
#site-info #footer-link li.right p a:visited,
#site-info #footer-link li.right p a:hover {
	color: #CC3333;
}
#site-info #footer-link li.right p a img {
	padding-right: 4px;
}

/* #content */
#content {
	font-size: 84%;
	padding: 5px 5px 20px 5px;
	background-color: #FFFFFF;
}
#content h3 {
	margin-bottom: 20px;
}
.home #content {
	padding: 3px 4px 20px 3px;
}

/* #primary */
#primary {
	float: right;
	width: 685px;
}
#primary .inner {
	padding: 0 5px 0 5px;
}
.home #primary {
	float: left;
	width: 602px;
}
.home #content h3 {
	position: relative;
	height: 32px;
	overflow: hidden;
	margin-bottom: 10px;
}
.home #content h3 a {
	position: absolute;
	top: 0px;
	right: 12px;
	line-height: 36px;
	text-decoration: none;
	padding-left: 11px;
}
.home #content h3 a.information-link {
	color: #003366;
	background: url('/img/bg_information_link.gif') no-repeat left 14px;
	border-bottom: none;
	font-size: 12px;
}
.home #content .recent-important {
	margin: 0 0 10px 2px;
	line-height: 150%;
}
.home #content .recent-important li {
	margin-bottom: 10px;
}
.home #content .recent-important span.date {
	font-weight: bold;
	color: #333333;
	padding-left: 8px;
	background: url('/img/bg_important_date.gif') no-repeat left center;
}
.home #content .recent-information {
	margin: 0 0 15px 2px;
	line-height: 150%;
}
.home #content .recent-information li {
	padding-bottom: 10px;
	background: url('/img/sep_information.gif') no-repeat left bottom;
	margin-bottom: 5px;
}
.home #content .recent-information span.date {
	font-weight: bold;
	color: #333333;
	padding-left: 8px;
	background: url('/img/bg_information_date.gif') no-repeat left center;
}
.home #content .recent-important li a,
.home #content .recent-information li a {
	text-decoration: none;
	color: #003366;
	border-bottom: none;
}
.home #content .recent-important li a:hover,
.home #content .recent-information li a:hover {
	color: #CC3333;
}
.home #content .recent-important li a:visited,
.home #content .recent-information li a:visited {
	color: #993366;
}

#content .recent-sightseeing {
	width: 286px;
	margin-left: auto;
	margin-right: auto;
}
#content .recent-sightseeing li {
	float: left;
	width: 286px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 13px;
	background: url('/img/bg_sightseeing_spot.gif') no-repeat left top;
}
#content h3 a.sightseeing-link {
	color: #CC3333;
	background: url('/img/bg_sightseeing_link.gif') no-repeat left 14px;
	border-bottom: none;
	font-size: 12px;
}
#content .recent-sightseeing span.date {
	font-weight: bold;
	color: #333333;
	padding-left: 8px;
	background: url('/img/bg_sightseeing_date.gif') no-repeat left center;
}
#content .recent-sightseeing {
	margin: 0 0 10px 2px;
	line-height: 150%;
}
#content .recent-sightseeing li div {
	line-height: 150%;
	padding: 13px;
}
#content .recent-sightseeing span.category {
	font-weight: normal;
	color: #333333;
}
#content .recent-sightseeing li img {
	float: left;
	padding-right: 10px;
}
#content .recent-sightseeing li a {
	color: #CC3333;
	font-weight: bold;
	border-bottom: none;
}
#content .recent-sightseeing li span.category a {
	font-weight: normal;
}
#content .recent-sightseeing li a:hover,
#content .recent-sightseeing li a:visited {
	color: #333333;
}
#content .recent-sightseeing li a:hover span ,
#content .recent-sightseeing li a:visited span {
	color: #0074BF;
}
#content #breadcrumb {
	margin-bottom: 15px;
	color: #666666;
}
#content #breadcrumb em {
	font-weight: bold;
}
#content #primary h4 {
	background: url('/img/bg_title_page.gif') no-repeat left bottom;
/*	line-height: 37px;*/
	border-bottom: 1px dotted #666666;
	color: #0072BE;
	font-size: 140%;
	line-height: 125%;
	font-weight: bold;
	padding: 13px 10px 10px 10px;
	margin: 0 5px 20px 2px;
}
.category-report #content #primary h4 {
	background: url('/img/category/bg_title_page_report.gif') no-repeat left bottom;
	color: #CC3333;
}
#content #primary #merit h4 {
	background: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
}
#content .post {
	margin-left: 5px;
	margin-bottom: 40px;
	line-height: 150%;
}
#content .post ul {
	margin-left: 10px;
	margin-bottom: 30px;
}
#content .post .narrow {
	margin-bottom: 15px;
}
#content .post .thin {
	margin-bottom: 5px;
}
#content .post ul li {
	display: block;
	background: url('/img/bg_post_list.gif') no-repeat left 0.3em;
	padding-left: 15px;
	line-height: 150%;
	margin-bottom: 10px;
}
.links #content .post ul li {
	padding: 15px 5px 15px 5px;
	background: url('/img/category/sep_information2.gif') no-repeat left bottom;
	text-indent: 0px;
}

#content li img.attachment-post-thumbnail {
	float: left;
	padding-right: 10px;
}
#content .post p {
	line-height: 150%;
}
#content .post p strong {
	font-weight: bold;
}
#content .post .alignleft {
	float: left;
	padding-left: 0px;
	padding-right: 20px;
	margin-bottom: 30px;
}
#content .post .alignright {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}
.about #content .post .alignright {
	padding-left: 30px;
}

#content .information-list {
	margin: 0 15px 40px 2px;
}
#content .information-list li {
	padding: 0 3px 10px 3px;
	background: url('/img/category/sep_information2.gif') no-repeat left bottom;
	margin-bottom: 5px;
}
.category-faq #content .information-list li {
	padding: 10px 3px 20px 3px;
}
#content .information-list li a {
	border-bottom: none;
	color: #0074BF;
}
#content .information-list span.date {
	font-weight: bold;
	color: #333333;
}
#content .information-list span.title {
	display: block;
	background: url('/img/sym_link.gif') no-repeat 4px 0.25em;
	padding-left: 25px;
	line-height: 150%;
}

#content #primary #postnavi {
	position: relative;
	text-align: center;
}
#content #primary #postnavi .prev {
	position: absolute;
	left: 0px;
	top: 0px;
}
#content #primary #postnavi .next {
	position: absolute;
	right: 0px;
	top: 0px;
}
#content #primary #postnavi a {
	border: 1px solid #CDCDCD;
	padding: 5px 13px 5px 13px;
	text-decoration: underline;
	background-image: url("/img/bg_pagenavi.gif");
	background-position: center center;
	background-repeat: no-repeat;
}
.category-report #content #primary #postnavi a {
	background-image: url("/img/category/bg_pagenavi_report.gif");
}
.category-report #content #primary #postnavi a {
	color: #CC3333;
}
#content #primary #postnavi li {
	display: inline;
	padding-right: 7px;
}
#content #primary #postnavi span {
	border: 1px solid #CDCDCD;
	padding: 6px 8px 5px 8px;
	text-decoration: none;
	background-image: url("/img/bg_pagenavi.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
}
#content #primary #postnavi a.num {
	padding: 6px 8px 5px 8px;
}
#content #primary #postnavi .prev a {
	background-position: left center;
	padding: 6px 13px 5px 28px;
}
#content #primary #postnavi .next a {
	background-position: right center;
	padding: 6px 28px 5px 13px;
}

.about .post img.image-about {
	float: right;
	padding: 20px;
}
.about .post table {
	width: 320px;
}
.about .post table.w300 {
	width: 300px;
}
.about .post table th,
.about .post table td {
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	line-height: 140%;
	padding-top: 8px;
	padding-bottom: 6px;
}
.about .post table.frame2 th,
.about .post table.frame2 td,
.about .post table.frame3 th,
.about .post table.frame3 td {
	border-bottom: none;
}
.about .post table th {
	width: 7em;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding-left: 3px;
}
.about .post table td {
	padding-right: 3px;
}
.post em {
	font-weight: bold;
	color: #0072BE;
}
h5.subtitle,
.search #primary li h5,
.post h5 {
	clear: both;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	background-color: #F5F5F5;
	font-weight: bold;
	font-size: 110%;
	padding: 10px 13px 10px 13px;
	margin-bottom: 20px;
	width: 644px;
}
.links .post h5 {
	margin-bottom: 0px;
}
.post .map {
	float: right;
	width: 325px;
}
.post .map a {
	border-bottom: none;
	background: url('/img/sym_link.gif') no-repeat left center;
	padding-left: 0px;
	color: #003366;
}
.about .post .map a {
	padding-left: 20px;
}
.links .post a {
	border-bottom: none;
	background: url('/img/sym_link.gif') no-repeat left center;
	padding-left: 20px;
	color: #003366;
}
.about #primary a {
	border-bottom: none;
	background: url('/img/sym_link.gif') no-repeat left center;
	padding-left: 20px;
}
.about #primary #breadcrumb a {
	border-bottom: 1px dashed #003366;
	background: none;
	padding-left: 0;
}
.about #primary a.more_link {
	background: none;
	padding-left: 0px;
}
.about #primary h5 a {
	display: block;
	background: url('/img/sym_link.gif') no-repeat left 0.3em;
	color: #333333;
	font-weight: bold;
}
.about #primary a span {
	border-bottom: 1px dashed #333333;
}
.about #primary h5 a span {
	border-bottom: none;
}
.about #primary a:hover span {
	border-bottom: 1px dashed #003366;
}

#primary p.description {
	margin: 0 10px 20px 5px;
	line-height: 150%;
}
.post h5 a {
	border-bottom: none;
	color: #003366;
}

.post p {
	margin: 0 6px 26px 6px;
}
.post p.postdate {
	margin: 0 6px 13px 6px;
}
.post #map-detail p {
	margin: 0;
}
.about .post p {
	margin: 0 13px 26px 13px;
}
.post p.caution {
	color: #CD0104;
	font-size: 75%;
	line-height: 125%;
}

.post span.red-caution {
	color: #CD0104;
}

.post h6 {
	font-size: 115%;
	color: #0072BE;
	font-weight: bold;
	padding-left: 5px;
}

.post h6.No-paddingL {
	font-size: 115%;
	color: #0072BE;
	font-weight: bold;
}

.about .post .photos {
	height: 80px;
	overflow: hidden;
	margin-bottom: 10px;
}
.about .post .photos img.left {
	padding-right: 20px;
}
.post table.frame3 {
	width: 672px;
	margin-bottom: 30px;
}
.post table.frame3 td {
	width: 224px;
	vertical-align: top;
	padding-left: 14px;
}
.post table.frame3 th {
	vertical-align: top;
	padding-left: 14px;
	font-size: 100%;
	color: #0072BE;
	font-weight: bold;
}

.post table.frame3 td div.inner {
	border: 1px solid #CCCCCC;
	padding: 10px 0 10px 0;
	text-align: center;
}

.post table.frame2 td div.inner {
	border: 1px solid #CCCCCC;
	padding: 10px 0 10px 0;
	text-align: center;
}

.post table.frame2 {
	width: 672px;
	margin-bottom: 30px;
}
.post table.frame2 td {
	width: 325px;
	vertical-align: top;
	padding-left: 14px;
}
.post table.frame2 th {
	vertical-align: top;
	padding-left: 14px;
	font-size: 100%;
	color: #0072BE;
	font-weight: bold;
}


.single .post a {
	border-bottom: none;
	background: url('/img/sym_link.gif') no-repeat left center;
	padding-left: 20px;
}
.single .post a.category {
	border-bottom: 1px dashed #0074BF;
	background: none;
	padding-left: 0px;
}
.single .post a.category:hover {
}
.single .post a.category:visited {
}
.single .post #map-detail a {
	background: none;
	padding-left: 0px;
}
.single .post a span {
	line-height: 200%;
	border-bottom: 1px dashed #333333;
}
.single .post a:hover span {
	color: #0074BE;
	border-bottom: 1px dashed #0074BE;
}
.about-list #primary ul,
.search #primary ul,
.category-fuel #primary ul,
.category-item #primary ul {
	width: 675px;
	margin-bottom: 20px;
	line-height: 150%;
}
.category-item #primary ul.item-list {
	width: 280px;
	margin-left: 27px;
	margin-bottom: 0px;
}
.about-list #primary li,
.category-column_report #primary li,
.category-report #primary li,
.category-fuel #primary li,
.category-item #primary li {
	width: 322px;
	line-height: 150%;
}
.search #primary li {
	margin-bottom: 20px;
}
.category-report #primary #caution li {
	width: 650px;
}
.category-item #primary ul.item-list li {
	width: 266px;
	padding-left: 14px;
	background: url('../img/category/sym_item.gif') no-repeat left center;
}
.about-list #primary li.odd,
.category-column_report #primary li.odd,
.category-report #primary li.odd,
.category-fuel #primary li.odd,
.category-item #primary li.odd {
	float: left;
}
.about-list #primary li.even,
.category-column_report #primary li.even,
.category-report #primary li.even,
.category-fuel #primary li.even,
.category-item #primary li.even {
	float: right;
}
.about-list #primary li h5,
.category-column_report #primary li h5,
.category-report #primary li h5,
.category-fuel #primary li h5,
.category-item #primary li h5 {
	background: url('/img/bg_title_page.gif') no-repeat right bottom;
	padding: 10px 10px 7px 10px;
	border: 1px solid #CCCCCC;
	font-size: 100%;
	margin-bottom: 10px;
}
.category-column_report #primary li h5 a,
.category-fuel #primary li h5 a,
.category-item #primary li h5 a {
	background: url('/img/sym_link.gif') no-repeat 0px center;
	padding-left: 20px;
	border-bottom: none;
}
.search #primary li h5 a {
	border-bottom: none;
}
.category-report #primary li h5 a {
	background: url('/img/category/sym_link_report.gif') no-repeat 0px center;
	padding-left: 20px;
	border-bottom: none;
}
.search #primary li h5 a span,
.category-report #primary li h5 a span,
.category-fuel #primary li h5 a span,
.category-item #primary li h5 a span {
	font-weight: bold;
	color: #333333;
}
.category-fuel #primary li h5 a:hover span,
.category-item #primary li h5 a:hover span {
	color: #0074BE;
}
.category-report #primary li h5 a:hover span {
	color: #CC3333;
}
.category-fuel #primary li h5 a:visited span,
.category-item #primary li h5 a:visited span {
	color: #993366;
}
.category-report #primary li h5 a:visited span {
	color: #006666;
}
.category-fuel #primary li img.attachment-post-thumbnail {
	float: left;
	padding-right: 10px;
}
.category-report #primary li p,
.category-fuel #primary li p {
/*	line-height: 150%;*/
}
span.date {
	font-weight: bold;
}
span.category {
	display: block;
	margin-bottom: 10px;
}
.home span.category {
	display: inline;
}
span.category a {
	color: #333333;
	border-bottom: 1px dashed #CCCCCC;
}
pan.category a:hover {
	color: #0066CC;
	border-bottom: 1px dashed #0066CC;
}
span.category a:visited {
	color: #993366;
	border-bottom: 1px dashed #993366;
}
a.more {
	color: #333333;
	border-bottom: none;
}
a.more:hover {
	color: #0066CC;
	border-bottom: none;
}
a.more:visited {
	color: #993366;
	border-bottom: none;
}
#content #primary #merit {
	width: 672px;
	background: url( '/img/category/bg_merit.jpg' ) no-repeat left bottom;
	margin-bottom: 30px;
}
#content #primary #merit p {
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 150%;
	width: 400px;
}
#content #primary #merit p a,
#content #primary #merit p a:hover,
#content #primary #merit p a:visited {
	text-decoration: none;
	border-bottom: none;
}
a.more-link {
	color: #003366;
	border-bottom: none;
}
a.more-link:hover {
	color: #CC3333;
}
a.more-link:visited {
	color: #993366;
}

/* #secondary */
#secondary {
	float: left;
	width: 202px;
}
#secondary a {
	border-bottom: none;
}
#secondary h4 {
	background: url('/img/bg_title_side.gif') no-repeat left top;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	line-height: 25px;
	padding-top: 2px;
	padding-left: 14px;
	margin-bottom: 30px;
}
.category-report #secondary h4 {
	background: url('/img/category/bg_title_side_report.gif') no-repeat left top;
}
#secondary h4.about,
#secondary h4.important,
#secondary h4.news {
	margin-bottom: 0px;
}

#secondary ul.report,
#secondary ul.item,
#secondary ul.fuel,
#secondary ul.faq,
#secondary ul.important,
#secondary ul.news {
	margin: 0 1px 30px 1px;
}
#secondary ul.report li.cur ul,
#secondary ul.item li.cur ul {
	background-color: #EEEEEE;
	padding-bottom: 10px;
}
#secondary ul.column_report li,
#secondary ul.report li,
#secondary ul.item li,
#secondary ul.fuel li,
#secondary ul.faq li,
#secondary ul.important li,
#secondary ul.news li {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#secondary ul.column_report li.cur li,
#secondary ul.report li.cur li,
#secondary ul.item li.cur li {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#secondary ul.column_report li a,
#secondary ul.report li a,
#secondary ul.item li a,
#secondary ul.fuel li a,
#secondary ul.faq li a,
#secondary ul.important li a,
#secondary ul.news li a {
	display: block;
	padding: 0.75em 10px 0.75em 30px;
	background: url('/img/sym_link.gif') no-repeat 10px 1.15em;
	color: #666666;
}
#secondary ul.item li a,
#secondary ul.fuel li a,
#secondary ul.faq li a {
	padding: 0.5em 10px 0.5em 30px;
	background: url('/img/sym_link.gif') no-repeat 10px 0.9em;
}
#secondary ul.report li a {
	padding: 0.5em 10px 0.5em 30px;
	background: url('/img/category/sym_link_report.gif') no-repeat 10px 0.9em;
}
#secondary ul.item li.cur li a {
	padding: 0.25em 10px 0.25em 50px;
	background: url('/img/sym_link2.gif') no-repeat 32px 0.9em;
}
#secondary ul.column_report li a span,
#secondary ul.report li a span,
#secondary ul.item li a span,
#secondary ul.fuel li a span,
#secondary ul.faq li a span,
#secondary ul.important li a span,
#secondary ul.news li a span {
	border-bottom: 1px dashed #333333;
}
#secondary ul.column_report li a:hover span,
#secondary ul.report li a:hover span,
#secondary ul.item li a:hover span,
#secondary ul.fuel li a:hover span,
#secondary ul.faq li a:hover span,
#secondary ul.important li a:hover span,
#secondary ul.news li a:hover span {
	color: #0074BE;
	border-bottom: 1px dashed #0074BE;
}
#secondary ul.column_report li.cur a,
#secondary ul.item li.cur a,
#secondary ul.fuel li.cur a,
#secondary ul.faq li.cur a,
#secondary ul.important li.cur a,
#secondary ul.news li.cur a {
	background-color: #EEEEEE;
	font-weight: bold;
	color: #0074BE;
}
#secondary ul.report li.cur a {
	background-color: #EEEEEE;
	font-weight: bold;
	color: #CC3333;
}
#secondary ul.item li.cur li a {
	font-weight: normal;
	color: #333333;
	background-color: #EEEEEE;
}
#secondary ul.column_report li.cur a span,
#secondary ul.report li.cur a span,
#secondary ul.item li.cur a span,
#secondary ul.fuel li.cur a span,
#secondary ul.faq li.cur a span,
#secondary ul.important li.cur a span,
#secondary ul.news li.cur a span {
	border-bottom: none;
}
#secondary ul.report li.cur li a span,
#secondary ul.item li.cur li a span {
	border-bottom: 1px dashed #333333;
}
#secondary ul.report li.cur li.cur_item,
#secondary ul.item li.cur li.cur_item {
	padding-left: 28px;
}
#secondary ul.report li.cur li.cur_item a,
#secondary ul.report li.cur li.cur_item a:hover,
#secondary ul.report li.cur li.cur_item a:visited,
#secondary ul.item li.cur li.cur_item a,
#secondary ul.item li.cur li.cur_item a:hover,
#secondary ul.item li.cur li.cur_item a:visited {
	padding: 0.25em 10px 0.25em 22px;
	background: #FFFFFF url('/img/sym_link2.gif') no-repeat 4px 0.9em;
	font-weight: bold;
}
#secondary ul.report li.cur li.cur_item a span,
#secondary ul.report li.cur li.cur_item a:hover span,
#secondary ul.report li.cur li.cur_item a:visited span,
#secondary ul.item li.cur li.cur_item a span,
#secondary ul.item li.cur li.cur_item a:hover span,
#secondary ul.item li.cur li.cur_item a:visited span {
	border-bottom: none;
	color: #333333;
}

.home #secondary {
	float: right;
	width: 290px;
}
.home #secondary p.lead {
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
}

#report-map {
	margin-left: 5px;
	margin-bottom: 30px;
}
#map-detail span.sym,
#report-map span.sym {
	margin-right: 5px;
}
#map-detail {
	width: 665px;
	margin-left: 5px;
}
#map-detail iframe {
	margin-bottom: 5px;
}
table.detail {
	border-collapse: collapse;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	width: 319px;
	float: right;
}
table.detail td,
table.detail th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px 5px 10px;
}
table.detail th {
	background-color: #EEEEEE;
	vertical-align: top;
	white-space: nowrap;
}
#caution {
	width: 666px;
	margin-left: 5px;
	margin-bottom: 40px;
	line-height: 150%;
	padding: 10px 2px 0px 2px;
	border-top: 1px solid #CCCCCC;
}
.category-column_report #primary ul,
.category-report #primary ul {
	margin-bottom: 30px;
}
.selling-price-content {
	position: relative;
	width: 290px;
	height: 100px;
	background: #EEEEEE url('../img/bg_selling_price_content.gif') center center;
	margin-bottom: 25px;
	color: #333333;
}
.selling-price-content .date {
	position: absolute;
	left: 8px;
	top: 10px;
	font-size: 13px;
	font-weight: bold;
	background: url('../img/bg_information_date.gif') no-repeat left center;
	padding-left: 6px;
}
.selling-price-content .price {
	position: absolute;
	left: 12px;
	top: 36px;
	font-size: 20px;
	font-weight: bold;
	color: #003366;
}
.selling-price-content .notice {
	position: absolute;
	left: 12px;
	top: 68px;
	width: 182px;
	font-size: 10px;
	line-height: 12px;
	padding-left: 1em;
	text-indent: -1em;
}
.recent-column-report li {
	float: left;
	width: 290px;
	height: 100px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.35em;
	color: #333333;
	margin-bottom: 15px;
}
.recent-column-report li.odd > div {
	padding-right: 20px;
}
.recent-column-report li img.photo {
	float: left;
	padding-right: 10px;
}
.recent-column-report li a.date {
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}
.recent-column-report li a.category {
	font-size: 12px;
/*	display: inline-block; */
	margin-bottom: 10px;
}
.recent-column-report li a.title {
	text-decoration: none;
	border-bottom: none;
	color: #003366;
	line-height: 1.1em;
}
/*------------------------------------------------------------------------------
LPガス価格用でーぶるcss追加
------------------------------------------------------------------------------*/

table.lpg-price {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	width: 500px;
}
table.lpg-price td {
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding: 5px 10px 5px 10px;
	
	}
table.lpg-price th {
	white-space: nowrap;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	font-weight:bold;
	padding: 5px 10px 5px 10px;	
}
