@charset "shift_jis";

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

html{
scrollbar-arrow-color:#4c4331;
scrollbar-base-color:#a9aa7f;
scrollbar-face-color:#a9aa7f;
scrollbar-track-color:#a9aa7f;
scrollbar-3dlight-color:#4c4331;
scrollbar-highlight-color:#a9aa7f;
scrollbar-shadow-color:#a9aa7f;
scrollbar-darkshadow-color:#4c4331;
}

img{
border: none;
}

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

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

a:visited{
color:#a9aa7f;
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: 5px 0 0 22px;
background: url(../img/h1.gif) no-repeat  left bottom;
}

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

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

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

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

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

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

/*フリーエリア*/
.free{
width: 125px;
margin: 0 10px 5px 10px;
text-align: left;
float: left;
}

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

.textlayout{
margin: 0 20px 0 20px;
text-align: left;
}

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

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

/*テキストエリア*/
textarea{
font-size: 100%;
color: #4c4331;
width: 330px;
height: 80px;
margin: 0 10px 10px 10px;
scrollbar-arrow-color:#4c4331;
scrollbar-base-color:#a9aa7f;
scrollbar-face-color:#a9aa7f;
scrollbar-track-color:#a9aa7f;
scrollbar-3dlight-color:#4c4331;
scrollbar-highlight-color:#a9aa7f;
scrollbar-shadow-color:#a9aa7f;
scrollbar-darkshadow-color:#4c4331;
float: left;
background-color: #f4f4e1;
border: none;
}
