@charset "utf-8";
* {
   padding:0;
   line-height: 20px;
   margin: 0;
   background-image: none;
   font-size: 12px;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url(../common/bg.jpg) no-repeat #066994 center top;
	color: #606060;
}

a:link {
   text-decoration: none;
   color: #1D7598;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:hover {
	text-decoration: underline;
	color: #F6BF5F;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#box {
   width: 920px;
   margin-top: 0;
   margin-right: auto;
   margin-bottom: -3px;
   margin-left: auto;
   color: #606060;
   text-align: center;
   background: url(../common/content_bg-trans.png) repeat-y;
}
* html #box {
   width: 920px;
   margin-top: 0;
   margin-right: auto;
   margin-bottom: -3px;
   margin-left: auto;
   color: #606060;
   text-align: center;
   background: #FFF;
}
#header {
   width: 900px;
   padding: 0;
   margin: 0;
   height: 70px;
   clear: both;
}
/*----Firefoxでクリック時にマイナスインデントされた範囲まで点線が出てしまう対策-----*/
a {
   overflow: hidden;
}
a {
/*¥*/
   overflow: hidden;/*MacIE*/
/**/
}
#logo {
   float: left;
   width: 240px;
   margin-left: 20px;
   margin-top: 20px;
   padding: 0;
   background: url(../common/montagne.gif) no-repeat;
   height: 65px;
   display: block;
}

h1 a {
   text-indent: -10000px;
   display: block;
   text-decoration: none;
   height: 64px;
}
#heder_r {
   float: right;
   width: auto;
   margin-top: 30px;
   margin-right: 10px;
   font-size: 10px;
   text-align: right;
   display: block;
}

#heder_r form {
   margin-top: 5px;
}
#search {
   vertical-align: bottom;
   margin-left: 5px;
}
#heder_r ul {
   padding: 0;
   margin: 0;
}
#heder_r li {
   display: inline;
   list-style: none;
   margin-left: 10px;
   font-size: 10px;
}
#heder_r ul li a {
   text-decoration: none;
   color: #1D7598;
   font-size: 10px;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#heder_r ul li a:hover {
   text-decoration: underline;
   color: #F6BF5F;
   font-size: 10px;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#menu {
   margin: 20px 0 10px 0;
   clear: both;
}
#top_img_border {
   border-bottom: 5px solid #6691A9;
   margin-left: 10px;
   margin-right: 10px;
   text-align: center;
   float: none;
}
h2,h3,h4,h5,h6 {
   display: none;
   height: 1px;
}
#content_l {
   float: left;
   margin: 20px 0 0 20px;
   display: block;
   width: 650px;
   text-align: left;
}
* html #content_l {
   float: left;
   margin: 20px 0 0 10px;
   display: block;
   width: 650px;
   text-align: left;
}
#content_l a {
   text-decoration: none;
   color: #1D7598;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#content_l a:hover {
	text-decoration: underline;
	color: #F6BF5F;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#content_r {
   float: right;
   margin: 20px 20px 0 0;
   display: block;
   width: 210px;
   text-align: left;
}
* html #content_r {
   float: right;
   margin: 20px 10px 0 0;
   display: block;
   width: 210px;
   text-align: left;
}

#content_r a {
   text-decoration: none;
   color: #1D7598;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#content_r a:hover {
	text-decoration: underline;
	color: #F6BF5F;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#r_btn {
   margin-top: 10px;
}
.r_btn_content img {
   float: left;
   margin-right: 5px;
}
.r_btn_content {
   background: url(../common/r_btn.gif) no-repeat left top;
   height: 87px;
   width: auto;
   padding: 5px;
}
.r_btn_content a {
   text-decoration: none;
   color: #1D7598;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.r_btn_content a:hover {
	text-decoration: underline;
	color: #F6BF5F;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.content_title_bar {
   background-color: #5886C4;
   color: #FFFFFF;
   padding: 5px;
   font-weight: bold;
   width: 99%;
   clear: both;
   margin-top: 20px;
}

#footer {
   padding: 0px 20px 0 0;
   font-size: 10px;
   color: #606060;
   text-align: right;
   width: auto;
   margin-top: 20px;
   clear: both;
}
#footer ul {
   margin: 0;
   padding: 0;
}
#footer ul li {
   list-style: none;
   display: inline;
   margin-left: 10px;
}
#footer ul li a {
   text-decoration: none;
   color: #1D7598;
   font-size: 10px;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#footer ul li a:hover {
   text-decoration: underline;
   color: #F6BF5F;
   font-size: 10px;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
address {
   text-align: center;
   font-style: normal;
   margin-top: 10px;
   margin-left: 10px;
   font-size: 10px;
   font-family: Arial, Helvetica, sans-serif;
   background-color: #993333;
   padding: 3px;
   width: 894px;
   color: #FFFFFF;
}

a img {
   border: none;
}
strong,em {
   font-style: normal;
   font-weight: 100;
}
p {
   margin: 0;
}
.align_center {
   text-align: center;
}
.align_right {
   text-align: right;
}
.font_bold {
   font-weight: bold;
}
.font_bold_red {
   font-weight: bold;
   color: #993333;
}
.font_red {
   color: #993333;
}
.clear {
   clear: both;
}
#page_top {
   margin-top: -10px;
}
* html #page_top {
   margin-top: -1px;
}

.page_top {
   margin: 20px 20px 0 0;
   text-align: right;
}
.page_top a {
	text-decoration: none;
	color: #1D7598;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
}
.page_top a:hover {
	text-decoration: underline;
	color: #F6BF5F;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
}
.arrow {
   background: url(../common/arrow.gif) no-repeat right;
}
.arrow a {
	text-decoration: none;
	color: #1D7598;
}
.arrow a:hover {
	text-decoration: underline;
	color: #F6BF5F;
}
.arrow_r {
   background: url(../common/arrow.gif) no-repeat right;
   text-align: right;
   padding-right: 20px;
}
.arrow_r a {
	text-decoration: none;
	color: #1D7598;
}
.arrow_r a:hover {
	text-decoration: underline;
	color: #F6BF5F;
}
.margin-top10 {
   margin-top: 10px;
}

#reserve_box {
   border-bottom: 3px solid #CCCCCC;
   border-right: 1px solid #CCCCCC;
   margin-bottom: 10px;
   padding-bottom: 5px;
}
#reserve_box_phone {
   font-weight: bold;
   font-size: 14px;
   color: #993333;
   margin-top: 5px;
}
#to_jazz {
   margin-top: 10px;
}
#to_jazz_a {
   background: url(../common/arrow.gif) no-repeat right;
   margin-top: 20px;
   margin-right: 10px;
}
#to_jazz_a a {
	text-decoration: none;
	color: #1D7598;
}
#to_jazz_a a:hover {
	text-decoration: underline;
	color: #F6BF5F;
}
#wood_bass {
   float: left;
   margin-right: 10px;
   display: block;
}
#other_link {
   margin-top: 10px;
   background-color: #F5F5F5;
   padding: 5px;
   border: 1px dotted #CCCCCC;
   clear: both;
}
#other_link ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
#other_link li {
   list-style: none;
   padding: 0;
   border-bottom: 1px dotted #CCCCCC;
   margin: 3px;
   line-height: 25px;
   background: url(../common/arrow.gif) no-repeat right;
}
#other_link li a {
   text-decoration: none;
   display: block;
   color: #1D7598;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#other_link li a:hover {
   text-decoration: underline;
   color: #F6BF5F;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.section_title {
   font-weight: bold;
   font-size: 14px;
   border-left: 5px solid #993333;
   padding-left: 8px;
   clear: both;
}
.section_exp {
   margin: 10px 0 30px 10px;
}
.r_side_list {
   margin-top: 10px;
   margin-bottom: 20px;
   padding: 5px;
   border: 1px dotted #CCCCCC;
   clear: both;
}
.r_side_list ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
.r_side_list li {
   list-style: none;
   padding: 0;
   border-bottom: 1px dotted #CCCCCC;
   margin: 3px;
   line-height: 25px;
   background: url(../common/arrow.gif) no-repeat right;
}
.r_side_list li a {
   text-decoration: none;
   display: block;
   color: #1D7598;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.r_side_list li a:hover {
   text-decoration: underline;
   color: #F6BF5F;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
table {
   border: 1px solid #D9D8D8;
   border-bottom: 3px solid #D9D8D8;
   font-size: 100%;
   text-align: left;
   width: 100%;
   margin-top: 10px;
   margin-bottom: 3px;
}
th {
	color: #606060;
	padding: 5px;
	border-right: 1px solid #D9D8D8;
	border-bottom: 1px solid #D9D8D8;
	background-color: #F2F2F2;
	text-align: left;
	width: auto;
}
td {
   border-bottom: 1px solid #D9D8D8;
   border-right: 1px solid #D9D8D8;
   padding: 5px;
   background-color: #FFFFFF;
   text-align: left;
   width: auto;
}
#submit {
   text-align: center;
   margin-top: 10px;
}
ol {
   margin-left: 30px;
}
