/* 基本設定 */
* {
margin: 0;
padding: 0;
font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
}
img {
border: 0;
}
/* リンク */
a{
color: #000000;
text-decoration : none;
}
a:visited{
color: #000000;
}
a:hover{
color: #cccccc;
}

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

/* ヘッダー */

#menu {
width :720px;
height : 25px;
margin-bottom: 2px;
background-color:#CCCC99;
border: 1px solid #666666;
}
#menu ul{
list-style: none;
margin: 3px;
text-align:  center;

}
#menu li{
font-size : 90%;
list-style: none;
display: inline;
padding: 3px;
}

#menu a{
color: #000000;
text-decoration : none;
}
#menu a:visited{
color: #000000;
}
#menu a:hover{
color: #ffffff;
}

 /* メイン */

#main {
float:left;
width : 60px;
height : 750px;
overflow: auto;
background-color:#ffffff;
border: 1px solid #DDDDDD;
}

#main h2 {
font-size : 115%;
text-align :center;
line-height: 1.8em;
margin: 0px 5px 40px;
}


#main  p{
font-size : 110%;
text-align: left;
line-height: 1.4em;
margin-left: 15px;
margin-bottom: 5px
}

#main a{
color: #000000;
text-decoration : none;
}
#main a:visited{
color: #000000;
}
#main a:hover{
color: #9C9C9C;
}
#left_sidebar { 
float:left; 
margin-left: 2px;
overflow: auto;
width : 655px;
height : 750px;
border: 1px solid #DDDDDD;
 }


  #left_sidebar  h1 {
font-size : 150%;
text-align :center;
padding: 20px ;
}
 #left_sidebar  h2 {
font-size : 140%;
background-color : #fff8dc;
text-align :center;
padding: 4px ;
margin-bottom:5px;
}
#left_sidebar  h3 {
font-size : 130%;
text-align :center;
padding: 4px ;
margin: 5px 5px;
}
#left_sidebar  p{
display:block;
text-align:center;
margin-left: 12px;
margin-top:10px;
}
#left_sidebar  img.yoko {width :150px;height :100px;}

#left_sidebar  img.tate {width :100px;height :150px;}


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

/* フッター*/
#foot {
clear: both;
text-align : center;
}
/* 著作権 */
ADDRESS{
font-style:normal;
margin-right : 10px;
}