/* 基本設定 */
*{
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: #ded19c;}
html{height:100%;
overflow:visible;}
BODY{height:100%;
overflow:auto;
font-size : 70%;
line-height : 150%;}

/* ページ全体 */
#page{
height:100%;
min-height:100%;
text-align:left;
}
/* ヘッダー */
#head{
position:absolute;
width : 200px;
height:100%;
left : 50px;
top : 0px;
background : url(img/head002.jpg) no-repeat bottom;
border-left : 1px dotted black;
border-right : 1px dotted black;
}
* > #head{
position:fixed;
}
/* サイト名 */
h1{
font-size : 160%;
text-align : center;
padding : 30px 5px 30px;
}
/*　メニュー */
#menu ul {
margin:  0;
padding: 0;
}
#menu li {
list-style: none;
margin : 5px 0;
text-align : center;
}
#menu li a{
display:block;
width:200px;
font-weight:bold;
font-size:130%;
}
#menu a:hover {
background-color: #ded19c;
color: #ffffff;
text-decoration: none;
}
/* フッター */
#foot{
width:200px;
padding: 30px 0px 10px;
}
ADDRESS{
font-style:normal;
text-align : center;
}
/* メイン */
body{
background : url(img/body003.jpg) no-repeat ; 
background-attachment : fixed ; 
background-position : right top;
}
#main{
margin : 30px 0 20px 250px;
text-align : left;
}
#main h2 {
font-size : 140%;
text-align : left;
margin-bottom:10px;
padding:0 20px 5px 30px;
border-bottom : 1px dotted black;
}
#main h3 {
font-size : 130%;
text-align : left;
margin:10px;
padding:0 20px 5px 30px;
border-bottom : 1px dotted black;
}

#main h6 {
font-weight : normal;
font-size : 100%;
text-align : left;
margin: 0 40px;
}
#main p{
margin: 0 40px 20px;
text-align : left;
}
#main ul {
list-style: none;
margin: 0;
padding-bottom: 20px;
}
#main li {
font-size:14px;
list-style: none;
margin: 0 40px;
text-align : left;
padding-bottom: 4px;
}
#main ul div.class1{ font-size:130%; }

#main ul strong{ color:#ff0000; }
