@charset "utf-8";

/* 制作者情報 */
/* ブラウザ初期化スタイル */
/* 共通部分のスタイル */
/* 各ページ個別のスタイル */

/*--------------------------------------------------------------------
guideline : ver00
since : 2009/06/
writer : 
last_editday : 
last_editor : 
--------------------------------------------------------------------*/


/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
  font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
  "MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
  font-family:"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
  "MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}
table, caption, th, td {
  font-family:"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
  "MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
  font-family:"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
  "MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  font-size: 100%;
}
ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*bodyのスタイル*/

body {
  font-size:small;  
  text-align: -moz-center !important; /*For Firefox*/
  text-align: center;                 /*For IE*/
}

/*containerのスタイル*/

div#container {
  width:900px;
  margin:0 auto;
  background:#FFFFFF;
}

div#container div#hh h1 {
  float:left;
  width:0;
  height:0;
  text-indent:-9999px;  
  overflow:hidden;
}

/*headerのスタイル*/

div#header {
  width:900px;

}
div#header h1 {
  float:left;
  font-size:0px;
}
div#header div#header_etc {
  padding-top:18px;
  float:right;
  width:615px;
  height:265px;
  font-size:0px;
}
div#header div#header_etc_menu {
  font-size:0px;
  text-align:right;
  float:right;
}
div#header div#header_etc_menu li{
  display:inline;
}
div#header div#header_etc div#header_etc_menu  a{
  
}
div#header div#header_etc div#header_etc_line {
  padding-top:1px;
}
* html div#header div#header_etc div#header_etc_line {
  padding-top:0px;
}
*+html div#header div#header_etc div#header_etc_line {
  padding-top:0px;
}
div#footer {
  clear:both;
  width:900px;
  background:#ffffff;
}
div#footer div#footer_menu {
  text-align:left;
  float:left;
  width:900px;
  height:53px;
  clear:both;
  background-image:url(../../imgages/img_01.jpg);
  background-repeat:no-repeat;
  background-position:787px;
}

div#footer div#footer_menu ul {
  margin-left:20px;
  list-style-type:none;
}
div#footer div#footer_menu ul li {
  display:inline;
  margin:1px;
  line-height:1.4;
  color: #666666;  
}
div#footer div#footer_menu ul li a {
  white-space: nowrap;
  font-size: 10px;
  color: #666666;
  text-decoration: none;
}
div#footer .fr {
  padding-top:6px;
}
div#footer div#bot {
  clear:both;
  width:900px;
  height:51px;
  text-align:left;
  background-image:url(../../imgages/page_bot.jpg);
  background-repeat:no-repeat;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  padding-top:22px;
  padding-left:20px;
}
#footer_txt {
    line-height:16px;
}
address {
  text-align:center;
}

/* float
------------------------------- */
.cb {
  clear:both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
/*--------------------------------------------------------------------
(index.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#index{
  
}

div#index div#header {
  height:379px;
}
div#index div#main {
  clear:both;
  margin-top:20px;
}
*+html div#index div#main {
  margin-top:30px;
}
div#index .news_list {
  margin-left:10px;
  text-align:left;
}
div#index .linkk {
  text-align:left;
  margin-top:40px;
}
div#index .news_list li{
  background-image:url(../../imgages/topics_ico.jpg);
  background-repeat:no-repeat;
  background-position:0px 6px;
  padding-left:18px;
}

div#index .ite {
  width:295px;
  height:50px;
  padding-top:20px;
  background-image:url(../../imgages/form_bg.jpg);
  background-repeat:repeat-y;
}

div#index .ite {
  vertical-align:top;
}

div#index .to {
  padding-left:23px;
  float:left;
}
div#index .to1 {
  margin-bottom:10px;
}
div#index .to2 {
  margin-top:20px;
}
div#index .to3 {
  padding-right:23px;
  float:right;
}

div#index .font_0 {
  font-size:0px;
}
/*--------------------------------------------------------------------
(tpl.html==heya.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#tpl {
  width:860px;
  text-align: -moz-center !important; /*For Firefox*/
  text-align: center;                 /*For IE*/
}
div#tpl h3{
  display:inline;
}
div#tpl .title {
  text-align:left;
  padding-bottom:25px;
}
div#tpl .con1 {
  width:860px;
}
div#tpl .con2 {
  width:860px;
  padding-top:35px;
  clear:both;
}
div#tpl .txt {
  float:left;
  text-align:left;
  padding-left:50px;
}
div#tpl .txt1 {
  text-align:left;
  line-height:18px;
  font-size:12px;
}
div#tpl .txt2 {
  float:right;
  text-align:left;
  line-height:18px;
  font-size:12px;
  width:295px;
  padding-top:80px;
}
div#tpl .img1 {
  padding-left:15px;
  padding-top:35px;
}
div#tpl .img2 {
  float:right;
  width:425px;
}
div#tpl #ali {
  padding-top:9px;
}
div#tpl #link {
    text-align:right;
  padding-top:15px;
}
div#tpl #link ul {
}
div#tpl #link ul li {
    display:inline;
}
div#tpl div#link .ali {
    display:inline;
  padding-right:50px;
}
div#tpl .top {
  text-align:right;
  padding-top:45px;
  clear:both;
}
.top {
  text-align:right;
  padding-top:45px;
  clear:both;
}
.index_txt {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  line-height: 22px;
}
.index_txt a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}
.index_txt a:hover {
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}
.index_st {
  margin-right: 1px;
}
.bottom {
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 19px;
}
/*--------------------------------------------------------------------
(oyado02.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#oyado02 {
    width:860px;
  text-align: -moz-center !important; /*For Firefox*/
  text-align: center;                 /*For IE*/  
}
div#oyado02 .title {
    text-align:left;
  padding-top:10px;
  padding-bottom:35px;
}
div#oyado02 .con1 {
    width:700px;
  margin-top:35px;
}
div#oyado02 .txt {
    float:left;
  text-align:left;
  line-height:18px;
  font-size:12px;
}
div#oyado02 .img1 {
    float:left;
  padding-left:90px;
  text-align:left;
}
div#oyado02 .txt1 {
    float:right;
  width:380px;
  font-size:12px;
}
div#oyado02 .pp {
    padding-left:150px;
}
div#oyado02 .top {
    text-align:right;
  padding-top:45px;
  clear:both;
}
/*--------------------------------------------------------------------
(oheya_rh.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#oheya_rh {
  width:867px;
  text-align: -moz-center !important; /*For Firefox*/
  text-align: center;                 /*For IE*/
  margin-left: 16px;
}
div#oheya_rh .title {
  text-align:left;
  padding-bottom:30px;
  padding-left:3px;
}
div#oheya_rh #link {
  text-align:right;
  padding-top:15px;
}
div#oheya_rh #link ul {
}
div#oheya_rh #link ul li {
  display:inline;
}
div#oheya_rh div#link .ali {
  display:inline;
  padding-right:30px;
}
div#oheya_rh .introduction {
  background-image: url(../../imgages/oheya_rh/bg_01.jpg);
  height: 219px;
  background-repeat: no-repeat;
  background-position: center center;
  text-align:left;
}
div#oheya_rh .introduction .img {
  padding-left: 131px;
}
div#oheya_rh .introduction .txt {
  padding-top: 18px;
  padding-right: 150px;
  padding-left: 140px;
  text-align: left;
  line-height: 18px;
}
div#oheya_rh .con1 {
  width:800px;
  padding-left:55px;
  padding-top:40px;
}
div#oheya_rh .con1 .img {
  float:left;
  width:430px;
}
div#oheya_rh .con1 .img .p1 {
  padding-bottom:7px;
}
div#oheya_rh .con1 .img .p2 {
  float:left;
}
div#oheya_rh .con1 .img .p3 {
  float:right;
}
div#oheya_rh .con1 .img .p4 {
  float:right;
  padding-top:7px;
}
div#oheya_rh .con1 .txt {
  float:right;
  text-align:left;
  line-height:18px;
  width:330px;
  font-size:12px;
}
div#oheya_rh .con1 .txt .img1 {
  margin-left:75px;
  margin-bottom:90px;
  margin-top:60px;
}
div#oheya_rh .con1 .txt .img2 {
  margin-top:115px;
  margin-left:40px;
}
div#oheya_rh .con2 {
  width:740px;
  padding-right:45px;
}
div#oheya_rh .con2 .txt {
  float:left;
  text-align:left;
  line-height:18px;
  width:280px;
  font-size:12px;
}
div#oheya_rh .con2 .img1 {
  margin-left:65px;
  margin-bottom:50px;
  margin-top:50px;
}
div#oheya_rh .con2 .img2 {
  margin-top:95px;
  margin-left:40px;
}
div#oheya_rh .con2 .img {
  width:430px;
  float:right;
}
div#oheya_rh .con2 .img .p1 {
  padding-bottom:9px;
}
div#oheya_rh .con2 .img .p2 {
  float:left;
}
div#oheya_rh .con2 .img .p2 .im {
  padding-top:9px;
}
div#oheya_rh .con2 .img .p3 {
  float:right;
}
div#oheya_rh .line {
  clear:both;
  padding-top:45px;
  padding-bottom:35px;
}
div#oheya_rh .top {
  text-align:right;
  padding-top:90px;
  clear:both;
  padding-right:3px;
}
div#oheya_rh .note {
  margin-top: 10px;
  color: rgb(44, 127, 91);
  /* color: red; */
}
div#oheya_rh .mgt18 {
  margin-top: 18px;
}
div#oheya_rh .txt-container {
  padding-right: 10px;
}

/*-4-*/
/*--------------------------------------------------------------------
(oheya_rk.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#oheya_rk {
  width:867px;
  text-align: -moz-center !important; /*For Firefox*/
  text-align: center;                 /*For IE*/
  margin-left: 16px;
}
div#oheya_rk .title {
  text-align:left;
  padding-bottom:40px;
}
div#oheya_rk #link {
  text-align:right;
  padding-top:15px;
}
div#oheya_rk #link ul {
}
div#oheya_rk #link ul li {
  display:inline;
}
div#oheya_rk div#link .ali {
  display:inline;
  padding-right:30px;
}
div#oheya_rk .img1 {
  margin-bottom:15px;
}
div#oheya_rk .img2 {
  margin-left:16px;
  margin-right:16px;
}
div#oheya_rk .txt {
  text-align:left;
  line-height:18px;
  font-size:12px;
}
div#oheya_rk .txt .p1 {
  padding-left:130px;
  padding-top:50px;
}
div#oheya_rk .txt .p2 {
  padding-left:210px;
}
div#oheya_rk .txt .p3 {
  padding-left:290px;
}
div#oheya_rk .txt .p4 {
  padding-left:565px;
  padding-top:45px;
}
div#oheya_rk .top {
  text-align:right;
  padding-top:40px;
  clear:both;
}

div.inview {
  clear:both;
  width:880px;
  padding-top:30px;
}
div.inview p {
  color:#ee0000;
}


/*--------------------------------------------------------------------
(oheya_k.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#oheya_k {
  width:867px;
  text-align: -moz-center !important; /*For Firefox*/
  text-align: center;                 /*For IE*/
  margin-left: 16px;
}
div#oheya_k .title {
  text-align:left;
  padding-bottom:30px;
  padding-left:3px;
}
div#oheya_k #link {
  text-align:right;
  padding-top:15px;
}
div#oheya_k #link ul {
}
div#oheya_k #link ul li {
  display:inline;
}
div#oheya_k div#link .ali {
  display:inline;
  padding-right:30px;
}

div#oheya_k .con2 {
  width:800px;
  text-align:left;
}
div#oheya_k .con2 .roomtxt{
  float:left;
  margin-left:55px;
  padding-top:45px;
  width:400px;
  font-size:12px;
  line-height:18px;
}
div#oheya_k .con2 .roomtxt p{
  margin-bottom:20px;
}
div#oheya_k .con2 .roomimg{
  float:right;
  width:315px;
}

div#oheya_k .con1 {
  width:800px;
  padding-left:55px;
  padding-top:10px;
}
div#oheya_k .con1 .img {
  float:left;
  width:430px;
}
div#oheya_k .con1 .img .p1 {
  padding-bottom:9px;
}
div#oheya_k .con1 .img .p2 {
  float:left;
}
div#oheya_k .con1 .img .p3 {
  float:right;
}
div#oheya_k .con1 .img .p4 {
  float:right;
  padding-top:9px;
}
div#oheya_k .con1 .img .p5 {
  clear:both;
  padding-top:9px;
}
div#oheya_k .con1 .txt {
  float:right;
  text-align:left;
  line-height:18px;
  width:320px;
  font-size:12px;
  padding-top:56px;
}
div#oheya_k .con1 .txt .title {
  padding-bottom:10px;
}
div#oheya_k .con1 .txt .img2 {
  margin-top:40px;
  margin-left:45px;
}
div#oheya_k .con1 .txt2 {
  float:right;
  text-align:left;
  line-height:18px;
  width:320px;
  font-size:12px;
  padding-top:416px;
}
div#oheya_k .con1 .txt2 .title {
  padding-bottom:10px;
}
div#oheya_k .con1 .txt2 .img2 {
  margin-top:40px;
  margin-left:45px;
}

div#oheya_k .top {
  text-align:right;
  padding-top:40px;
  clear:both;
  padding-right:3px;
}

div.inview {
  clear:both;
  width:880px;
  padding-top:30px;
}
div.inview p {
  color:#ee0000;
}


/*--------------------------------------------------------------------
(oheya_y.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#oheya_y {
    width:860px;
  text-align: -moz-center !important; /*For Firefox*/
  text-align: center;                 /*For IE*/  
}
div#oheya_y .title {
    text-align:left;
  padding-top:10px;
  padding-bottom:35px;
}
div#oheya_y .con1 {
    width:740px;
}
div#oheya_y .txt {
    float:right;
  text-align:left;
  padding-top:40px;
  line-height:17px;
  font-size:12px;
}
div#oheya_y .img1 {
    clear:both;
  padding-top:25px;
  text-align:left;
  margin-left:45px;
}
div#oheya_y .img2 {
  padding-top:25px;
}
div#oheya_y .img2_ {
    margin-left:85px;
}
div#oheya_y .to {
    padding-left:25px;
}
div#oheya_y .top {
    text-align:right;
  padding-top:45px;
  clear:both;
}
/*--------------------------------------------------------------------
(oryouri.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#oryouri {
  width:860px;
  text-align: -moz-center !important; /*For Firefox*/
  text-align: center;                 /*For IE*/
}
div#oryouri .title {
  text-align:left;
}
div#oryouri #link {
  text-align:right;
  padding-top:15px;
}
div#oryouri .link_ {
    padding-top:30px;
}
div#oryouri .box_01 {
  margin-top:30px;
  margin-left:15px;
  margin-bottom:15px;
  height:322px;
}
div#oryouri .box_01 .fl {
}
div#oryouri .box_01 .fr {
  text-align:left;
  width:340px;
}
div#oryouri .box_01 .fr p {
  margin-top:15px;
  line-height: 18px;
  font-size:12px;
}
div#oryouri .box_02 {
  height:322px;
  padding-top:15px;
  padding-bottom:15px;
  padding-left:15px;
  padding-right:15px;
  background-color: #efefef;
}
div#oryouri .on {
  background-color: #ffffff;
}
div#oryouri .box_02 .fr {
  height:322px;
}
div#oryouri .box_02 .fl {
  height:322px;
  text-align:left;
  line-height:18px;
  font-size:12px;
}
div#oryouri .box_02 .fl p {
  margin-top:15px;
  line-height: 20px;
}
div#oryouri .line_ {
    text-align:center;
  padding-top:15px;
  padding-bottom:15px;
}
div#oryouri .top {
    text-align:right;
  padding-top:45px;
  clear:both;
}
/*--------------------------------------------------------------------
(oryouri_plan.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#oryouri_plan {
  width:860px;
  text-align: -moz-center !important; /*For Firefox*/
  text-align: center;                 /*For IE*/
}
div#oryouri_plan .title {
  text-align:left;
  padding-top:10px;
  padding-bottom:35px;
}
/*-1-*/
div#oryouri_plan .box_01 {
  width: 740px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
div#oryouri_plan .box_01 .fl {
  padding-top:60px;
  line-height: 26px;
}
div#oryouri_plan .box_01 .fr {
  line-height:20px;
  padding-right:65px;
  margin-top:60px;
}/*-1-*/
/*-2-*/
div#oryouri_plan .box_02 {
  width: 740px;
  padding-top:50px;
  margin-right: auto;
  margin-left: auto;
}
div#oryouri_plan .box_02 .fl {
}
div#oryouri_plan .box_02 .fr {
  float:left;
  text-align:left;
  line-height:20px;
  margin-top: 30px;
  margin-left: 55px;
}/*-2-*/
/*-3-*/
div#oryouri_plan .box_03 {
  width: 740px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
div#oryouri_plan .box_03 .fl {
  line-height: 18px;
}
div#oryouri_plan .box_03 .fr {
  text-align: right;
}/*-3-*/
/*-4-*/
div#oryouri_plan .box_04 {
  width: 740px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
div#oryouri_plan .box_04 .fl {
  line-height: 18px;
  margin-top: 30px;
}
div#oryouri_plan .box_04 .fr {
  text-align:center;
  margin-top: 90px;
  width:400px;
  line-height:20px;
}/*-4-*/
div#oryouri_plan .p3 {
  margin-left:8px;
  margin-top:8px;
}
div#oryouri_plan .p1 {
  margin-top:50px;
  margin-left:50px;
}
div#oryouri_plan .p2 {
  margin-bottom:40px;
}
div#oryouri_plan .h4_1 {
  margin-bottom:10px;
}
div#oryouri_plan .h4_2 {
  margin-top:20px;
}
div#oryouri_plan .news_list {
  margin-left:10px;
  text-align:left;
}
div#oryouri_plan .news_list li{
  background-image:url(../../imgages/oryouri_plan/ico.jpg);
  background-repeat:no-repeat;
  background-position:0px 6px;
  padding-left:15px;
}
div#oryouri_plan .link_ {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  line-height: 22px;
}
div#oryouri_plan .link_ a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}
div#oryouri_plan .link_ a:hover {
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}
div#oryouri_plan .top {
    text-align:right;
  padding-top:45px;
  clear:both;
}
/*--------------------------------------------------------------------
(traffic.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#traffic {
    width:900px;
  text-align: -moz-center !important; /*For Firefox*/
  text-align: center;                 /*For IE*/    
}
div#traffic .title {
    text-align:left;
  padding-top:10px;
  padding-bottom:14px;
  margin-left:20px;
}
div#traffic .img1{
  margin-left: auto;
  text-align: left;
  background-image: url(../../imgages/traffic/img_01.jpg);
  background-repeat: no-repeat;
  height: 93px;
  width: 703px;
  background-position: left 10px;
  padding-top: 10px;
  margin-right: auto;
}
div#traffic .img1 .fl{
  margin-top: 10px;
  margin-left: 11px !important;
  margin-left: 6px;
}

div#traffic .img1 .fr{
  margin-right: 60px !important;
  margin-right: 20px;
  margin-top: 14px;
  color:#666666;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
div#traffic .img1 .fr{
   margin-right: 15px !important;
  margin-right: 20px;
  margin-top: 14px;
  color:#666666;
}
div#traffic .img1 .txt{
  margin-left: 15px;
  line-height: 20px;
}
}

div#traffic .img1 .img{
  margin-top: 30px;
}
div#traffic .img1 .txt{
  margin-left: 20px;
  line-height: 20px;
}
div#traffic .img1 .txt_tilte{
  line-height: 20px;
}
div#traffic .img2{
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  /* background-image: url(../../imgages/traffic/img_02.jpg);
  background-repeat: no-repeat;
  background-position: left 16px;
  height: 150px; */
  margin-right: auto;
  width: 702px;
  color:#666666;
  border: 1px solid #e7e7e7;
}
div#traffic .img2 ul{
  /* padding: 10px 0; */
}
div#traffic .weig {
  font-weight:bold
}
div#traffic .hei {
  margin-top:15px;
}
div#traffic .img2 .txtleft{
  float: left;
  width: 150px;
  padding: 20px 20px 0 20px;
  line-height: 18px;
}
div#traffic .img2 .txtright{
  float: left;
  padding: 20px 20px 0 20px;
  line-height: 18px;
}
div#traffic .img2 .txtright .box{
  width: 440px;
  height: 88px;
  margin: 10px 0 15px 0;
  padding: 15px;
  border: 1px dotted #c0c0c0;
  background: #fbf7f4;
}
div#traffic .img2 .txtright .box .box_img{
  float: left;
  width: 103px;
}
div#traffic .img2 .txtright .box .box_txt{
  float: left;
  width: 336px;
  margin-top:20px;
}

div#traffic .top {
    text-align:right;
  padding-top:100px;
  clear:both;
  margin-right:20px;
}
/*--------------------------------------------------------------------
(oshirase.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#oshirase {
  
}
div#oshirase .title {
    text-align:left;
  padding-top:10px;
  padding-bottom:35px;
  padding-left:20px;
}

div#oshirase a {
  color: #990033;
  text-decoration: none;
}
div#oshirase a:hover {
  color: #990033;
  text-decoration: underline;
}
div#oshirase .img0{
  text-align: left;
  padding-right: 15px;
  padding-left: 25px;
  padding-bottom: 25px;
}
div#oshirase .kanko_ti{
  background: url(/imgages/oshirase/kanko_ti_bg.jpg) no-repeat top left;
  padding-left: 20px;
  line-height: 20px;
  color: #606060;
}
div#oshirase .img0 .imgleft{
  float: left;
  margin-left: 5px;
}
div#oshirase .img0 .txt{
  width: 328px;
  padding-top: 5px;
  line-height: 17px;
  padding-left: 3px;
}

div#oshirase .img1{
  text-align: left;
  padding-right: 15px;
  padding-left: 25px;
}
div#oshirase .img1 .imgleft{
  float: left;
  width: 276px;
  margin-left: 5px;
}
div#oshirase .img1 .txt{
  padding-top: 5px;
  line-height: 17px;
  padding-left: 3px;
}
div#oshirase .img1 .txt1{
  padding-top: 18px;
  line-height: 17px;
  padding-left: 3px;
}
div#oshirase .img2{
  text-align: left;
  padding-right: 15px;
  padding-left: 25px;
}
div#oshirase .img2 .imgleft{
  float: left;
  width: 415px;
  margin-left: 5px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: left;
  height: 131px;
  margin-bottom: 80px;
  text-align: left;
}
div#oshirase .img2 .imgright{
  float: left;
  width: 415px;
  margin-left: 5px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: left;
  height: 131px;
  margin-bottom: 50px;
}
div#oshirase .img2 .imgleft .txt{
  line-height: 18px;
  float: left;
  margin-left: 10px;
}
div#oshirase .img2 .imgright .txt{
  line-height: 18px;
  float: left;
  margin-left: 10px;
}
div#oshirase .img2 .txt11 {
  float:right;
  width:200px;
  line-height:18px;
  padding-left:5px;
}
div#oshirase  .heig1 {
  clear:both;
  height:15px;
}
div#oshirase  .heig2 {
  clear:both;
  height:25px;
}
div#oshirase  .lr{
  padding-top:50px;
}
div#oshirase  .ll{
  padding-top:20px;
}
div#oshirase .content_box {
  clear:both;
  width:839px;
  background-image: url(../../imgages/oshirase/tab_bg.jpg);
  background-repeat:repeat-y;
  margin-bottom:28px;
  margin-left:30px;
  line-height:20px;
}
div#oshirase .content_box .box {
  float:left;
  padding-top:10px;
  padding-left:25px;
  text-align:left;
  width:385px;
}
div#oshirase .content_box .box .txt {
  padding-left:20px;
}
div#oshirase .top {
    text-align:right;
  padding-top:45px;
  clear:both;
  padding-right:20px;
}
/*--------------------------------------------------------------------
(contact.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#contact {
  width:900px;
  text-align: -moz-center !important; /*For Firefox*/
  text-align: center;                 /*For IE*/
}
div#contact .title {
  text-align:left;
  padding-left:20px;
}
div#contact #link {
  text-align:right;
  padding-top:15px;
}
div#contact .bth{
  text-align: right;
  margin-right:20px;
}
div#contact .bth .img{
  margin-top: 8px;
}
div#contact .button{
  margin-left:360px;
  margin-top:50px;
}
div#contact .tab{
  text-align: left;
  margin-left:82px !important;
  margin-left:30px;
  color:#666666;
}
div#contact .tab1 {
  text-align: left;
  margin-left:28px;
}
div#contact .tab1 .box {
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  margin-right:30px;
}
div#contact .tab1 .box td{
  border-bottom: #343434 solid 1px;
  border-right: #343434 solid 1px;
  padding-left: 10px;
}
div#contact .tab1 .box .tit{
  background:#dfdfdf;
  color:#000000;
}
div#contact .tab .txt1{
  padding-left: 3px;
  padding-top: 30px;
  padding-bottom: 10px;
}
* html div#contact .tab .txt1{
  padding-left: 55px;
  padding-top: 30px;
  padding-bottom: 10px;
}
*+html div#contact .tab .txt1{
  padding-left: 3px;
  padding-top: 30px;
  padding-bottom: 10px;
}
div#contact .tab1 .txt2{
  padding-left: 87px;
  padding-top: 20px;
  padding-bottom: 15px;
}
div#contact .tab .box {
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
  margin-right:30px;
}
div#contact .tab .box td{
  border-bottom: #343434 solid 1px;
  border-right: #343434 solid 1px;
  padding-left: 10px;
}
div#contact .tab .box .tit{
  background:#dfdfdf;
  color:#000000;
}
div#contact .tab .box input,textarea{
  margin-top: 10px;
  margin-bottom: 10px;
}
div#contact .tab dl{
  margin-left: 35px;
  text-align: left;
}
* html div#contact .tab dl{
  margin-left: 85px;
  text-align: left;
}
*+html div#contact .tab dl{
  margin-left: 35px;
  text-align: left;
}
div#contact .tab dt{
  background-image: url(../../imgages/contact/q.jpg);
  background-repeat: no-repeat;
  background-position: left;
  height: 26px;
  padding-top: 10px;
  padding-left:40px;
}
div#contact .tab dd{
  margin-left: 25px;
  background-image: url(../../imgages/contact/a.jpg);
  background-repeat: no-repeat;
  background-position: 10px;
  margin-right: 120px;
  padding-top: 10px;
  padding-bottom:10px;
  line-height:20px;
  background-color: #f9f7f8;
  padding-left: 50px;
  margin-bottom: 10px;
}
/**/
div#contact .tab .bth{
  text-align: center;
  margin-top: 30px;
}
div#contact .fon a {
    text-decoration:none;
  color:#990000;
}
div#contact .lin {
    margin-top:50px;
  margin-bottom:30px;
  text-align:center;  
}
div#contact .top {
    text-align:right;
  padding-top:45px;
  clear:both;
  padding-right:20px;
}
/*--------------------------------------------------------------------
(privacy.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#privacy {
}
div#privacy .title {
    text-align:left;
  padding-top:10px;
  padding-bottom:15px;
  padding-left:20px;
}
div#privacy .pri {
  margin-left: 85px;
  margin-right: 145px;
  padding-top: 30px;
  line-height: 18px;
  text-align: left;
}
div#privacy .pri .txt{
  text-align: left;
}
div#privacy .pri dl{
  padding-top: 20px;
}
div#privacy .pri dt{
  padding-top: 10px;
  font-weight:bold;
}
div#privacy .pri dd{
  padding-left:10px;
  padding-bottom:5px;
}
div#privacy .top {
    text-align:right;
  padding-top:90px;
  clear:both;
  padding-right:20px;
}
/*--------------------------------------------------------------------
(sitemap.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#sitemap {

}
div#sitemap .title {
    text-align:left;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:20px;
}
div#sitemap a {
  color: #666666;
  text-decoration: none;
}

div#sitemap a:hover {
  color: #666666;
  text-decoration: underline;
}
div#sitemap .site{
  padding-left:84px;
  text-align: left;
  padding-top:30px;
  padding-bottom:5px;
}
div#sitemap .sit{
  padding-left:90px;
  text-align: left;
}
div#sitemap .sit .ul_01 li{
  background-image: url(../../imgages/sitemap/ico.jpg);
  background-repeat: no-repeat;
  background-position: left 20px;
  padding-left:20px;
  line-height:50px;
}

div#sitemap .sit .ul_02 li{
  background-image: url(../../imgages/sitemap/ico1.jpg);
  background-repeat: no-repeat;
  background-position: left 10px;
  margin-left:30px !important;
  margin-left:10px;
  line-height:30px;
}
div#sitemap .top {
    text-align:right;
  padding-top:50px;
  clear:both;
  padding-right:20px;
}
/*--------------------------------------------------------------------
(topics.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#topics {
  width:860px;
  text-align: -moz-center !important; /*For Firefox*/
  text-align: center;                 /*For IE*/
}
div#topics .title {
  text-align:left;
  padding-top:10px;
  padding-bottom:45px;
}
div#topics .con {
  width:720px;
}
div#topics .time {
  text-align:right;
  padding-right:15px;
  padding-top:8px;
  padding-bottom:18px;
}
div#topics .le {
  float:left;
  padding-left:13px;
  line-height:18px;
  font-size:12px;
  text-align:left;
  width:380px;
}
div#topics .ri {
  float:right;
  padding-right:18px;
}
div#topics .cbh {
  clear:both;
  height:95px;
}
div#topics .top {
  text-align:right;
  padding-top:110px;
  clear:both;
}
/*--------------------------------------------------------------------
(topics_t.html)
(詳細説明がある場合はここに記述)
--------------------------------------------------------------------*/
div#topics_t {
  width:860px;
  text-align: -moz-center !important; /*For Firefox*/
  text-align: center;                 /*For IE*/
}
div#topics_t .title {
  text-align:left;
  padding-top:10px;
  padding-bottom:45px;
}
div#topics_t .con {
  width:720px;
}
div#topics_t .time {
  text-align:right;
  padding-right:15px;
  padding-top:8px;
  padding-bottom:18px;
}
div#topics_t .le {
  float:left;
  padding-left:13px;
  line-height:18px;
  font-size:12px;
  text-align:left;
  width:380px;
}
div#topics_t .ri {
  float:right;
  padding-right:18px;
}
div#topics_t .cbh {
  clear:both;
  height:95px;
}
div#topics_t .top {
  text-align:right;
  padding-top:110px;
  clear:both;
}