/***********************************************/
/* style.css  yuka                             */
/***********************************************/
body{
  font-family: "MS UI Gothic",Osaka,sans-serif;
  font-size  : 13px;
  color: #666666;
  line-height: 1.166; 
  margin: 0px auto;
  padding: 0px;
  width: 780px;
  background : #ffffff;
}

a:link, a:visited, a:hover {
  color: #000033;
  text-decoration: none;
}
a:hover {
  color: #cccccc;
}

/* overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6 {
  font-family: "MS UI Gothic",Osaka,sans-serif;
  margin: 0px;
  padding: 0px;
}

h1{
 font-family: "MS UI Gothic",Osaka,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.header{
  width  : 760px;
}

.header_btm{
  width  : 760px;
}

.main{
  width      : 760px;
  color      : #666666;
  background-color : #FFF6E4;
  vertical-align : top;
}

td.side_l{
  width : 10px;
  background : url(images/side_l.jpg) repeat-y;
}

td.side_r{
  width : 10px;
  background : url(images/side_r.jpg) repeat-y;
}

.footer{
  width      : 760px;
  background : #FFE09E;
  text-align : center;
  color      : #333333;
  font-size  : 12px;
  padding: 6px 0px;
}

.menu{
  width : 200px;
  vertical-align : top;
}

.contents{
  width : 530px;
  vertical-align : top;
}

.center{
    text-align : center;
}

.newlist{
  margin : 8px 60px 0px 35px;
}

.rsslist{
  margin : 0px;
  width  : 501px;
  text-align : left;
}

.rsslist a:link, .rsslist a:visited, .rsslist a:hover {
  color: #666666;
  text-decoration: none;
}

.rsslist a:hover {
  color: #D76823;
}

ul{
  margin: 0px 8px;
  padding: 0px;
}

li{
  color: #A0741D;
  list-style-type: disc;
  list-style-position: inside;
  padding: 4px 0px;
  border-bottom : 1px dotted #cccccc;
}

