@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(../img/plof.gif) left bottom no-repeat fixed #000;
}

html{
scrollbar-arrow-color:#fff;
scrollbar-base-color:#000;
scrollbar-face-color:#000;
scrollbar-track-color:#000;
scrollbar-3dlight-color:#000;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-darkshadow-color:#000;
}

img{
border: none;
}

/*リンクの文字色、装飾設定*/
a:link{
color:#fff;
text-decoration:none;
}

a:hover{
color:#fff;
text-decoration:underline;
}

a:visited{
color:#e0a8b8;
text-decoration:none;
}

/*見出し文字*/
h1{
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: 900px;
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: 10px;
height: auto;
border-left: solid 1px #fff;
border-right: solid 1px #fff;
border-bottom: 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: #e0a8b8;
}

#menu li a:hover{
color: #fff;
background-color: #9b1200;
padding: 5px;
text-decoration: none;
}

/*フリーエリア*/
.free{
margin: 5px 0 5px 0;
text-align: left;
color: #fff;
}

.freefont{
padding: 10px;
}

/*テキスト*/
.text{
width: 900px;
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: right;
color: #fff;
border-top: 1px solid #fff;
}

