
/* 分かりやすいように説明をつけてありますが、説明と改行は消した方が軽くなっていいですよ */



/* 全体設定 */
*{
line-height:18px;
font-family:verdana,ms ui gothic;
scrollbar-arrow-color:#366;
scrollbar-face-color:#000;
scrollbar-highlight-color:#000;
scrollbar-3dlight-color:#000;
scrollbar-track-color:#000;
scrollbar-shadow-color:#366;
scrollbar-darkshadow-color:#000;
margin:0;
}


body,td,form,input{
color:#fff;
font-size:12px;
text-align:left;
text-valign:top;
margin:0;
}

body{
background-image:url(img/bg.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:0% 0%;}



/* リンク */
a{
text-decoration:none;
}
a:link,a:visited,a:active{
color:#366;
}
a:hover{
color:#666;
}



/* 見出し1・サイト名 */
h1{
font-size:30px;
line-height:30px;
color:#fff;
margin:40px 0 30px 30px;
}

/* 見出し2 */
h2{
color:#fff;
margin:40px -20px 20px -20px;
padding:0 0 2px 8px;
font-size:12px;
border-top:double #fff 4px;
border-bottom:double #fff 4px;
}

/* 小見出し3 */
h3{
font-size:12px;
color:#fff;
background:#366;
padding:0 0 0 6;
margin:20px 0 10px 0;
}


/* テーブル */
.td{
width:640px;
height:100%;
color:#fff;
background-color:#000;
filter:Alpha(opacity=80);
border-right:solid #fff 1px;
border-left:solid #fff 1px;
margin:0px;}

.head{
width:640px;
height:270px;
text-align:left;
vertical-align:top;}
#margin{
height:120px;
margin:30px 60px;
}

/* 著作権表示 */
#right{
color:#fff;
font-size:9px;
margin:10px;
text-align:right;
}


/* メニュー */
.menu{
width:640px;
height:30px;
text-align:center;
margin:0;
}

#menu ul {
text-align:center;
width:640px;
height:28px;
list-style-type:none;
border-top:solid #fff 1px;
border-bottom:solid #fff 1px;
}
#menu li {
width:80px;
float:left;
}

#menu li a{
width:80px;
text-decoration:none;
font-weight:bold;
padding:6px 0 4px 0;
text-align:center;
float:left;
}
#menu li a:link,#menu li a:visited,#menu li a:active{
color:#366;
}
#menu li a:hover{
background-color:#333;
color:#fff;
}


/* メインページ余白指定 */
#main{
margin:40px 60px 20px 60px;
text-align:left;
vertical-align:top;
}


/* テキストエリア */
textarea{
width:300px;
height:80px;
color:#fff;
background:#000;
font-size:11px;
line-height:15px;
border-style:dashed;
border-color:#366;
border-width:1px 0;
padding:3 6;
}


/* 引用 */
blockquote{
padding:3px 5px;
margin:5px 20px;
color:#fff;
background:#033;
}


/* 装飾box */
.box1{
padding:3px 5px;
margin:5px 10px;
border:1px solid #366;
background:#000;
}
.box2{
color:#033;
background:#9cc;
padding:3px 5px;
margin:5px 10px;
border:1px solid #033;
}



/* 画像のボーダー0 */
img{border:none;}



/* メインコンテンツ */
#no li{
margin:0 0 0 10;
}

#no ol{
margin:0 0 0 30;
}

#no ul{
margin:0 0 0 30;
list-style-type:square;
}

#no a{
text-decoration:none;
padding:0 3;
} 



/* メールフォーム */
td#l{
text-align:right;
color:#366;
}

input#n{
width:150px;
height:20px;
font-size:11px;
line-height:15px;
background:#000;
border:solid #366 1px;
}

input#h{
width:200px;
height:20px;
font-size:11px;
line-height:15px;
background:#000;
border:solid #366 1px;
}

textarea#t{
width:300px;
height:80px;
font-size:11px;
line-height:15px;
background:#000;
border:solid #366 1px;
padding:3;
}

td#mf{
text-align:center;
}

input#mf{
font-size:12px;
background:#366;
color:#fff;
border:solid #366 1px;
width:50px;
height:20px;
text-align:center;
text-valign:middle;
padding:0 0 0 0;
}



/* リンクページ */
#link dl.link dt{
float:left; margin:-3 5 0 0;
}

#link dl.link2 dt{
float:left; margin:0 5 0 0;
}

/* エンターページ */
.enter{
width:640px;
height:100%;
border-left:solid #fff 1px;
border-right:solid #fff 1px;
}
.top{
height:300px;
}
.middle{
height:28px;
font-size:14px;
text-align:center;
border-top:solid #fff 1px;
border-bottom:solid #fff 1px;
background-color:#000; filter:Alpha(opacity=70);
}
.middle a:link,.middle a:visited,.middle a:active{
color:#fff;
}
.middle a:hover{
color:#fff;
}
.bottom{
height:auto;
}
