@charset "Shift_JIS";

a { color: #0000FF; }
a:hover { color: #0033FF; }
img {border: none;}
p{margin: 0;}

body {
  text-align: center;
  font-family: "ＭＳ ゴシック", sans-serif;
  background: #FFFFFF url(../img/body_bg.gif) repeat center top ;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
}
* html body {
	padding-left: 1px;
}
*:first-child+html body {
	padding-left: 1px;
}  

/* 各タイトル */
.title_conts {
  background: url(../img/h2.gif) left top no-repeat;
  border-bottom: #E2DEDF 1px solid;
  margin: 0 0 4px 0;
  padding: 1px 0 3px 14px;
  font-size: 22px;
  font-weight: bold;
  line-height: 120%;
  color: #000;
}
.title_cap {
  background: url(../img/h3.gif) no-repeat left 4px;
  padding: 3px 0 0 25px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  min-height: 20px;
}
.title_01 {
  background: url(../img/h4.gif) no-repeat 5px 9px;
  padding: 4px 0 4px 22px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.title_02 {
  background: #EAEAEA url(../img/chek.gif) 8px 8px no-repeat;
  font-weight: bold;
  font-size:14px;
  padding: 4px 24px 2px 24px;
  margin: 0 12px 2px 12px;
}
.title_02 a { color: #333; }
.title_02 a:hover { color: #CC6600; }

/* ヘッダー */

#header {
  height: 180px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: #544934 url(../img/header_bg.jpg) no-repeat left top;
  line-height: 100%;
  border-bottom: 6px solid #695E47;
}
#headerTitle {
  margin:0;
  padding: 36px 0 8px 38px;
  font-weight: bold;
  font-size: 16px;
}
#headerTitle a{
	color:#C0C0C0;
	text-decoration:none;
}
#headerTitle a:hover{
	color:#C0C0C0;
	text-decoration:underline;
}
#headerText {
  margin:0;
  padding: 0 0 8px 38px;
  font-size: 12px;
  color:#C0C0C0;
}


/* コンテンツエリア */

#wrapper {
  background: #FFF url(../img/wrapper_bg.gif) center top repeat-y;
  width: 800px;
  _width: 816px;
  margin: 0 auto;
  padding: 0 8px;
  text-align: center;
}
#container {
  background: #FFF url(../img/container_bg.gif) center top repeat-y;
  width: 774px;
  _width: 800px;
  margin: 0 auto;
  clear: left;
  padding: 20px 11px 0 15px;
}
#contents {
  text-align: left;
  float: left;
  width: 560px;
  font-size: 13px;
}
#contents #pankuzu {
  font-size: 12px;
  color: #999;
  margin: 0 0 4px 0;
  padding: 0;
}
#pankuzu a { color: #000; }
#pankuzu a:hover { color: #996600; }
#contents .categoryTitle {
  font-weight: bold;
  background-color: #FDEFC4;
  padding: 4px 6px;
  margin: 0 12px 8px 12px;
}
#contents .area { margin: 0 18px 18px 18px; }
#top_link {
  text-align: right;
  font-size: 12px;
  margin: 0;
  padding: 0 0 8px 0;
}
#top_link a { color: #000; }
#top_link a:hover { color: #996600; }
/* カテゴリページ */

.relation {
  margin: 0 24px 12px 14px;
  list-style: none;
}
.relation .title {
  background: url(../img/menuC_icon.gif) no-repeat 0px 6px;
  font-weight: bold;
  padding: 0 0 0 14px;
  margin: 0;
  font-size: 12px;
}
.relation .title a { color: #000; }
.relation .title a:hover {
  color: #996600;
  text-decoration: none;
}
.relation .text {
  font-size: 12px;
  line-height: 130%;
  color: #666;
  margin: 0 0 0 14px;
}
.relation .text a { color: #09C; }
.relation .text a:hover { color: #996600; }


/* サイドバーエリア */

#sidebar {
  width: 190px;
  text-align: left;
  float: right;
}
#sidebar ul {
  padding: 0;
  list-style: outside none none;
  display: block;
  margin: 0 0 20px 0;
}
#sidebar li {
  padding: 0;
  margin: 0 0 4px 0;
}
#sidebar .title {
  background: #5A4D32 url(../img/menu_title.gif) no-repeat left top;
  padding: 4px 8px 6px 20px;
  font-weight: bold;
  margin: 0 0 4px 0;
  font-size: 13px;
}
#sidebar .title a { 
  color:#FFF;
  text-decoration: none; 
}
#sidebar .title a:hover {
  color: #D3D2C0;
  text-decoration: underline;
}
#sidebar ul a {
  display: block;
  width: 162px;
  _width: 190px;
  font-size: 12px;
}
.menuA a { color: #000; }
.menuA ul a {
  background: #FFF url(../img/menuA_icon.gif) no-repeat 6px 11px;
  padding: 5px 4px 4px 24px;
  color: #000;
}
.menuA ul a:hover { 
  background: #F0EAE6 url(../img/menuA_icon_over.gif) no-repeat 6px 11px;
  padding: 5px 4px 4px 24px;
  color: #996600;
}
.menuB a { color: #000; }
.menuB ul a {
  background: #8ACEC1 url(../img/menuB_icon.gif) no-repeat 4px 10px;
  padding: 4px 4px 4px 16px;
}
.menuB ul a:hover { background-color: #FF0000; }
.menuC a { color: #000; }
.menuC ul a {
  background: url(../img/menuC_icon.gif) no-repeat 6px 9px;
  padding: 4px 0 4px 20px;
  color: #000;
}
.menuC ul a:hover { color: #996600; }


/* サイトマップ用 */

.sitemap {
  margin: 0 0 16px 0;
  list-style: outside none none;
  padding: 0;
}
.sitemap .title {
  font-weight: bold;
  color: #EAEAEA;
  padding: 2px 8px 4px 10px;
  margin: 0 0 6px 0;
  background-color: #EEE;
}
.sitemap .title a { color: #663300; }
.sitemap .title a:hover {
  color: #996600;
  text-decoration: none;
}
.sitemap .text { margin: 0 0 4px 16px; }
.sitemap .text a { color: #333; }
.sitemap .text a:hover {
  color: #663300;
  text-decoration: none;
}

/* フッターエリア */

#footer {
  background: #473C27 url(../img/footer_bg.gif) center top repeat-y;
  width: 800px;
  _width: 816px;
  margin:0 auto;
  text-align: center;
  padding: 0 8px;
}
#footer .text {
  margin:0;
  padding: 16px 0 0 0;
  font-size: 11px;
  color: #EEE;
  text-align: center;
}
#footer #copyright {
  color: #EEE;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 11px;
  text-align:center;
}




