@charset "shift_jis";

/*ページ全体の設定*/
body{
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#fff; 
line-height: 150%;
padding:0;
margin: 0;
text-align: center;
background: url(back.jpg) right bottom no-repeat fixed #000;
}

img{
border: none;
}

/*リンクの文字色、装飾設定*/
a:link{
color:#fff;
text-decoration:none;
}

a:hover{
color:#fff;
text-decoration:underline;
}

a:visited{
color:#ff8000;
text-decoration:none;
}

/*見出し文字*/
h2{
width: 200px;
height: 20px;
font-size: 100%;
clear: both;
border: 1px dashed #fff;
margin: 5px 0 5px 0;
padding: 2px 0 0 5px;
text-align: left;
}

/*全体*/
#main{
margin-left: auto;
margin-right: auto;
width: 700px;
height: auto;
}

/*サイトタイトル*/
#title{
width: 100%;
height: auto;
border-bottom: 1px solid #fff;
}

#titlefont{
padding:20px 0 10px 0;
font-size: 200%;
font-weight: bold;
text-align: center;
color: #fff;
}

/*メニュー*/
#menublock{
float: left;
width: 160px;
height: auto;
border-left: solid 1px #fff;
border-right: solid 1px #fff;

}

#menu{
width: 100%;
height: auto;
list-style-type:none;
text-align: center;
font-size: 100%;
font-weight: bold;
}

#menu,#menu li,#menu li a{
margin:0;
padding:0;
}

#menu li{
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
border-bottom: 1px solid #fff;
height: auto;
}

#menu li a{
display:block;
text-decoration:none;
color: #fff;
padding: 5px;
}

#menu li a:visited{
text-decoration:none;
color: #ff8000;
}

#menu li a:hover{
color: #fff;
background-color: #5070a0;
padding: 5px;
text-decoration: none;
}

/*フリーエリア*/
.free{
margin: 5px 0 5px 0;
text-align: left;
color: #fff;
}

.freefont{
padding: 10px;
}

/*テキスト*/
.text{
width: 470px;
height: auto;
float: right;
}

.textlayout{
margin: 10px 0 15px 0;
text-align: left;
}

/*ページ上部へ移動させる為のリンク用レイアウト*/
.gotop{
width: 100%;
text-align: right;
}

/*フッター*/
#footer{
width: 100%;
height: auto;
clear: both;
font-size: 70%;
text-align: center;
color: #fff;
border-top: 1px solid #fff;
}

