body {
	margin: 0px;
	padding: 0px;
	background: url(../img/e.jpg) repeat;
}
#wrapper {
	position: absolute;
	top:50%;
	left:50%;
	margin:-285px 0px 0px -425px;
	border: outset 2px #ffffff;
	padding:0px;
 	width:850px;
	height:570px;
	text-align:left;
	background-color:#EEDCB3;
}
#lbox {
	width:320px;
	height:570px;
	float:left;
	background:#ffffff url(../img/gallary.jpg);
}
#left_a {
	width:220px;
	height:570px;
	float:right;
	position: relative;
}
#menu {
	position: absolute;
	top:100px;
	right:10px;
}

/* メニュー部分 */
 /* 大項目 */
#menu a {
	display:block;
	width:150px;
	padding:4px;
	margin:0px 0px 5px 30px;
	text-align:right;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	line-height:1.2;
	background-color:#ffffff;
	border-right: solid 6px #eeeeee;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}
#menu a:hover {
	width:150px;
	padding:4px;
	margin:0px 0px 5px 30px;
	color:#ff3333;
	background-color:#ffffff;
	border-right: solid 6px #ff3333;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
}
#menu a#selected {
	width:150px;
	padding:4px;
	margin:0px 0px 4px 30px;
	background-color:#ffffff;
	border-right: solid 6px #ff0000;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
}
 /* 中項目 */
#menu a.menu_sub {
	display:block;
	width:130px;
	padding:3px 4px;
	margin:0px 0px 4px 50px;
	text-align:right;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
	line-height:1.2;
	background-color:#ffffff;
	border-right: solid 6px #aaaaaa;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
#menu a.menu_sub:hover {
	width:130px;
	padding:3px 4px;
	margin:0px 0px 4px 50px;
	color:#ff3333;
	background-color:#ffffff;
	border-right: solid 6px #ff6666;
}
#menu a#m_selected {
	width:150px;
	padding:4px;
	margin:0px 0px 4px 30px;
	background-color:#ffffff;
	border-right: solid 6px #666666;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
}
#menu a#m_selected:hover {
	width:150px;
	padding:4px;
	margin:0px 0px 4px 30px;
	background-color:#ffffff;
	border-right: solid 6px #666666;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
}
#menu a.menu_sub#sub_selected {
	width:130px;
	padding:3px 4px;
	margin:0px 0px 4px 50px;
	font-weight:bold;
	background-color:#ffffff;
	border-right: solid 6px #ff0000;
}
/* メニュー部分オワリ */

#pagetitle {
	position: absolute;
	width:220px;
	bottom:15px;
	right:10px;
	font-size:28px;
	text-align:right;
	color:#666666;
}
#left_b {
	width:100px;
	height:570px;
	float:right;
	position: relative;
}
#tit020 {
	position: absolute;
	width:220px;
	top:10px;
	left:5px;
	font-size:16px;
}
#tit021 {
	font-size:28px;
}
#rbox {
	width:496px;
	height:536px;
	float:left;
	background-color:#ffffff;
	overflow:auto;
	border:inset 2px #ffffff;
	margin:15px;
	font-size:12px;
	line-height:1.5;
	position: relative;
}
#rbox #rbox_wrapper {
	margin:10px;
}
.rbox_title {
	text-align:center;
	margin-top:10px;
	color:#777777;
	font-size:15px;
	font-weight:bold;
	line-height:2.0;
}