@charset "shift_jis";

/*ページ全体の設定*/
body{
font-size: 90%;
font-family: Verdana,Osaka,sans-serif;
color:#fff; 
line-height: 150%;
padding:0;
margin: 0;
text-align: center;
background: #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:#ff8000;
text-decoration:none;
}

/*見出し文字*/
h1{
font-size: 100%;
clear: both;
border-bottom: 1px dashed #fff;
width: 100%;
height: 20px;
text-align: left;
margin: 5px 0 5px 0;
padding: 2px 0 0 5px;
}

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

#mainlayout{
padding: 20px;
}

/*サイトタイトル*/
#title{
width: 100%;
height: auto;
border-bottom: 1px solid #fff;
}

#titlefont{
padding:10px 0 10px 10px;
font-size: 200%;
font-weight: bold;
text-align: left;
color: #fff;
}

/*メニュー*/
#leftmenu{
float: left;
width: 150px;
height: auto;
}

.menublock{
width: 100%;
height: auto;
margin-bottom: 20px;
border: 1px solid #fff;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
}

#menu{
width: 100%;
height: auto;
list-style-type:none;
text-align: left;
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;
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: #d03050;
text-decoration: none;
}

/*フリーエリア*/
.free{
margin: 5px 0 5px 0;
text-align: left;
color: #fff;
}

.freefont{
padding: 10px;
}

/*テキスト*/
.text{
width: 430px;
height: auto;
float: right;
border: 1px solid #fff;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
margin-bottom: 10px;
}

.textlayout{
margin: 15px;
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;
margin-top: 10px;
}

