html, body{
	background-color: #fff;
    color: #333;
    margin:0px auto;
}

body#bgimg{
	background-image:url(../img/bg_main.jpg);
	background-repeat:no-repeat;
	background-position:100% 0;
	background-attachment:fixed; 
    overflow: auto;
    position: relative;
    width: 100%;
    z-index: 100;

}
img{
	border:0px;
}

#menubox{
	width:400px;
	background-color:#000;
	margin:0px 0px 0px 20px;
	padding:20px;
	height:100%;
	color:#BBB;
	font-size:12px;
	float:left;
}
#content{
	margin:20px 0 0 20px;
	font-size:12px;
	line-height:140%;
	float:left;
}
#menubox_sub{
	width:400px;
	background-color:#000;
	margin:0px 0px 0px 20px;
	padding:20px;
	color:#BBB;
	font-size:12px;
    overflow: auto;
}
h1{
	font-size:28px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: bold;
	color:#ffffff;
	width:310px;
	margin:0px;
	padding:0px;
}
.menu,
.menu a:link,
.menu a:visited{
	margin:20px 0 0 0;
	padding:0;
	color:#FFF;
	text-decoration:none;
	line-height:120%;
}
.menu a:hover,
.menu_sub a:hover{
	color:#CCC;
	text-decoration:underline;
}

.menu_sub {
	margin:5px 0 0 0;
	padding:0;
	line-height:140%;
} 
.menu_sub a:link,
.menu_sub a:visited{
	color:#FFF;
	text-decoration:none;
	line-height:120%;
}


.history{
	margin:20px 0px 0px 0px;
	float:left;
}
.history textarea{
	margin:0px 0px 10px 0px;
}
.hand{
	margin:20px 0px 0px 0px;
	text-align:right;
	float:right;
}
.clearfix{
	clear:both;
}

#kaiseki{
	width:100%;
	height:10%;
	display: none;
}
.note{
	font-size:0.8em;
}

/*-------------------------------------------------
ギャラリー
-------------------------------------------------*/
body#gallery01{
	width:100%;
	background:#F5F5F5;
	text-align:center;
	overflow:auto;
}
body#gallery02{
	width:100%;
	background:#F5FFFA;
	text-align:center;
	overflow:auto;
}
body#gallery03{
	width:100%;
	background:#FAFAD2;
	text-align:center;
	overflow:auto;
}

body#novel{
	width:100%;
	background:#000;
	color:#CCC;
	text-align:left;
	overflow:auto;
	font-size:0.8em;
	line-height:140%;
}
.galleryarea{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:center;
	overflow:auto;
}

.galleryarea .index{
	margin:50px 0 300px;
}
.galleryarea .main{
	margin:0 0 100px;
}
.galleryarea .comment{
	margin:0 0 50px;
	font-size:0.8em;
}

body#novel p.index{
	padding:300px 0 300px 15px;
	text-align:left;
}

body#novel p.main{
	text-align:left;
	margin:0 0 100px 15px;
}