@charset "utf-8";
/* CSS Document */

 * {
  margin:0;
  padding:0;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size:100%;
  }
 
 body {
  background-image:url(../img/back_07.gif);
  background-repeat:repeat-x;
  color:#333333;
  }
 
 #wrapper {
  width:800px;
  margin:0 auto;
  background-color:#fff;
  border-left:1px solid #EFEFEF;
  border-right:1px solid #efefef;
  }
 
 /*上部ユーザー支援メニュー*/
 #top_navi {
  width:400px;
  height:75px;
  background-image:url(../img/back_08.gif);
  float:left;
  border-bottom:10px solid #c30;
  color:#fff;
  }
  
 #top_navi ul {
  font-size:80%;
  text-align:right;
  margin-right:10px;
  margin-top:55px;
  }
  
 #top_navi li {
  display:inline;
  padding-right:5px;
  padding-left:5px;
  }
  
 #top_navi a {
  color:#fff;
  text-decoration:none;
  }
   
 #top_navi a:link {
  color:#FFFFFF;
  }
  
 #top_navi a:hover {
  color:#f9ecbb;
  }
 
 /*ヘッダー*/ 
 #header {
  width:400px;
  height:75px;
  background-image:url(../img/back_08.gif);
  float:left;
  border-bottom:10px solid #c30;
  }
  
 /*グローバルナビ*/
 #global_navi {
  clear:both;
  height:50px;
  background-image:url(../img/back_11.gif);
  }  
 
 #global_navi ul {
  margin-left:0;
  margin-right:auto;
  width:800px;
  list-style-type:none;
  }
  
 #global_navi li {
  width:130px;
  float:left;
  font-size:85%;
  text-align:center;
  line-height:50px;
  }
  
 #global_navi a {
  display:block;
  background-image:url(../img/back_11.gif);
  color:#ffffff;
  text-decoration:none;
  }
  
 #global_navi a:link {
  color:#ffffff;
  background-image:url(../img/back_11.gif);
  text-decoration:none;
  }
  
 #global_navi a:hover {
  color:#f9ecbb;
  text-decoration:none;
  background-image:url(../img/back_12.gif);
  background-repeat:repeat-x;
  }
  
 /*メインコンテンツ*/
 #main_content {
  width:735px;
  background-image:url(../img/back_14.gif);
  background-repeat:repeat;
  border-left:2px solid #c30;
  margin-left:35px;
  padding-top:30px;
  }
  
 #main_content h2 {
  font-size:100%;
  border-bottom:2px solid #c30;
  border-left:15px solid #c30;
  padding:0 0 2px 10px;
  margin-bottom:10px;
  }
  
 /*サイトマップコンテンツ*/
 .sitemap {
  margin:30px;
  font-size:85%;
  }
  
 .sitemap ol {
  list-style-type:none;
  list-style-position:inside;
  }
  
 .sitemap ul {
  margin-left:25px;
  list-style-position:inside;
  list-style-type:disc;
  
  }
  
 .sitemap ol li {
  border-bottom:1px dotted #c30;
  line-height:25px;
  padding:10px 0;
  }
  
 .sitemap ul li {
  padding-left:15px;
  line-height:30px;
  }
  
 .sitemap a {
  text-decoration:none;
  color:#333;
  }
  
 .sitemap a:link {
  color:#333333;

  }
  
 .sitemap a:hover {
  background-color:#c30;
  color:#fff;
  font-size:100%;
  }
  
 /*用語集*/
 #main_content h3 {
  font-size:90%;
  margin-left:20px;
  line-height:25px;
  }
  
 .word_tx {
  font-size:90%;
  margin:10px 20px 20px 20px;
  padding:10px;
  }
  
  dl {
  margin:20px;
  }
  
  dt {
  padding:10px;
  font-size:90%;
  font-weight:bold;
  }
  
  dd {
  font-size:90%;
  padding:5px 10px 5px 20px;
  }
  
 /*店舗情報*/
 .information p {
  margin:20px;
  font-size:90%;
  line-height:20px;
  }
  
 .information {
  float:left;
  width:450px;
  }
  
 .img_box {
  margin:10px;
  width:220px;
  height:170px;
  background-color:#FFF;
  float:right;
  }
  
 .img_box img {
  padding:10px;
  }
  
 #data {
  margin:5px;
  width:250px;
  clear:both;
  float:left;
  }
  
 #data dl {
  line-height:20px;
  }
  
 #data dt {
  border-bottom:1px solid #CCCCCC;
  }
  
 #map_img {
  width:437px;
  float:right;
  margin:30px 20px 10px 10px;
  }
  
 #map {
  margin:20px;
  clear:both;
  }
  
 #map h3 {
  border-bottom:2px dotted #CC0000;
  padding:10px;
  }
  
 .map_information p {
  font-size:90%;
  padding-left:30px;
  padding-top:10px;
  line-height:20px;
  }
    
 #map ul {
  list-style-position:inside;
  font-size:80%;
  list-style-type:disc;
  padding-left:20px;
  padding-top:10px;
  margin:5px;
  }
  
 /*フッター*/
 #footer {
  height:50px;
  width:800px;
  border-top:10px solid #c30;
  background-image:url(../img/back_06.gif);
  clear:both;
  }
  
 #footer address {
  font-style:normal;
  text-align:center;
  font-size:80%;
  color:#fff;
  line-height:30px;
  }
  

