@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: #000;
}

html{
scrollbar-arrow-color:#fff;
scrollbar-base-color:#000;
scrollbar-face-color:#000;
scrollbar-track-color:#000;
scrollbar-3dlight-color:#fff;
scrollbar-highlight-color:#000;
scrollbar-shadow-color:#fff;
scrollbar-darkshadow-color:#000;
}

img{
border: none;
}

/*リンクの文字色、装飾設定*/
a:link{
color:#FF3399;
text-decoration:none;
}

a:hover{
color:#FF99CC;
text-decoration:none;
background-color: #000;
}

a:visited{
color:#FF99CC;
text-decoration: none;
}

/*見出し文字*/
h1{
font-size: 110%;
clear: both;
width: 100%;
height: auto;
text-align: left;
padding: 0;
margin: 5px 0 10px 20px;
border-bottom: 1px dashed #fff;
}

h2{
font-size: 110%;
width: 200px;
height: 30px;
text-align: center;
padding: 5px 0 0 0;
background: url(../img/menuindex.gif) no-repeat;
margin: 20px 0 0 0;
}


/*全体*/
#main{
margin-left: auto;
margin-right: auto;
width: 700px;
height: auto;
margin-top: 20px;
}

/*ヘッダ*/
#header{
width: 100%;
height: 200px;
background: url(../img/header.jpg) no-repeat bottom left;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

/*サイトタイトル*/
#titlefont{
padding:20px 0 0 10px;
font-size: 120%;
font-weight: bold;
text-align: left;
float: left;
}

/*メニュー*/
#menu{
float: right;
width: 200px;
height: auto;
}

#menu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

#menu li{
width: 100%;
display: block;
padding: 0 0 3px 0;
text-align: center;
font-weight: bold;
letter-spacing: 2px;
}

#menu li a{
display: block;
text-decoration:none;
color: #fff;
height: 20px;
}

#menu li a:visited{
text-decoration:none;
color: #800000;
}

#menu li a:hover{
color: #fff;
background: url(../img/menuback.gif) no-repeat left top;
border-bottom: 1px dashed #fff;
height: 19px;
}

/*フリーエリア*/
.free{
margin: 5px 0 5px 0;
text-align: left;
}

/*テキストエリア*/
textarea{
width: 410px;
height: 50px;
border: none;
background: transparent;
font-size: 100%;
color: #fff;
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;
margin-left:auto;
margin-right: auto;
}


/*テキスト*/
.text{
width: 450px;
height: auto;
float: left;
margin: 0 0 30px 0;
padding: 0;
background: url(../img/textback.gif) no-repeat bottom right;
border: 1px solid #fff;
}

.textlayout{
margin: 15px 20px 20px 20px;
text-align: left;
}

/*ページ上部へ移動させる為のリンク用レイアウト*/
.gotop{
width: 430px;
text-align: right;
border-top: 1px dashed #fff;
float: left;
margin: 0 0 5px 0;
}

/*フッター*/
#footer{
width: 100%;
height: auto;
clear: both;
font-size: 90%;
text-align: center;
margin-top: 10px;
border-top: 1px solid #000;
}
