/* 全体の設定*/
body{
  margin:0px;
  padding:0px;
  background-color:#CC6600;
  color:#996600;
  font-size:12px;
  line-height:120%;
}
table{
  color:#996600;
  font-size:12px;
  line-height:120%;
}
/* メニューの設定*/
div.menu{
  width:100%;
  height:30px;
  margin-top:22px;
  position:relative;
}
.menu ul{
  position:absolute;
  bottom:0px;
  width:100%;
  height:30px;
  margin:0;
  padding-left:20px;
  font-size:13px;
  list-style:none;
}
.menu li{
  height:30px;
  float:left;
  width:80px;
  background-image : url(img/menu2.gif);
  text-align:center;
  position:relative;
}
.menu a{
  padding-top:12px;
  text-decoration:none;
  display:block;
  color:#663300;
}
.menu a:hover{
  width:100%;
  height:100%;
  background-image : url(img/menu1.gif);
  background-repeat:no-repeat;
}
li.now{
  background-image : url(img/menu1.gif);
}
li.sub{
  background-image : url(img/menu3.gif);
}
/* フッターの設定*/
#foot{
  font-size:10px;
  text-align:center;
  margin-bottom:40px;
}
/* 見出しの設定*/
h1.red{
  margin:0px;
  width:440px;
  height:30px;
  line-height:30px;
  background-image : url(img/bar440_1.gif);
  text-align:left;
}
span.red{
  padding-left:42px;
  font-size:15px;
  color:#FFFFFF;
}
h1.kiro{
  margin:0px;
  width:440px;
  height:30px;
  line-height:30px;
  background-image : url(img/bar440_2.gif);
  text-align:left;
}
span.kiro{
  padding-left:42px;
  font-size:15px;
  color:#FFFFFF;
}
h2.red_s{
  margin:0px;
  width:250px;
  height:30px;
  line-height:30px;
  background-image : url(img/bar250.gif);
  text-align:center;
}
span.red_s{
  padding-top: 7px;
  font-size:15px;
  color:#FFFFFF;
}
/* 新着の設定*/
#new{
  width:280px;
  height:47px;
  background-image : url(img/new_top.gif);
}
#new2{
  width:280px;
  background-image : url(img/new_middle.gif);
}
#new3{
  width:280px;
  height:19px;
  background-image : url(img/new_bottom.gif);
}
/* begin styles for RSS Feed */
.rss_box {
  margin: 3px 2%;
  padding: 3px;
  background-color: #fff;
  border: 1px dashed #fff;
}
.rss_title, rss_title a {
  font-size: 12px;
  font-weight:bold;
  margin: 5px 0;
  padding-left: 5;
  letter-spacing: 1px;
}
.rss_items {
  margin: 3px;
  padding: 0px;
}
.rss_item  {
  padding-right: 0px;
  padding-left: 0px;
  font-weight : normal;
  font-size: 12px;
  padding-bottom: 10px;
  color: #666;
  word-break: break-all;
  list-style:none;
}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {
  font-weight: bold;
  font-size: 12px;
  color: #09c;
  text-decoration : none;
}
.rss_item a:hover {
  font-weight: bold;
  text-decoration : none;
  color: #f60;
}
.rss_date {
  font-size: 12px;
  font-weight : normal;
  color: #666;
}

