@charset "shift_jis";

/*ページ全体の設定*/
body{
background: url(../img/back.gif) repeat #f7b0b0;
padding:0;
margin: 0;
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#696969; 
line-height: 150%;
text-align: center;
}

html{
scrollbar-arrow-color:#696969;
scrollbar-base-color:#696969;
scrollbar-face-color:#f7b0b0;
scrollbar-track-color:#f7b0b0;
scrollbar-3dlight-color:#696969;
scrollbar-highlight-color:#f7b0b0;
scrollbar-shadow-color:#f7b0b0;
scrollbar-darkshadow-color:#696969;
} 


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

a:hover{
color:#000;
text-decoration: underline;
}

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

/*見出し文字*/
h1{
font-size: 120%;
line-height: normal;
background: url(../img/titleback.gif) repeat #ffd0d0;
text-align: left;
height: auto;
margin: 0;
border: 1px solid #696969;
padding: 0 0 0 5px;
}

/*全体*/
#main{
width: 750px;
height: auto;
margin-left: auto;
margin-right: auto;
background-color:#fff;
border: 1px #696969 solid;
}

#mainlayout{
padding: 15px;
}

/*サイトタイトル*/
#title{
height:50px;
width: 750px;
padding:0;
background: url(../img/titleback.gif) repeat #ffd0d0;
text-align: left;
border-bottom:3px #696969 solid;
}

#titlefont{
font-size: 200%;
font-weight: bold;
padding:15px 0 0 5px;
}

/*メニュー*/
#menublock{
width: 150px;
height: auto;
float: right;
margin: 0 0 10px 0;
}

.menu{
width: auto;
height:auto;
border-bottom: solid 1px #696969;
border-right: solid 1px #696969;
border-left: solid 1px #696969;
margin: 0 0 10px 0;
}

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

.menu li{
clear: both;
width: auto;
height: 25px;
font-weight:bold;
text-align: left;
border-top: solid 1px #696969;
background: url(../img/menu.gif) repeat-x #fff;
padding: 3px 0 0 10px;
}

/*メニュー見出し*/
.index{
width: 150px;
height: 24px;
background: url(../img/index.gif) no-repeat bottom center;
clear: both;
}

.indexfont{
color: #ffd0d0;
padding:3px 0 0 5px;
font-weight: bold;
text-align: left;
}

/*テキスト*/
#textblock{
width: 550px;
height: auto;
float: left;
}

.text{
padding: 10px 15px 15px 15px;
margin: 0 0 10px 0;
text-align: left;
border-right: solid 1px #696969;
border-left: solid 1px #696969;
border-bottom: 1px solid #696969;
}

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

/*フッター*/
#footer{
height:20px;
width: 750px;
background: url(../img/titleback.gif) repeat-x #ffd0d0;
border-top: 3px #696969 solid;
clear: both;
margin-top: 10px;
font-size: 70%;
}

/*フリーエリア*/
.free{
border: 1px solid #696969;
margin: 0 0 10px 0;
background: url(../img/menu.gif) repeat-x #fff;
}

.freefont{
padding: 10px;
text-align: left;
}


