* {
 color:#000000;
 margin: 0px;
 padding: 0px;
 line-height: 24px;
 font-size: 14px;
}

body {
 background-color: #5B462F;
 background-repeat: repeat-x;
 background-image: url(img/back.jpg);
}

.to{
 text-align: center;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #CCCCCC;
}


a {
 color: #003300;
 font-size: 12px;
}
a:hover {
 color: #009900;
 text-decoration: none;
}


img {
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}

hr {
 clear: both;
 height: 1px;
 color: #CCCCCC;
 background-color: #CCCCCC;
}

/*
ラップ
-------------------------------------------------------------------*/
#base{
 width: 750px;
 height: auto;
 margin-right: auto;
 margin-left: auto;
 background-image: url(img/bg.jpg);
 background-repeat: repeat-y;
}

#wrap{
 width: 750px;
 text-align :left;
}

/*
ヘッダ
-------------------------------------------------------------------*/

#header {
 height: 110px;
 padding-top: 95px;
 padding-left: 15px;
 padding-right: 10px;
 background-image: url(img/heder.jpg);
 background-repeat: no-repeat;
}

#header .logo_h {
 font-size: 26px;
 font-weight: bold;
 color: #FF8C3F;
}

#header h1{
 margin:0;
 font-size: 11px;
 color: #DDCEBD;
 padding: 0px;
 display: block;
 text-indent: 135px;
 width: 600px;
 font-weight: lighter;
 font-family: "ＭＳ ゴシック", "Osaka−等幅";
 letter-spacing: -0.2em;
}

h1 a {
 color: #DDCEBD;
 text-decoration: none;
 font-size: 11px;
}

h1 a:hover {
 color: #FFFFFF;
 font-size: 11px;
}

h1 a:visited {
}

p#desc {
 color: #FFCC99;
 margin: 0px;
 padding: 0px;
 display: block;
 text-indent: 200px;
 font-size: 11px;
}


/*
ナビ
----------------------------------------------- */
#nav {
 height: 24px;
 font-size: 10px;
 line-height: 24px;
 width: 100%;
 margin-top: 46px;
 text-align: right;
}

#nav p {
 color: #660000;
 margin: 0px;
 padding: 0px;
 font-size: 10px;
 line-height: 25px;
}




#nav label {
 font-size: 10px;
 color: #FFFFFF;
}

#nav td {
 padding-left: 1px;
}

#nav a {
 color: #663300;
 padding-left: 5px;
 padding-right: 5px;
 font-size: 10px;
}

#nav a:hover {
 color: #993300;
 text-decoration: none;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
 float: right;
 width: 550px;
}

#contents img{
  margin: 2px 0;
}
#contents p{
 padding-bottom: 20px;
 color: #333333;
 padding-top: 8px;
}

#contents h2{
 color: #000000;
 font-size: 16px;
 line-height: 50px;
 margin-top: 10px;
 text-indent: 5px;
 margin-bottom: 20px;
 background-image: url(img/h2.jpg);
 background-repeat: no-repeat;
 height: 50px;
 width: 480px;
 padding-left: 40px;
}

#contents h3{
 padding: 2px 5px;
 font-size: 14px;
 margin-top: 25px;
 margin-bottom: 20px;
 border-bottom-width: 1px;
 border-left-width: 7px;
 border-bottom-style: solid;
 border-left-style: solid;
 border-bottom-color: #CCCCCC;
 border-left-color: #663300;
}

#contents h4{
 font-size: 14px;
 margin-top: 5px;
 margin-bottom: 5px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #CCCCCC;
 text-indent: 24px;
 background-image: url(img/h4.jpg);
 background-repeat: no-repeat;
 background-position: left top;
}



/*
ディスクリプション
-------------------------------------------------------------------*/
.description{
 margin-right: 15px;
 margin-left: 15px;
 background-color: #F5F4F1;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-right-style: dotted;
 border-bottom-style: dotted;
 border-left-style: dotted;
 border-right-color: #999999;
 border-bottom-color: #999999;
 border-left-color: #999999;
 margin-bottom: 10px;
}

.description p{
 padding:10px;
 margin:0;
 color: #333333;
}

/*
サイド
-------------------------------------------------------------------*/
#side {
 float: left;
 width: 200px;
}

#side ul{
 list-style: none;
 width: 160px;
 display: block;
 padding-right: 9px;
 padding-left: 9px;
 padding-top: 10px;
 padding-bottom: 10px;
 background-image: url(img/sidebg.jpg);
 background-repeat: repeat-x;
 background-color: #604733;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-right-color: #DBC2B3;
 border-bottom-color: #DBC2B3;
 border-left-color: #DBC2B3;
 margin-bottom: 18px;
}

#side_d {
 padding-top: 10px;
 padding-right: 10px;
 padding-left: 10px;
}

#side_d h3 {
 color: #482C14;
 font-size: 12px;
 font-weight: bold;
 background-image: url(img/sh3.jpg);
 line-height: 22px;
 background-repeat: no-repeat;
 padding: 0px;
 width: 180px;
 text-align: center;
 letter-spacing: 0.1em;
 height: 26px;
 padding-top: 8px;
}

#side_d ul li {
 text-align: left;
 overflow:hidden;
 width: 160px;
 height: 32px;
 display: block;
 line-height: 32px;
 text-indent: 20px;
 list-style-type: none;
}



#side_d ul li a{
 color: #660000;
 height: 32px;
 line-height: 32px;
 display: block;
 background-image: url(img/bot1.jpg);
 background-repeat: no-repeat;
 text-decoration: none;
 background-color: #CCCCCC;
 font-size: 12px;
}

#side_d ul li a:hover{
 color: #990000;
 display: block;
 text-decoration: underline;
 height: 32px;
 background-image: url(img/bot2.jpg);
 background-repeat: no-repeat;
 font-size: 12px;
}


#side img {
 border:none;
}


/*
フッタ
-------------------------------------------------------------------*/

address {
 clear: both;
 padding-left: 20px;
 color: #FFFFFF;
 font-size: 12px;
 line-height: 32px;
 background-color: #000000;
 font-style: normal;
 text-align: right;
 background-image: url(img/fut.jpg);
 height: 77px;
 padding-top: 13px;
 padding-right: 70px;
}

/*
トップページ
-------------------------------------------------------------------*/

#contents .top_cat {
 background-image: url('img/dot.gif');
 background-repeat: repeat-x;
 padding-bottom: 5px;
 padding-right: 15px;
 padding-top: 5px;
 padding-left: 10px; background-position-y:50%
}


#contents .top_cat p a{
 font-size: 10px;
 padding-left: 5px;
}

#contents .ctgy {
 margin-top: 10px;
 width: 520px;
 display: block;
}

.ctgy dt{
 font-weight: bold;
 padding-left: 0px;
 border-left-width: 7px;
 border-left-style: solid;
 border-left-color: #663300;
 background-color: #F0EBE8;
 padding-top: 5px;
 padding-bottom: 2px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #B5ADA2;
 margin-top: 1px;
 text-indent: 5px;
 clear: both;
 margin-bottom: 8px;
 line-height: 150%;
 }
.ctgy dt a:link {
 color: #555555;
 line-height: 16px;
}
.ctgy dt a:hover{ color:#FF3333; }

.ctgy dd{
 border-bottom:1px solid #E8E8E8;
 padding-bottom: 2px;
 font-size: 12px;
 line-height: 200%;
 padding-left: 0px;
 background-image: url('img/dd.gif');
 background-repeat: no-repeat;
 background-position: left center;
 float: left;
 width: 250px;
 margin-top: 3px;
 margin-bottom: 3px;
 margin-left: 8px;
 display: block;
 }

#contents #top_img {
 text-align: center;
}

/*
カテゴリ
-------------------------------------------------------------------*/
.cat_list dt{
 background-image: url('img/sankaku.gif');
 background-position:  left 50%;
 background-repeat: no-repeat;
 padding-left:15px;
 padding-top: 5px;
 padding-bottom: 5px
}
.cat_list dd{
 margin-bottom:10px;
 font-size:12px;
 margin-left: 10px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #999999;
 padding-bottom: 5px;
 border-left-width: 3px;
 border-left-style: solid;
 border-left-color: #E1E1E1;
 padding-left: 10px;
}

/*
エントリ
-------------------------------------------------------------------*/
.entry-body{
 padding-top: 0px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 15px;
}
.entry-list{
 width:520px;
 height: auto;
}
.entry-list li {
 list-style-type: none;
 border-left-width: 5px;
 border-left-style: solid;
 border-left-color: #C0F086;
 margin-bottom: 10px;
 line-height: 16px;
 width: 245px;
 float: left;
 display: block;
 padding-left: 5px;
 font-size: 12px;
 text-indent: 0px;
 margin-left: 2px;
}
.entry-list ul {
 margin-left: 0px;
 margin-right: 00px;
 padding-left: 0px;
}
/*
テーブル
-------------------------------------------------------------------*/
table{
 margin-bottom: 30px;
 margin-top: 30px;
 border: 1px solid #CCCCCC;
 border-collapse: collapse;
 margin-left: 0px;
 width: 100%;
}


th{
 text-align: left;
 color: #482C14;
 margin:0;
 border: 1px dotted #CCCCCC;
 border-collapse: collapse;
 padding-top: 5px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 10px;
 font-size: 14px;
 line-height: 120%;
 background-color: #999999;
 background-image: url(img/sidebg.jpg);
}


td{
 margin:0;
 border: 1px dotted #CCCCCC;
 border-collapse: collapse;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 font-size: 12px;
 line-height: 140%;
}

.style1 {
 color: #CC0000;
 font-weight: bold;
}

.con{
 width:520px;
 color: #333333;
 margin-top: 10px;
 margin-bottom: 10px;
}
#map{
 text-align: center;
 height: 300px;
 width: 350px;
 margin-top: 20px;
 margin-right: auto;
 margin-bottom: 20px;
 margin-left: auto;
}

.bg{
 background-color:#EDE4DC;
 text-align: center;
 width: 520px;
 padding-top: 8px;
 padding-bottom: 8px;
}
