@charset"Shift_JIS";
/*文字エンコードの設定（削除不可）*/


/* 全体設定 */
*{
line-height:18px;
font-family:Osaka,Verdana,"ＭＳPゴシック",Chicago,Sans-serif;
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%;
color:#000;
text-align:center;
display:block;
overflow:auto;
}



td,body{
font-size:11px;
display:block;
}


/* リンク */
a{text-decoration:none}
a:link,a:visited,a:active{color:#c66;}
a:hover{color:#000;}



/* 見出し */
h1{font-size:30px;
line-height:40px;
color:#900;
text-align:left;
}
h2{
font-size:11px;
color:#300;
background:url(img/h2.jpg) no-repeat;
margin:20px -20px;
padding:5px 10px;
text-align:left;
}
h3{
font-size:11px;
color:#600;
border-left:double 4px;
border-bottom:double 4px;
padding:0 1px;
margin:10px -10px;
text-align:left;
}



/* メニュー */
.menu{
width:300px;
height:100%;
background:url(img/bg.jpg) fixed no-repeat 0% 0%;
} 


/* メニュー指定 */
#title{
width:299px;
height:280px;
background:transparent;
text-align:left;
}
#title img{
position:relative;
top:0;
left:0;
}



#menu{
width:299px;
font-size:10px;
color:#000;
text-align:center;
background:url(img/menu.png) repeat fixed;
border-top:dashed #600 1px;
border-bottom:dashed #600 1px;
margin:0;
padding:5px 0;
}
#menu a{
font-size:9px;
text-decoration:none;
}
#menu a:link,#menu a:visited,#menu a:active{
color:#900;
}

* html div#menu{
width:299px;
font-size:9px;
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{
font-size:9px;
padding:0 10px;
position:relative;
text-align:right;
top:10px;
right:5px;
}


/* メインページ */
#main{
width:600px;
text-align:left;
margin:0 auto;
padding:40px 20px;
position:relative;
}

#main ul,#main ol{
margin:10px 0;
}
#main li{
margin:10px;
}

/* テキストエリア */
textarea{
width:320px;
height:80px;
color:#600;
font-size:9px;
line-height:15px;
border-style:dashed;
border-color:#600;
border-width:1px 0;
padding:5px;
}



/* 装飾box */
.box1{
color:#600;
background:#fff;
border:1px solid #600;
margin:5px 10px;
padding:3px 5px;
}
.box2{
color:#600;
background:#fcc;
border:1px solid #fcc;
margin:5px 10px;
padding:3px 5px;
}

/* 引用 */
blockquote{
color:#fff;
background:#c63;
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:9px;
line-height:15px;
border-style:dashed;
border-color:#600;
border-width:0 0 1px 0;
}

input#h{
width:200px;
height:20px;
font-size:9px;
line-height:15px;
border-style:dashed;
border-color:#600;
border-width:0 0 1px 0;
}

textarea#t{
width:300px;
height:80px;
font-size:9px;
line-height:15px;
border-style:dashed;
border-color:#600;
border-width:1px;
padding:5px;
}

td#mf{
text-align:center;
}

input#mf{
width:50px;
height:18px;
font-size:9px;
line-height:12px;
background:#600;
color:#fff;
border:solid #600 1px;
text-align:center;
text-valign:middle;
margin:2px;
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:url(img/enter.jpg) fixed no-repeat 49px 0%;
text-align:left;
padding:0;
}
#index{
position:relative;
top:60px;
left:350px;
}
#index img{
margin:20px 0;
}
