@charset"Shift_JIS";
/*文字エンコードの設定（削除不可）*/


/* 全体設定 */
*{
line-height:18px;
font-family:verdana,ms ui gothic;
scrollbar-arrow-color:#600;
scrollbar-face-color:#fff;
scrollbar-highlight-color:#fff;
scrollbar-3dlight-color:#fff;
scrollbar-track-color:#fff;
scrollbar-shadow-color:#600;
scrollbar-darkshadow-color:#fff;
margin:0;
}

html{
width:100%;
height:100%;
background:#fff;
color:#000;
overflow-x:hidden;
overflow-y:auto;
display:block;
}


td{
width:auto;
height:auto;
font-size:10px;
background:transparent;
color:#000;
text-align:left;
text-valign:top;
margin:0;
display:block;
}
body{
width:100%;
height:auto;
font-size:12px;
display:block;
}


/* リンク */
a{text-decoration:none}
a:link,a:visited,a:active{color:#c33;}
a:hover{color:#666;}



/* 見出し */
h1{font-size:30px;
line-height:40px;
color:#900;
}


h2{
font-size:14px;
color:#300;
background-image:url(img/h.jpg);
background-repeat:no-repeat;
margin:40px -20px 20px -20px;
padding:5px 10px;
}


h3{
font-size:12px;
color:#666;
border-bottom:double 3px;
padding:0 0 0 3;
margin:20px -10px 10px -10px;
}



/* メニュー */
.menu{
width:300px;
height:100%;
background-image:url(img/bg.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:50% 100%;
} 


/* メニュー指定 */
.td{
width:299px;
height:auto;
text-valign:top;
}

.title{
width:299px;
height:300px;
text-align:center;
vertical-align:top;
background:transparent;
}
.title img{
padding:50px 0 0 0;
}



#menu{
width:299px;
font-size:10px;
color:#000;
text-align:center;
background-image:url(img/menu.png);
background-repeat:repeat;
border-top:dashed #600 1px;
border-bottom:dashed #600 1px;
margin:0;
padding:5px 0;
}
#menu a{
font-size:9px;
}
#menu a:link,#menu a:visited,#menu a:active{
color:#900;
}
* html td#menu{
width:299px;
font-size:10px;
color:#000;
text-align:center;
background-color:#fff;
filter:Alpha(opacity=75);
background-image:none;
border-top:dashed #600 1px;
border-bottom:dashed #600 1px;
margin:0;
padding:5px 0;
}


/* 著作権表示 */
#right{
height:45%;
font-size:9px;
padding:0 10px;
text-align:right;
vertical-align:top;
background:transparent;
}



/* メインページ余白指定 */
#wrapper{
width:100%;
height:100%;
}
#main{
padding:20px 40px 20px 60px;
text-align:left;
text-valign:top;
}


/* テキストエリア */
textarea{
width:300px;
height:80px;
color:#600;
font-size:11px;
line-height:15px;
border-style:dashed;
border-color:#600;
border-width:1px 0;
padding:3px;
}



/* 装飾box */
.box1{
color:#600;
margin:5px 10px;
padding:3px 5px;
border:1px solid #600;
background:#fff;
}
.box2{
background:#fcc;
border:1px solid #fcc;
margin:5px 10px;
padding:3px 5px;}

/* 引用 */
blockquote{
color:#fff;
background:#c66;
margin:5px 20px;
padding:3px 5px;
}



/* 画像のボーダー0 */
img{border:none;}



/* メインコンテンツ */
#no li{
margin:0 0 0 10px;
}
#no ol{
margin:0 0 0 30px;
}
#no ul{
margin:0 0 0 30px;
list-style-type:square;
}
#no a{
text-decoration:none;
padding:0 3px;
} 



/* メールフォーム */
td#l{
width:80px;
color:#603;
text-align:right;
padding:5px;
float:left;
}

input#n{
width:150px;
height:20px;
font-size:11px;
line-height:15px;
border:solid #600 1px;
}

input#h{
width:200px;
height:20px;
font-size:11px;
line-height:15px;
border:solid #600 1px;
}

textarea#t{
width:300px;
height:80px;
font-size:11px;
line-height:15px;
border:solid #600 1px;
padding:3px;
}

td#mf{
text-align:center;
}

input#mf{
width:50px;
height:20px;
font-size:12px;
background:#600;
color:#fff;
border:solid #600 1px;
text-align:center;
text-valign:middle;
padding:0;
}



/* リンクページ */
dl.link{
width:400px;
padding:5px;
}
dl.link dt{
float:left;
margin:-3px 5px 0 0;
}
dl.link2{
width:400px;
padding:5px;
}
dl.link2 dt{
float:left;
margin:0 5px 0 0;
}


/* index.html */
.index{
width:100%;
height:100%;
background-image:url(img/enter.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:100% 100%;
padding:0;
overflow-x:hidden;
overflow-y:auto;
}
#index{
padding:50px 150px;
}
