@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:auto;
overflow-x:hidden;
display:block;
}


body,td{
color:#000;
font-size:11px;
text-align:left;
text-valign:top;
margin:0;
display:block;
}

body{
width:100%;
height:auto;
}



/* リンク */
a{
text-decoration:none;
}
a:link,a:visited,a:active{
color:#600;
} 
a:hover{
color:#999;
}




/* 見出し */
h1{
font-size:24px;
color:#600;
}

h2{
color:#fff;
background:#000;
font-size:12px;
margin:20px -20px;
padding:2px 5px;
}

h3{
font-size:12px;
color:#600;
border-bottom:double #600 3px;
margin:10px -10px;
padding-left:5px;
}


/* index2.html */
.index2{
height:100%;
background-image:url(img/bgr.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:100% 100%;
margin:0 auto;
}

#menu{
width:550px;
font-size:9px;
text-align:right;
}



/* index2.htmlのテーブル */
.td{
width:500px;
height:458px;
border-top:double #600 4px;
border-bottom:double #600 4px;
margin:10px 50px;
}

.main{
width:500px;
height:450px;
}





#right{
width:550px;
font-size:9px;
text-align:right;
}
#wrapper{
width:450px;
height:100%;
text-align:left;
margin:0 auto;
}
#main{
text-align:left;
margin:20px 40px 20px 20px;
}



/* テキストエリア */
textarea{
width:300px;
height:60px;
color:#600;
background:#fff;
font-size:10px;
line-height:15px;
border-style:dashed;
border-color:#600;
border-width:1px 0;
margin:10px;
padding:5px;
}



/* 装飾box */
.box1{
color:#600;
background:#fff;
border:1px solid #600;
margin:5px 10px;
padding:3px 5px;
}
.box2{
color:#000;
background:#c69;
border:1px solid #c69;
margin:5px 10px;
padding:3px 5px;
}

/* 引用 */
blockquote{
color:#fff;
background:#600;
border:1px solid #600;
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{
padding:0 3px;
} 



/* メールフォーム */
td#l{
width:80px;
color:#600;
font-size:10px;
text-align:right;
padding:5px;
float:left;
}

input#n{
width:150px;
height:15px;
font-size:10px;
color:#fff;
line-height:15px;
background:#fff;
border:solid #600 1px;
}

input#h{
width:200px;
height:15px;
font-size:10px;
color:#000;
line-height:15px;
background:#fff;
border:solid #600 1px;
}

textarea#t{
width:250px;
height:60px;
font-size:10px;
color:#000;
line-height:15px;
border:solid #600 1px;
margin:0;
padding:3px;
}

td#mf{
text-align:center;
}

input#mf{
width:60px;
height:25px;
font-size:11px;
color:#600;
background:#fff;
border:double #600 3px;
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%;
color:#000;
text-align:center;
background-image:url(http://erdbeere.nobody.jp/img/bgr.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:100% 100%;
margin:0 auto;
}

#index{
width:500px;
text-align:left;
padding:50px;
}
#index img{
margin:20px -20px;
}

