@charset"Shift_JIS";

*{
    font-style:normal;
    margin: 0;
    padding: 0;
    color:#472E20;
    font-size:small;
    line-height:1.2;
    letter-spacing:0.1em;
    background-color:#8C6042;
    background-image:url(img/bg.gif);
    background-position:center;
    background-repeat:repeat-y;
}

img{border:0px;}

a{text-decoration: none;}
a:link,a:visited,a:active{color:#BA7854;}
a:hover{color:#E09065;}

 /* 見出し */
h1{
    position:relative;
    font-size:large;
    font-weight:bold;
    height:14px;
    padding-top:15px;
}
h2{
    font-size:medium;
    border:solid #472E20 1px;
	border-top:none;
    border-right:none;
    margin:10px -1px 5px 20px;
    padding:0 0 0 7px;
    font-weight:normal;
    background-color:#8C6042;
    position:relative;
}
h3{
    font-size:small;
    border-bottom:dashed #472E20 1px;
    margin:0 0 0 30px;
    padding:3px 0 0 7px;
    font-weight:normal;
}


#top{
    width:650px;
    height:40px;
    margin:0 auto;
    padding:0;
    text-align:center;
    border-bottom:solid #472E20 1px;
}

#wrapper{
    width:650px;
    height:100%;
    color:#472E20;
    text-align:center;
    margin:0px auto;
    padding:0;
}

 /* header */
#header{
    width:650px;
    height:250px;
    background-image:url(img/menu.gif);
    background-repeat:no-repeat;
    background-position:bottom;
}

 /* menu */
div#menu{
	width:;
	height:;
	font-size:;
	border-top:double #472E20 3px;
	border-bottom:double #472E20 3px;
	margin:;
	padding:5px 0;
}
#menu a{
    font-size:medium;
    margin:0 1.1em;
    color:#472E20;
}
#menu a:hover{color:#E09065;}

 /* main */
div#main{
	width:648px;
	height:auto;
	text-align:left;
	margin:0 auto;
	padding:0;
}
#main p{margin:0.5em 3.5em;}

 /* memo */
#memolog{
    text-align:right;
    padding-right:10px;
}

 /* 著作権表示 */
address{
    text-align:center;
    padding:10px;
	border-top:double #472E20 3px;
}

.top{
	width:600px;
	text-align:right;
	margin:2em auto;
    font-size:x-small;
}

/* index.html */
#index{
    width:450px;
    height:350px;
    border:1px solid #472E20;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-225px;
    margin-top:-175px;
    padding:20px 7px;
}
#index h1{
    font-size:large;
	font-weight:bold;
}
#index p{margin:0.5em 1em;}
