html, body{
	color:#333;
	background: #fff url("hyakuiro.png") no-repeat;
	margin:0;
	padding:0;
	width: 100%;
	height: auto;
	text-align: center;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
}

a:LINK{color:#A791E7; text-decoration:none}
a:VISITED{color:#999; text-decoration:none}
a:ACTIVE, a:HOVER{color:#EF85BF; text-decoration:underline overline}

a img{border:none;}

hr{color:#999; size:1; noshade}
h1{font-size:large;}

body .invisi{
	visibility:hidden;
}

#main{
	margin: 0px auto 0px 80px;
	width: 800px;
	height: auto;
	padding: 0px;
	display: block;
	background: #fff;
	font-size:small;
	float: left;
	overflow: visible;
}

#counter{
	margin: 0px;
	width: 800px;
	padding: 5px 10px;
	text-align: left;
}

#top_g{
	display: block;
	margin: 0px;
	width: 800px;
	text-align: center;
}

#header{
	display: block;
	margin: 10px 0px 0px 0px;
	width: 800px;
	padding: 0px;
	text-align: center;
}

#menu{
	display: block;
	margin: 15px 10px 10px 5px;
	width: 160px;
	text-align: left;
	float: left;
}

#menu .img{
	margin: 5px 0 0 5px;
}

#menu a{
	display: block;
	background: url("img/menu/sankaku.png") top left no-repeat;
	padding: 0 0 0 21px;
	margin: 5px 0 0 5px;
	width: 120px;
	height: 25px;
}
html>body #menu a{
	width: 120px;
	height: 25px;
}
#menu a:hover{
	background-position: 0 -34px;
}
#menu a:active{
	background-position: 0 -68px;
}



#content{
	display: block;
	margin: 15px 10px 15px 0px;
	width: 570px;
	height: auto;
	padding: 0px 10px;
	text-align: left;
	border-left: 2px dotted #ccc;
	float: right;
	line-height: 130%;
}

#content .image{
	margin: 10px 20px;
}

#content .box_l{
	padding: 10px;
	margin: 20px;
	border: 3px double #b4a990;
	background-color: #F7F4EC;
}

#content .box_l2{
	padding: 10px;
	margin: 20px;
	border: 3px double #9CBF98;
	background-color: #FFF;
}

#content .box_l3{
	padding: 10px;
	margin: 20px;
	border: 3px double #A1B5DA;
	background-color: #E3E8F4;
}

#content .hb_l{
	color:#b4a990;
	font-weight:bold;
	margin:0 0 3px 0;
	text-align:center;
}


#content .box_n{
	padding: 10px;
	margin: 20px;
	background-color: #eeeeee;
	color:#000000;
}

#content .hb_n{
	color:#000000;
	font-weight:bold;
	margin:0 0 5px 0;
	text-align:center;
}



#content .line_l{
	padding: 2px 5px 1px 15px;
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #b4a990;
	border-left: none;
	text-indent: -10px;
}


#content .line_n{
	padding: 2px 5px 1px 15px;
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #ffffff;
	border-left: none;
	text-indent: -10px;
}

#content .link_img{
	display: block;
	width: 200px;
	height: 40px;
	margin: 10px;
	float: left;
}

#content .hyou{
	font-size: small;
}

#content .red{
	color:#990000;
}

#footer{
	clear: both;
	display: block;
	margin: 10px;
	width: 770px;
	height: 200px;
	padding: 5px;
	text-align: right;
	border-top: 1px solid #999;
}

#b_color{
	background: #ADADAD;
	height: 64px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 4;	
}


#b_design{
	background-image: url(img/bottom_g.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 128px;
	width: 810px;
	position: fixed;
	bottom: 0px;
	z-index: 5;
}

.danraku{clear: both;}

#left{
	margin: 100px auto 10px 50px;
	font-size: small;
	float: left;
	overflow: visible;
	text-align: left;
	color: #6b4c23;
}

