@charset "shift_jis";

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

html{
scrollbar-arrow-color:#df3232;
scrollbar-base-color:#433a08;
scrollbar-face-color:#433a08;
scrollbar-track-color:#433a08;
scrollbar-3dlight-color:#df3232;
scrollbar-highlight-color:#433a08;
scrollbar-shadow-color:#df3232;
scrollbar-darkshadow-color:#433a08;
}

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

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

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

/*見出し文字*/
h1{
font-size: 140%;
text-align:left;
clear: both;
}


/*全体*/
#main{
width: 100%;
height: auto;
}

/*サイトタイトル*/
#title{
width: 100%;
height:auto;
margin-bottom: 10px;
}

#titlefont{
padding: 20px 0 10px 0;
text-align: center;
font-weight: bold;
font-size: 250%;
line-height: normal;
color: #fff;
}

/*メニュー*/
#menublock{
float: right;
width: 30%;
height: auto;
}

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

#menu,#menu li,#menu li a{
padding:0;
}

#menu li{
display:block;
height: 20px;
margin: 0 0 5px 0;
font-size: 120%;
font-weight: bold;
background: url(../img/index.gif) no-repeat;
width: 150px;
margin-left: auto;
margin-right: auto;
}

#menu li a{
display:block;
text-decoration:none;
color: #fff;
height: 20px;
margin: 0;
}

#menu li a:visited{
display:block;
text-decoration:none;
color: #433a08;
margin: 0;
}

#menu li a:hover{
border:none;
background: url(../img/index2.gif) no-repeat ;
color: #df3232;
margin: 0;
}

/*フッター*/
#footer{
width: 100%;
height: auto;
clear: both;
text-align: center;
font-size:70%;
}

/*テキストエリア*/
textarea{
width:150px;
height:50px;
border:none;
font-size: 100%;
color: #fff;
background: #df3232;
scrollbar-arrow-color:#df3232;
scrollbar-base-color:#433a08;
scrollbar-face-color:#433a08;
scrollbar-track-color:#433a08;
scrollbar-3dlight-color:#df3232;
scrollbar-highlight-color:#433a08;
scrollbar-shadow-color:#df3232;
scrollbar-darkshadow-color:#433a08;
margin-left: auto;
margin-right: auto;
}

/*テキスト*/
#text{
width: 70%;
height: auto;
float: left;
margin: 0;
padding: 0;
background: #df3232;
}

.textlayout{
text-align: left;
padding: 25px 15px 15px 35px;
}


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

