﻿@charset "utf-8";


/* common */
/* -------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background: url(../img/bg_body.gif);
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	line-height: 130%;
}
p, ul, ol, dl, table, .asset-content {
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	line-height: 160%;
}
ul {
	list-style-type: none;
}
ol {
	margin-left: 25px;
}
img {
	border: 0;
	display: block;
}


/* link */

a:link,
a:visited,
a:active {
	color: #0000fb;
	text-decoration: underline;
}
a:hover {
	color: #0000fb;
	text-decoration: none;
}




/* container */
/* -------------------------------------------------------- */

#container {
	width: 902px;
	text-align: left;
	margin: 0 auto;
	background: url(../img/bg_contents.gif) repeat-y left top;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}




/* header */
/* -------------------------------------------------------- */

#header {
	width: 900px;
	margin-left: 1px;
	background: url(../img/bg_header.gif) no-repeat left top;
}


/* header-info-block */

#header-info-block {
	width: 900px;
}
#header-logo {
	width: 215px;
	float: left;
}
#header-info {
	width: 684px;
	padding-top: 48px;
	float: left;
}
#header-info li {
	float: left;
}
#header-info li.logo {
	width: 670px;
}


/* header-summary */

#header-summary {
}


/* header-navi-block */

#header-navi-block {
	width: 900px;
	padding-top: 5px;
	background: #ffffff;
}
#header-navi {
	width: 878px;
	font-size: 13px;
	line-height: 130%;
	margin-left: 11px;
}
#header-navi li {
	padding-left: 23px;
	padding-bottom: 2px;
	background: url(../img/icon_01.gif) no-repeat 5px 0;
	float: right;
}
#header-navi li.url {
	padding-left: 18px;
	padding-bottom: 0;
	background: url(../img/icon_01.gif) no-repeat 0 0;
	float: left;
}
#header-navi a:link,
#header-navi a:visited,
#header-navi a:active {
	color: #000000;
	text-decoration: none;
}
#header-navi a:hover {
	color: #000000;
	text-decoration: underline;
}


/* navi-block */

#navi-block {
	width: 900px;
	padding: 5px 0;
	background: url(../img/bg_navi.gif) no-repeat left top;
}
#navi li {
	float: left;
}


/* panlist */

#panlist-block {
	width: 900px;
	padding: 2px 0 5px 0;
	background: #ffe361;
}
#panlist {
	list-style-type: none;
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
}
#panlist li {
	padding-left: 4px;
	float: left;
}
#panlist a,
#panlist span {
	display: block;
	padding-right: 15px;
	background: url(../img/icon_panlist.gif) no-repeat right center;
}
#panlist a:link,
#panlist a:visited,
#panlist a:active {
	color: #333333;
	text-decoration: none;
}
#panlist a:hover {
	color: #333333;
	text-decoration: underline;
}




/* contents */
/* -------------------------------------------------------- */

#contents {
	margin-left: 1px;
	width: 900px;
}


/* main */
/* -------------------------------------------------------- */

#main {
	width: 630px;
	margin-right: 40px;
	padding-bottom: 15px;
	display: inline;
	float: right;
}




/* sitemap-navi */

.sitemap-navi {
	font-size: 14px;
}
.sitemap-navi li {
	width: 100%;
	overflow: hidden;
	float: left;
}
.sitemap-navi li a,
.sitemap-navi li span {
	display: block;
	margin-bottom: 5px;
	padding: 0 0 0 38px;
	background: #fff1b0 url(../img/icon_sitemap_01.gif) no-repeat 20px 6px;
}
.sitemap-navi li.sub a,
.sitemap-navi li.sub span {
	padding: 0 0 0 72px;
	background: #fff1b0 url(../img/icon_sitemap_02.gif) no-repeat 58px 6px;
}
.sitemap-navi a:link,
.sitemap-navi a:visited,
.sitemap-navi a:active {
	color: #000000;
	text-decoration: none;
}
.sitemap-navi a:hover {
	color: #000000;
	text-decoration: underline;
}





/* side */
/* -------------------------------------------------------- */

#side {
	width: 218px;
	float: left;
}


/* side-navi-block */

.side-navi-block {
	width: 218px;
}

.side-navi {
	width: 218px;
	margin-bottom: 5px;
}
.side-navi .side-navi {
	margin-bottom: 0;
}
.side-navi li {
	width: 100%;
	float: left;
}
.side-navi li li {
	padding-bottom: 5px;
}
.side-navi a,
.side-navi span {
	margin-left: 11px;
}
.side-navi a:link,
.side-navi a:visited,
.side-navi a:active {
	color: #000000;
	text-decoration: none;
}
.side-navi a:hover {
	color: #000000;
	text-decoration: underline;
}


/* footer */
/* -------------------------------------------------------- */

#footer {
	width: 900px;
	margin-left: 1px;
}


/* footer-navi-block */

#footer-navi-block {
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ffbe00;
}
.footer-navi {
	text-align: center;
}
.footer-navi li {
	display: inline;
}
.footer-navi a:link,
.footer-navi a:visited,
.footer-navi a:active {
	color: #000000;
	text-decoration: none;
}
.footer-navi a:hover {
	color: #000000;
	text-decoration: underline;
}


/* footer-copy */

#footer-copy {
	width: 900px;
	text-align: center;
	background: #ff6b01;
	border-bottom: solid 1px #fea541;
}
#footer-copy img {
	text-align: center;
	margin: 0 auto;
}


/* footer-text */

#footer-text {
	width: 900px;
	text-align: center;
	padding: 5px 0;
	background: #ffffff;
}




/* asset */
/* -------------------------------------------------------- */

.asset {
	width: 630px;
	margin-bottom: 30px;
}

.asset-header {
	width: 630px;
	margin-bottom: 10px;
	background: url(../img/bg_title_01a.gif) no-repeat left top;
}
.asset-header .title {
	font-size: 14px;
	color: #000000;
	padding: 7px 10px 8px 35px;
	background: url(../img/bg_title_01b.gif) no-repeat left bottom;
}
.asset-header .title a:link,
.asset-header .title a:visited,
.asset-header .title a:active,
.asset-header .title a:hover {
	color: #ffffff;
	text-decoration: none;
}

.asset-content {
	width: 625px;
	margin-left: 3px;
	padding: 15px 0 20px 0;
	background: #ffffff;
}
.asset-content-inner {
	width: 590px;
	margin-left: 20px;
}

div.asset-content h2
{
	color:#000000;
	font-size:100%;
	font-weight:bold;
	background:transparent url(../img/entry_h2.gif) no-repeat left top;
	padding:8px 0px 0px 20px;
	margin:0;
	height:30px;
}

div.asset-content h3
{
	color:#314a7d;
	font-size:115%;
	font-weight:bold;
	background: #ffffff url(../img/entry_h3.gif) no-repeat 0px 8px;
	border-bottom:3px double #6b89aa;
	margin:0 0 5px 0;
	padding:10px 0px 0px 25px;
}


div.asset-content h4
{
	color:#2b2828;
	font-size:115%;
	font-weight:bold;
	background: #ffffff url(../img/entry_h4.gif) no-repeat 0px 8px;
	border-bottom:1px solid #669900;
	margin:0 0 5px 0;
	padding:10px 0px 0px 25px;
}

div.asset-content h5
{
	color:#ffffff;
	font-size:115%;
	font-weight:bold;
	background: #66b821 url(../img/entry_h5.gif) no-repeat 0px 8px;
	border-bottom:3px double #ffffff;
	margin:0 0 5px 0;
	padding:10px 0px 0px 25px;
}


/* top-page */
/* -------------------------------------------------------- */

#top-index #container {
	background: url(../img/bg_contents_top.gif) repeat-y left top;
}


/* top-main */

#top-main {
	width: 670px;
	float: right;
}
#top-main .l-block {
	width: 440px;
}
#top-main .r-block {
	width: 218px;
	position: relative;
	top: -24px;
}


/* top-block-1 */

.top-block-1 {
	width: 440px;
	height: 272px;
	background: url(../../img/top/bg_information.gif) no-repeat left top;
}
.top-block-1 .title {
	margin-left: 46px;
	margin-bottom: 14px;
	padding-top: 28px;
}
.top-block-1 .inner {
	width: 360px;
	height: 115px;
	margin-left: 48px;
	margin-bottom: 64px;
	overflow: auto;
}
.top-block-1 .inner dt a:link,
.top-block-1 .inner dt a:visited,
.top-block-1 .inner dt a:active {
	color: #000000;
	text-decoration: none;
}
.top-block-1 .inner dt a:hover {
	color: #000000;
	text-decoration: underline;
}

.top-block-1 p.bt {
	text-align: right;
	margin-right: 30px;
}
.top-block-1 p.bt a:link,
.top-block-1 p.bt a:visited,
.top-block-1 p.bt a:active {
	text-decoration: none;
}
.top-block-1 p.bt a:hover {
	text-decoration: underline;
}


/* top-block-pr */

.top-block-pr {
	width: 420px;
	margin-bottom: 15px;
	background: url(../../img/top/bg_pr_01a.gif) repeat-y left top;
}
.top-block-pr-inner {
	width: 420px;
	padding-bottom: 15px;
	background: url(../../img/top/bg_pr_01b.gif) no-repeat left bottom;
}
.top-block-pr table {
	width: 400px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin: 0 0 0 8px;
}
.top-block-pr th {
	width: 130px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0 8px 0;
	background: url(../../img/top/bg_pr_01c.gif) repeat-x left bottom;
}
.top-block-pr th img {
	display: inline;
}
.top-block-pr td {
	width: 270px;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 8px 0;
	background: url(../../img/top/bg_pr_01c.gif) repeat-x left bottom;
}
.top-block-pr .last th,
.top-block-pr .last td {
	padding: 5px 0 0 0;
	background: none;
}
.top-block-pr td .title {
	font-size: 14px;
}
.top-block-pr td .title a:link,
.top-block-pr td .title a:visited,
.top-block-pr td .title a:active {
	color: #000000;
	text-decoration: none;
}
.top-block-pr td .title a:hover {
	color: #0000fb;
	text-decoration: underline;
}
.top-block-pr td .text {
	margin: 0 10px;
}
.top-block-pr td .price {
	text-align: right;
	margin: 0 10px;
}




/* top-banner-list-1 */

.top-banner-list-1 {
	margin-left: 5px;
}
.top-banner-list-1 li {
	padding-bottom: 5px;
	float: left;
}


/* top-banner-list-2 */

.top-banner-list-2 li {
	padding-bottom: 10px;
	float: left;
}
.top-banner-list-2 li.p05 {
	padding-bottom: 5px;
}


/* top-contact-text */

.top-contact-text {
	margin-left: 38px;
	margin-bottom: 15px;
}


/* calendar-block */

#calendar-index {
	text-align: left;
	margin: 0;
	padding: 0;
	background: #ffe361;
}

.inline-calendar-block {
	margin-left: 34px;
}

.calendar-block {
	width: 170px;
	font-size: 10px;
	line-height: 140%;
	color: #333333;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: fixed;
}
.calendar-block th,
.calendar-block td {
	text-align: center;
	vertical-align: middle;
	border: solid 1px #c0c0c0;
}
.calendar-block th {
	font-weight: normal;
	padding-top: 2px;
	background: #eaebff;
}
.calendar-block td {
	background: #ffffff;
}
.calendar-block th.ti {
	background: #f0e360;
	border: solid 1px #decf58;
	border-bottom: 0;
}
.calendar-block th.sun-block {
	color: #ff5353;
	background: #fcdddb;
}
.calendar-block td.sun-block {
	color: #ff190a;
	background: #ffc351;
}
.calendar-block th.sat-block {
	background: #d5dcef;
}
.calendar-block span {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 1px 0;
}
.calendar-block span.on {
    background: #ffbe00;
}
.calendar-block a:link,
.calendar-block a:visited,
.calendar-block a:active {
	color: #333333;
	text-decoration: underline;
}
.calendar-block a:hover {
	color: #333333;
	text-decoration: none;
}



/* parts */
/* -------------------------------------------------------- */

#container .l {text-decoration: underline;}
#container .b {font-weight: bold;}
#container .ri {text-align: right;}
#container .cen {text-align: center;}
#container .ri img,
#container .cen img {display: inline;}

#container .m05 {margin-bottom: 5px;}
#container .m10 {margin-bottom: 10px;}
#container .m15 {margin-bottom: 15px;}
#container .m20 {margin-bottom: 20px;}
#container .m25 {margin-bottom: 25px;}
#container .m30 {margin-bottom: 30px;}



/* float */

.l-block {
	float: left;
}
.r-block {
	float: right;
}



/* list-1 */

ul.list-1 {
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 10px;
	background: url(../img/line_01.gif) repeat-x left top;
}
ul.list-1 li {
	margin-bottom: 5px;
	padding-left: 30px;
	padding-bottom: 10px;
	background: url(../img/line_01.gif) repeat-x left bottom;
}
ul.list-1 li a {
	padding-left: 15px;
	background: url(../img/icon_02.gif) no-repeat 0 2px;
}
ul.list-1 a:link,
ul.list-1 a:visited,
ul.list-1 a:active {
	color: #000000;
	text-decoration: none;
}
ul.list-1 a:hover {
	color: #000000;
	text-decoration: underline;
}



/* list-3 */

ul.list-3 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
        padding:5px;
        background: #FFFF99;
        
}
ul.list-3 li {
	float: left;
}
ul.list-3 a:link,
ul.list-3 a:visited,
ul.list-3 a:active {
	color: #0000FF;
	text-decoration: underline;
}
ul.list-3 a:hover {
	color: #0000FF;
	text-decoration: none;
}



.page-navi p {
	text-align: center;
}
.page-navi p a:link,
.page-navi p a:visited,
.page-navi p a:active {
	text-decoration: none;
}
.page-navi p a:hover {
	text-decoration: underline;
}




/* clear */
/* -------------------------------------------------------- */

.pkg:after, #header-info-block:after, #header-info:after, #header-navi:after, #navi:after, #panlist:after, #contents:after, .side-navi:after, .asset-content-inner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg, #header-info-block, #header-info, #header-navi, #navi, #panlist, #contents, .side-navi, .asset-content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #header-info-block, * html #header-info, * html #header-navi, * html #navi, * html #panlist, * html #contents, * html .side-navi, * html .asset-content-inner { height: 1%; }
.pkg, #header-info-block, #header-info, #header-navi, #navi, #panlist, #contents, .side-navi, .asset-content-inner { display: block; }
/* */


.table-right-1 {
	padding: 5px;
}
.table-right-2 {
	padding: 5px;
}

p.caption
{
	font-size:100%;
	margin:0 0 10px 0;
}

table.inquiry-table
{
	width:590px;
	border-collapse:collapse;
	margin:0 0 20px 0;
}

table.inquiry-table th,
table.inquiry-table td
{
	border:1px solid #cccccc;
	padding:1px;
	font-size:100%;
}

table.yellow th,
table.yellow td
{
	border:1px solid #cccccc;
	padding:1px;
	font-size:90%;
	background:#FFFF66;
}


table.red th,
table.red td
{
	border:1px solid #cccccc;
	padding:1px;
	font-size:90%;
	background:#FF3366;
}


table.blue th,
table.blue td
{
	border:1px solid #cccccc;
	padding:1px;
	font-size:90%;
	background:#66FFFF;
}


table.purple th,
table.purple td
{
	border:1px solid #cccccc;
	padding:1px;
	font-size:90%;
	background:#6666FF;
}

table.green th,
table.green td
{
	border:1px solid #cccccc;
	padding:1px;
	font-size:90%;
	background:#66FF66;
}

table.orange th,
table.orange td
{
	border:1px solid #cccccc;
	padding:1px;
	font-size:90%;
	background:#FF6633;
}



/* ---------- inquiry-table_end ---------- */

.wide {
	padding: 1px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.wide2 {
	padding: 1px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

table.inquiry-table2
{
	width:280px;
	border-collapse:collapse;
	margin:0 0 20px 0;
}

table.inquiry-table2 th,
table.inquiry-table2 td
{
	border:1px solid #cccccc;
	padding:1px;
	font-size:100%;
}

table.inquiry-table3
{
	width:140px;
	border-collapse:collapse;
	margin:0 0 20px 0;
}

table.inquiry-table3 th,
table.inquiry-table3 td
{
	border:1px solid #cccccc;
	padding:1px;
	font-size:100%;
}

table.inquiry-table4
{
	width:250px;
	border-collapse:collapse;
	margin-top: 3px;
	border:1px solid #cccccc;
}

table.inquiry-table4 th,
table.inquiry-table4 tr,
table.inquiry-table4 td
{
	border:1px solid #cccccc;
	padding:3px;
	font-size:100%;
}

#next_page {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;

}
#next_page a {
	padding: 5px 15px;
	border: 1px solid #999999;
}
#next_page a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #FF6600;
}



