html, body{
	color:#555;
	background: #fff url("design/back.jpg") repeat-y fixed center;
	margin:0;
	padding:0;
	width: 100%;
	height: auto;
	text-align: center;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
}

a:LINK{color:#6a4833; text-decoration:none}
a:VISITED{color:#896556; text-decoration:none}
a:ACTIVE, a:HOVER{color:#565b89; text-decoration:underline}

a img{border:none;}

body .invisi{
	visibility:hidden;
}





#main{
	margin: 0px auto;
	width: 700px;
	height: 100%;
	padding: 0px;
	display: block;
	font-size:small;
	position: relative;
	top: 0px;
	bottom: 0px;
}

#main strong{
	font-weight: bold;
	color: #800045;
}

#main em{
	background: #f0f5e0;
	font-style: normal;
}

#main table{
	border-collapse: collapse;
	border: 1px solid #999;
}

#main th,td{padding: 5px;}

.tit{
	color: #333;
	background-color: #f0f5e0;
	border: 1px solid #999;
}

.cont{
	border: 1px solid #999;
}

#header{
	width: 700px;
	height: 200px;
	margin-top: 10px;
	padding:0px;
	text-align: right;
	line-height: 20px;
	color: #999;
}

#footer{
	display: block;
	clear: both;
	width: 700px;
	height: 18px;
	text-align:right;
	padding:0px;
	margin: 10px 0 10px 0;
	bottom; 10px;
	position; absolute;
	background: #fff;
}

#left{
	float: left;
	width: 200px;
	height: 450px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	text-align: left;
}

.menu{
	width: 100px;
	height: 20px;
	padding: 0px;
	margin: 0 0 10px 10px;
	line-height: 30px;
	vertical-align: bottom;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 3px solid #000;
	text-align: center;
}

.menu a{
	display: block;
	width: 100px;
	height: 20px;
}

.menu a:hover{background: #d6dfe2;}

.menu_now{
	width: 100px;
	height: 20px;
	padding: 0px;
	margin: 0 0 10px 10px;
	line-height: 30px;
	vertical-align: bottom;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 3px solid #000;
	text-align: center;
	background: #d6dfe2;
}

.menu_now a{
	display: block;
	width: 100px;
	height: 20px;
}


.menu_g{
	width: 100px;
	height: 20px;
	padding: 0px;
	margin: 50px 0 0 10px;
	text-align: center;
	line-height: 30px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 3px solid #000;
	text-align: center;
}

.menu_g a{
	display: block;
	width: 100px;
	height: 20px;
}

.menu_g a:hover{background: #cbbddc;}


#right{
	float: left;
	width: 450px;
	height: auto;
	margin: 0px 0px 0px 50px;
	text-align: left;
	line-height: 20px;
}

.box{
	width: 450px;
	margin: 0 0 30px 0;
}

.subtitle{
	width: 400px;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 2px solid #d6dfe2;
	border-left: 5px solid #d6dfe2;
	font-size: large;
	font-weight: bold;
}

.img_l{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.img_r{
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	clear: both;
}

.modoru{
	text-align: right;
	width:450px;
}

.danraku{clear: both;}

