@charset "shift_jis";

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

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

img{
border: none;
}

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

a:hover{
color:#FFFF00;
background-color: #4c4331;
text-decoration:underline;
}

a:visited{
color:#a9aa7f;
text-decoration:underline;
}

/*見出し文字*/
h1{
font-size: 100%;
letter-spacing: 0px;
clear: both;
width: auto;
height: 60px;
text-align: left;
margin: 10px 0 0px 0;
padding: 5px 0 0 5px;
}

/*全体*/
#main{
margin-left: auto;
margin-right: auto;
width: 700px;
height: auto;
background: #fff;
border-left: 1px solid #4c4331;
border-right: 1px solid #4c4331;
}

/*サイトタイトル*/
#title{
width: 700px;
height: 200px;
background: url(../img/header.jpg) center no-repeat;
border-bottom: 1px dashed #4c4331;
}

#titlefont{
padding:100px 0 0 20px;
font-size: 150%;
font-weight: bold;
text-align: left;
letter-spacing: 10px;
}

/*メニュー*/
#menu{
width: 200px;
height: auto;
padding: 0;
float: left;
}

#menu ul{
width: 100%;
padding: 0;
margin: 10px 0 0 0;
list-style-type: none;
float: left;
}

#menu li{
display: block;
height: 50px;
font-weight: bold;
padding: 0;
margin: 0;
font-size: 100%;
letter-spacing: 3px;
}

#menu li a:hover{
height: 20px;
display: block;
background: url(../img/menuback.gif) no-repeat left center;
}


/*フリーエリア*/
.free{
width: 100%;
margin: 0;
text-align: left;
clear: both;
}

.freetext{
padding: 10px 20px 10px 20px;
}

/*テキスト*/
.text{
width: 450px;
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: 700px;
height: auto;
padding: 15px 0 0 0;
clear: both;
font-size: 70%;
text-align: center;
color: #fff;
background: #4c4331 url(../img/footer.gif) repeat-x left top;
}

#footer a:link{
color: #fff;
text-decoration: none;
}

#footer a:hover{
color: #4c4331;
background: #fff;
}

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