@charset "shift_jis";

/*ページ全体の設定*/
body{
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#000; 
line-height: 150%;
padding:0;
margin: 0;
text-align: center;
background: #D7FFD5;
}

html{
scrollbar-arrow-color:#fff;
scrollbar-base-color:#D7FFD5;
scrollbar-face-color:#D7FFD5;
scrollbar-track-color:#D7FFD5;
scrollbar-3dlight-color:#fff;
scrollbar-highlight-color:#D7FFD5;
scrollbar-shadow-color:#D7FFD5;
scrollbar-darkshadow-color:#fff;
}

img{
border: none;
}

/*リンクの文字色、装飾設定*/
a:link{
color:#000;
text-decoration:none;
}

a:hover{
color:#0E9108;
text-decoration: line-through;
}

a:visited{
color:#a6110b;
text-decoration:none;
}

/*見出し文字*/
h1{
font-size: 150%;
clear: both;
text-align: left;
width: 100%;
background: url(../img/back.gif) repeat-x bottom;
}

/*全体*/
#main{
margin-left: auto;
margin-right: auto;
width: 640px;
height: auto;
}

/*ヘッダ*/
#header{
width: 640px;
height: 250px;
background: url(../img/header.jpg) no-repeat;
}

/*サイトタイトル*/
#title{
width: 100%;
height: 30px;
clear: both;
background-color: #0E9108;
}

#titlefont{
padding:5px 10px 0 10px;
font-size: 180%;
font-weight: bold;
text-align: right;
color: #fff;
}

/*メニュー*/
#menu{
width: 640px;
height: auto;
background-color: #0E9108;
margin: 220px 0 0 0;
padding: 0;
float: left;
}

#menu ul{
list-style-type: none;
background-color: #0E9108;
}

#menu ul,#menu li #menu a{
margin: 0;
padding: 0;
}

#menu li{
display: block;
text-align: center;
width:90px;
color: #fff;
float: left;
font-size: 120%;
font-weight: bold;
margin-right: auto;
margin-left: auto;
}

#menu a{
display: block;
text-decoration:none;
color: #fff;
}

#menu a:visited{
text-decoration:none;
color: #a6110b;
}

#menu a:hover{
color: #fff;
background-color: #666;
width: auto;
}

/*テキスト*/
.text{
width: 638px;
height: auto;
float: left;
margin: 10px 0 10px 0;
color: #000;
border: 1px solid #000;
background: url(../img/textback.gif) right bottom no-repeat #fff;
}

.textlayout{
padding: 15px;
text-align: left;
}

/*ページ上部へ移動させる為のリンク用レイアウト*/
.gotop{
width: 100%;
text-align: right;
margin: 15px 0 0 0;
padding: 5px 0 0 0;
}

/*フッター*/
#footer{
width: 640px;
height: auto;
clear: both;
font-size: 70%;
text-align: center;
background-color: #0E9108;
color: #fff;
margin-top: 10px;
}

#footer a:link{
color: #fff;
text-decoration: none;
}


