@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: #ffffff;
}

html{
scrollbar-arrow-color:#4c4331;
scrollbar-base-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-3dlight-color:#4c4331;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-darkshadow-color:#4c4331;
}

img{
border: 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: #ffffff;
}

/*フリーエリア*/
.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;
}