@charset "shift_jis";
/*---------- ページ全体の指定 ----------*/
BODY {
  font-family : "ＭＳ ゴシック","ＭＳ Ｐゴシック";
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333;
  background-color: #3f312b;
  text-align : center;
}
A:LINK {
  color: #583822;
  font-size: 12px;
}
A:HOVER {
  color: #765c47;
  font-size: 12px;
}
A:VISITED {
  color: #765c47;
  font-size: 12px;
}
p {
  margin : 20px 0px 20px;
  line-height : 150%;
  letter-spacing: 1px;
}
H1 {
  font-size: 12px;
  margin: 0;
  padding: 2px 3px 0px 3px;
  color: #333;
}
/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 800px;
  background-color: #ffffff;
  
}
/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  background-color: #999999;
}
#header-inner {
  margin: 0;
  padding: 0;
  color: #333333;
  width: 800px;
  height: 70px;
  background-color: #250d00;
  background-repeat: no-repeat;
}
#table-left{
  text-align: left;
  margin: 0;
  padding : 0px 0px 0px 12px;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}
#table-left img.image{
  vertical-align : middle;
  margin-left : 5px;
  margin-right : 5px;



margin-top : 1px;
margin-bottom : 1px;
}
#table-left A{
  font-size: 16px;
  color: #fffffc;
  text-decoration: none;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
#table-left A:HOVER{
  font-size: 16px;
  color: #fffffc;
  text-decoration: none;
}
#table-right{
  text-align: right;
  margin: 0;
  padding: 14px 14px 2px 0;
  font-size: 15px;
  color: #fffffc;
  line-height: 150%;
  text-decoration: none;
}
#table-right A{
  font-size: 12px;
  color: #fffffc;
  text-decoration: none;
}
#table-right A:HOVER{
  font-size: 12px;
  color: #fffffc;
  text-decoration: none;
}
#header-menu {
  background-color: #543f32;
  margin: 0px;
  padding-top: 7px;
  padding-left: 15px;
  padding-bottom: 5px;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}
#header-menu UL {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  width: auto;
}
#header-menu LI {
  color: #ffffff;
  display: inline;
  padding-left: 9px;
  padding-right: 5px;
  background: url(img/l_icon.gif) no-repeat;
}
#header-menu A {
  color: #cccccc;
  text-decoration: none;
}
#header-menu A:HOVER {
  color: #999999;
}
#header-img {
  margin: 0;
  padding: 0;
  width: 800px;
  height: 150px;
  font-family:Verdana;
  background-image : url(img/header_img.gif);
  background-repeat: no-repeat;
}
/*---------- コンテンツ ----------*/

#container {
  margin: 0px;
  padding: 5px;
  width: 780px;
  background-color: #ffffff;
}
/*---------- メインコンテンツ ----------*/

#contents {
  float: left;
  margin : 1px 0px 0px 0px;
  padding: 0 5px 0 8px;
  line-height: 150%;
  letter-spacing: 1px;
  width : 550px;
}
#contents img.photo1 {
  float: left;
  margin : 10px 15px 10px 15px;
  background-repeat : no-repeat;
}
#contents H2 {
  margin: 0 0 5px 0;
  padding: 12px 0 10px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #333333;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}
#contents H3 {
  margin: 0 0 5px 0;
  padding: 12px 0 10px 12px;
  line-height: 110%;
  font-size : 15px;
  color : black;
  
  background-repeat: no-repeat;
  
  text-align : center;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : black black black black;
  
}
#contents P {
  margin: 0;
  padding: 15px 0 35px 0;
}
#news {
  width: 558px;
  height : 250px;
  overflow: auto;
  background-color: #ffffff;
  padding: 5px;
  margin : 2px 0px 10px 0px;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #999999;
}
/*---------- メニュー ----------*/

#menu {
  float: right;
  margin: 0;
  padding: 6px 3px 0 6px;
  width: 180px;
  text-align: left;
  line-height: 150%;
  letter-spacing: 1px;
  background-color: #ffffff;
}
#menu H2 {
  margin: 0 0 7px 0;
  padding: 7px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}
#menu P {
  margin: 10px 4px 20px 4px;
  line-height: 150%;
}
LI {
  list-style-image: url(img/mark.gif);
  margin: 0 0 5px 0;
}
#menu A{
  color: #583822;
  font-size: 12px;
}
#menu A:HOVER{
  color: #765c47;
  font-size: 12px;
}
/*---------- フッター ----------*/

#footer {
  clear: both;
  margin: 0;
  padding: 20px 0 18px 0;
  text-align: center;
  font-size: 12px;
  color : #d0d0d0;
  border-top: 2px;
  background-color: #241a08;
}
/*----------クラス--------*/

#contains IMG.G_sisetu{
  clear : none;
}
.Contains-table{
  width : 550px;
}

.table001 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
  width : 550px;
}

.table001 CAPTION {
  margin-top: 1em;
  text-align : center;
  font-size : 15px;
  font-family : "ＭＳ ゴシック";
  font-weight : bold;
  color : navy;
  background-color : silver;
}



.table001 TH {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #FFD9F3;
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
  padding-top : 4px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
}

.table001 TD {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align : center;
  white-space: nowrap;
  padding-top : 4px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
}

/*--------- table002 -----------------*/
.table002 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
  
  margin-left : 4px;
  margin-right : 4px;
  text-align : center;
  width : 550px;
}

.table002 CAPTION {
  margin-top: 1em;
  text-align : center;
  font-size : 15px;
  font-family : "ＭＳ ゴシック";
  font-weight : bold;
  color : navy;
  background-color : silver;
  padding-top : 6px;
  padding-bottom : 6px;
}



.table002 TH {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background : #d0ffff;
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
  padding-top : 4px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
}

.table002 TD {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align : center;
  white-space: nowrap;
  padding-top : 4px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
}
.table002 img{
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;border-spacing : 160px 110px;
}

/*-----------div001------------------------------*/
.div001 {
  margin: 1em 0;
  border: solid 1px #FF6464;
}

.div001 h3 {
  margin: 0 0 1em 0;
  background: #FF6464;
  padding: 5px 15px;
  color: #FFF;
}

.div001 P {
  margin : 0.5em 15px 0.5em 30px;
  text-align : left;
  left : 4px;
}

.div001 ol {
  margin-left: 0;
  padding-left: 0;
}

.div001 OL LI {
  margin-left: 60px;
  list-style: outside decimal;
  text-align : left;
}
.div001 img{
  margin-top : 3px;
  margin-bottom : 3px;
}
/*-----------div002------------------------------*/
.div002 {
  margin : 1em 3px 1em 3px;
  border : 1px solid gray;
}

.div002 H3 {
  margin: 0 0 1em 0;
  background : gray;
  padding: 5px 15px;
  color : white;
}

.div002 p {
  margin: 0.5em 15px 0.5em 30px;
}

.div002 ol {
  margin-left: 0;
  padding-left: 0;
}

.div002 OL LI {
  margin-left : 40px;
  list-style: outside decimal;
  text-align : left;
  font-size : 12px;
  font-family : "ＭＳ ゴシック";
}
.div002 img{
  margin-top : 3px;
  margin-bottom : 3px;
}
/*-----------div003------------------------------*/
.div003{
  margin: 1em 0;
  border: solid 1px #999;
  background : #e6ffe6 url(img/bg-greenwall.gif);
}

.div003_H1{
  
  padding : 3px 3px 3px 3px;
  color : black;
  font-size : 20px;
  font-family : "ＭＳ 明朝";
  font-weight : bold;
  text-align : center;
  background-color : #60ff60;
  vertical-align : sub;
}
.div003_H2{
  margin-right : 15px;margin-left : 15px;
  padding-right : 0px;padding-left : 0px;
  color : #2e5c2e;
  font-size : 18px;
  font-family : "ＭＳ 明朝";
  font-weight : bold;
  margin-top : 5px;
  margin-bottom : 5px;
}
.div003_H3{
  margin : 2px 15px 8px 15px;margin-left : 15px;
  padding: 0;
  color : #800040;
  font-size : 13px;
  font-family : "ＭＳ 明朝";
  
}

.div003_P{
  margin : 2px 15px;margin-left : 35px;
  font-size : 12px;
  font-family : "ＭＳ 明朝";
  color : black;
  
  text-align : left;
}

.div003_P2{
  margin : 2px 15px;margin-left : 30px;
  font-size : 14px;
  font-family : "ＭＳ 明朝";
  color : black;
  
  text-align : left;
  font-weight : bold;
}

.div003 ul {
  margin-left: 0;
  padding-left: 0;
}
	
.div003 ul li {
  margin-left: 30px;
  list-style: none;
}
.Motto_1{
font-size : 15px;
font-family : "ＭＳ 明朝";
font-weight : bold;
color : black;
}
#food-menu {
  background-color : white;
  margin: 0px;
  padding-top: 7px;
  
  padding-bottom: 5px;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  
  
}
#food-menu UL {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  width: auto;
}
#food-menu LI {
  
  display: inline;
  padding-left: 9px;
  padding-right: 5px;
  background-repeat : no-repeat;
  
  
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : maroon;
  border-right-color : maroon;
}
#food-menu A {
  color : gray;
  text-decoration: none;
}
#food-menu A:hover {
  color : black;
}
#SISETU_HD{
  font-size : 14px;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : bold;
}
#SISETU_DEATIL{
  font-size : 9pt;
  font-family : "ＭＳ Ｐゴシック";
  
  
  
  
  
}
#SISETU_DETAIL IMG{
  
  
  
  vertical-align : middle;
  margin-top : 2px;
  margin-left : 2px;
  margin-right : 2px;
  margin-bottom : 2px;
}
