/* 基本設定 */
* {
margin: 0;
padding: 0;
font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
}
/* リンク */
img {
border: 0;
}

a{
color: #9C9C9C;
text-decoration : none;
}
a:visited{
color: #9C9C9C;
}
a:hover{
color: #000000;
}

BODY    { 

 font-size: 90%; font-family: Verdana, Chicago, osaka, sans-serif, "ＭＳ Ｐゴシック"; 
 line-height: 130%; 
 background: #FCFCE0; 
margin-top: 10px;
margin-left: auto;
 margin-right: auto;
width:723px;
height: auto;
   }

/* ヘッダー */

#menu {
height : 30px;
margin-bottom: 2px;
background-color:#A4450B;
border: 1px solid #666666;
}
#menu ul{
list-style: none;
margin: 0;
text-align:  center;
padding: 5px;

}
#menu li{
font-size : 150%;
list-style: none;
display: inline;
padding: 5px;
}
#menu a{
color: #ffffff;
text-decoration : none;
}
#menu a:visited{
color: #ffffff;
}
#menu a:hover{
color: #000000;
}
/* メイン */

#left_sidebar   { 
 margin-right: 2px;
 width: 100px; 
 height: 491px; 
 float: left; 
  background-color:#ffffdd;
 border: solid 1px #666666;
 }
#left_sidebar  h2 {
background-color :#FDF0B8;
font-size : 135%;
text-align : left;
padding: 2px;
text-indent : 2px;
margin-bottom:5px;
}
#left_sidebar ul{
list-style: none;
margin: 0;
text-align: center;
}
#left_sidebar li{
font-size : 80%;
list-style: none;
padding: 2px;
}




#content a{
color: #9C9C9C;
text-decoration: underline;
}
#content a:visited{
color: #9C9C9C;
}
#content a:hover{
color: #000000;
}
 #content{
 float: left;
width : 616px;
height: auto;
background-color:#ffffdd;
border: 1px solid #666666;
}

#content h2  {

font-size : 140%;
background-color : #FDF0B8;
width : 606px;
color : #ffffff;
text-align : center;
padding: 5px;

}

#content h3 {
font-size : 130%;
background-color : #FDBA5F;
padding: 6px;
text-align: center;
margin-bottom: 5px;
}



/* フッター*/
#foot {
font-size: 1.2em;
line-height: 1.5em;
clear: both;
text-align : right;
}

/* 著作権 */
ADDRESS{
font-style:normal;
margin-right : 10px;
}