@charset "shift_jis";
body{
	margin:0px;
	padding:0px;
	font-size:80%;
	background-image:url(../img/bg_body.gif);
	text-align:center;
}
h1{
	margin:0px;
	display:inline;
}
h2{
	margin:10px 0px 10px 10px;
	width:700px;
	float:left;
}
p{
	margin:0px;
}
strong{
	font-size:150%;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:active{
	text-decoration:underline;
}
a img{
	border:none;
}
/*block image*/
.blockClear{
	display:block;
	clear:both;
}
.alignRight{
	text-align:right;
}
/*base box*/
#outBox{
	width:750px;
	margin:10px auto;
	padding-bottom:10px;
	text-align:left;
}
#mainBox{
	border:1px solid #fff;
	float:left;
	width:100%;
	color:#fff;
	background-color:#000;
}
#topBox{
	float:left;
	width:100%;
}
#topBox p{
	line-height:1.5em;
	margin:1em 0px;
}
#spaceBox{
	padding:0px 30px 5px;
	float:left;
}
#spaceBox2{
	padding:0px 30px 25px;
	float:left;
}
#menuBox{
	float:left;
	width:100%;
}
/*top navigation*/
#naviLink{
	width:100%;
	height:25px;
	background-image:url(../img/bg_navi.gif);
	float:left;
}
#naviLink p{
	margin:2px 0px 0px 10px;
	color:#fff;
	background-color:inherit;
}
#naviLink a:link{
	color:#ffc;
	background-color:inherit;
}
#naviLink a:visited{
	color:#ffc;
	background-color:inherit;
}
#naviLink a:hover{
	color:#fff;
	background-color:inherit;
	text-decoration:underline;
}

/*Powered*/
p#powered{
	text-align:right;
	color:#7e6b5a;
	background-color:inherit;
}
p#powered a:link{
	color:#7e6b5a;
	background-color:inherit;
}
p#powered a:visited{
	color:#7e6b5a;
	background-color:inherit;
}
p#powered a:hover{
	color:#7e6b5a;
	background-color:inherit;
}

/*about page*/
.rightImage{
	float:right;
	margin-left:5px;
	clear:right;
}
.rightImageLeft{
	float:right;
	margin-left:1em;
}
/*menu page*/
.topMenu{
	background-image:url(../img/bg_menu.jpg);
	background-repeat:no-repeat;
	/*background-position:top right;*/
	background-position:bottom right;
	height:400px;
}
/*member page*/
.memberBox{
	float:left;
	margin-top:10px;
}
.memberBoxBottom{
	float:left;
	margin-top:10px;
	padding-bottom:15px;
}
.memberPic{
	float:left;
	margin-top:1px;
}
.memberName{
	float:left;
	margin-top:1px;
	margin-right:100px;
}
.memberDoc{
	margin-left:20px;
	float:left;
	width:540px;
}
/*topReserve*/
.topReserve{
	height:400px;
}
/*access page*/
.map{
	border:1px solid #999;
	margin:10px 10px 10px 0px;
	float:left;
}
/*test
*{
	border:1px solid #ccc;
}
table td{
	border:1px solid #f00;
}
div{
	border:1px solid #00f;
}*/