@charset "shift_jis";

/*ページ全体の設定*/
body{
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#000; 
line-height: 160%;
padding:0;
margin: 0;
text-align: center;
background: #8d836f;
}

html{
scrollbar-arrow-color:#fff;
scrollbar-base-color:#8d836f;
scrollbar-face-color:#8d836f;
scrollbar-track-color:#8d836f;
scrollbar-3dlight-color:#fff;
scrollbar-highlight-color:#8d836f;
scrollbar-shadow-color:#8d836f;
scrollbar-darkshadow-color:#fff;
}

img{
border: none;
}

/*リンクの文字色、装飾設定*/
a:link{
color:#8d836f;
text-decoration:none;
}

a:hover{
color:#fff;
background-color: #000;
text-decoration:none;
}

a:visited{
color:#888;
text-decoration:none;
}

/*見出し文字*/
h1{
font-size: 140%;
letter-spacing: 2px;
clear: both;
width: 100%;
height: auto;
text-align: left;
margin: 10px 0 15px 0;
padding: 10px 0 0 25px;
background: url(../img/h1.gif) no-repeat left bottom;
}

/*全体*/
#main{
margin-left: auto;
margin-right: auto;
width: 640px;
height: auto;
background-color: #fff;
}

/*サイトタイトル*/
#title{
width: 640px;
height: 150px;
background: url(../img/header.gif) center no-repeat;
}

#titlefont{
padding:80px 15px 0 0;
font-size: 200%;
font-weight: bold;
text-align: right;
letter-spacing: 5px;
}

/*メニュー*/
#menu{
width: 100%;
height: auto;
padding: 5px 0 5px 0;
background: #000;
}

#menu ul,#menu li #menu li a{
margin: 0;
}

#menu ul{
padding: 0;
list-style-type: none;
}

#menu li{
display: inline;
font-weight: bold;
padding: 0 10px 0 10px;
font-size: 130%;
letter-spacing: 2px;
height: 30px;
}

#menu li a{
display:inline;
text-decoration:none;
color: #fff;
height: 30px;
padding: 5px 0 5px 0;
}

#menu li a:visited{
text-decoration:none;
color: #aaa;
}

#menu li a:hover{
color: #8d836f;
background: url(../img/menuback.gif) no-repeat center center;
}


/*テキスト*/
.text{
width: 100%;
height: auto;
float: right;
}

.textlayout{
margin: 0 20px 0 20px;
text-align: left;
background: url(../img/textback.gif) no-repeat right bottom;
}

/*ページ上部へ移動させる為のリンク用レイアウト*/
.gotop{
width: 100%;
text-align: right;
margin: 15px 0 0 0;
padding: 5px 0 0 0;
}

/*フッター*/
#footer{
width: 640px;
height: 20px;
clear: both;
font-size: 70%;
text-align: center;
background:  url(../img/footer.gif) no-repeat;
color: #000;
margin: 20px 0 0 0;
}

