@media screen and (min-width: 641px){
@charset "Shift_JIS";

/* 左右上下の表示ＰＣ用 */
    .rwdBox{
        overflow:auto;
    }
    .leftTop{
        float:left;
margin-right : 6px;
    }
    .rightBottom{
        overflow:auto;
    }

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

body {
  margin: 20px 0;
  padding:0;
  text-align: center;
  font-family: "メイリオ", sans-serif;
  background: #FFEBA6 url(../img/body_bg.gif) repeat center top ;
  font-size: 14px;
  line-height: 150%;
}

/* 各タイトル */

.title_conts {
  font-weight:normal;
  background: #996600 url(../img/h2.gif) left top no-repeat;
  margin: 0 0 4px 0;
  padding: 4px 0 4px 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 180%;
  color: #FFF
}
.title_cap {
  background: url(../img/h3.gif) left top no-repeat;
  padding: 3px 0 0 18px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  min-height: 20px;
}
.title_01 {
  background: url(../img/h4.gif) left top no-repeat;
  padding: 0 0 0 20px;
  font-size: 16px;
  min-height: 20px;
  font-weight: bold;
  margin: 0;
}
.title_02 {
  background: #E7E3D7 url(../img/chek.gif) 8px center 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: 160px;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #E7E3D7 url(../img/header_bg.jpg) no-repeat left top;
  line-height: 100%;
}
#headerTitle {
  margin:0;
  padding: 62px 0 8px 38px;
  font-weight: bold;
  font-size: 23px;
}
#headerTitle a{
	color: #000000;
	text-decoration:none;
}
#headerTitle a:hover{
	color: #996600;
	text-decoration:underline;
}
#headerText {
  margin:0;
  padding: 0 278px 8px 38px;
  font-size: 12px;
  color: #666;
}

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

#wrapper {
  width: 800px;
  _width: 804px;
  margin: 0 auto;
  padding:0 0 1px 0;
  text-align: center;
  border-top: 2px solid #E0E0E0;
  border-right: 2px solid #E0E0E0;
  border-left: 2px solid #E0E0E0;
  background: #FFF;
}
#container {
  width: 720px;
  margin: 0 auto;
  clear: left;
  padding: 10px 0 0 0;
}
#contents {
  text-align: left;
  font-size: 14px;
  color:#000000;
}
#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 0 8px 0;
  padding: 0;
}
#top_link a { color: #000; }
#top_link a:hover { color: #996600; }

/* カテゴリページ */

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

/* フッターナビゲーションエリア */

#sidebar {
  text-align: left;
  padding: 20px 0 0 0;
}
#sidebar #left {
  width: 350px;
  float: left;
}
#sidebar #right {
  width: 350px;
  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;
  display: inline;
}
#sidebar .title {
  background: #EAD5BF url(../img/menu_title.gif) no-repeat left top;
  padding: 4px 0 4px 22px;
  font-weight: bold;
  margin: 0 0 4px 0;
  font-size: 12px;
  line-height: 220%;
}
#sidebar .title a { text-decoration: none; }
#sidebar .title a:hover {
  color: #996600;
  text-decoration: underline;
}
#sidebar ul  {
  font-size: 12px;
}
#sidebar ul a {
  text-decoration: underline;
}
.menuA a { color: #333; }
.menuA ul a {
  color: #330000;
  margin: 0 4px;
}
.menuA ul a:hover { color: #993300; }

/* サイトマップ用 */

.sitemap {
  margin: 0 0 16px 0;
  list-style: outside none none;
  padding: 0;
}
.sitemap .title {
  font-weight: bold;
  color: #663300;
  padding: 4px 8px 4px 16px;
  margin: 0 0 6px 0;
  background-color: #F1F0ED;
}
.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: #330000; }
.sitemap .text a:hover {
  color: #993300;
  text-decoration: none;
}


/* フッターエリア */

#footer {
  background: #FFF;
  width: 800px;
  _width: 804px;
  margin:0 auto;
  padding:0;
  text-align: center;
  border-bottom: 2px solid #E0E0E0;
  border-right: 2px solid #E0E0E0;
  border-left: 2px solid #E0E0E0;
}
#footer .text {
  margin:0;
  padding: 16px 0 0 0;
  font-size: 11px;
  color: #999;
  text-align: center;
  border-top:1px solid #DDD;
}
#footer #copyright {
  margin:0;
  padding: 10px 0;
  font-size: 11px;
  text-align:center;
  background: #FFF;
  height: 20px;
}


}
