@charset "UTF-8";

@import url(../../shared/css/style.css);
@import url(../../shared/css/elements.css);


#bodyArea {
	clear: both;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-image: url(../images/chr_muse04.png);
	background-repeat: no-repeat;
	background-position: 4px 117px;
}

h1 {
	position: absolute;
	top: 30px;
	left: 2px;
}

#menu {
	margin-top: 99px;
	margin-left: 129px;
	width: 820px;
	height: 500px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	border: 5px solid #f5b717;
	border-radius: 5px;
}
#menu ul li {
	list-style: none;
	float: left;
	margin-top:20px;
	margin-left: 20px;
}
#menu ul li a {
	display: block;
	width: 180px;
	min-height: 180px;
	color: #17793D;
	text-decoration: none;
}
#menu ul li a span {
	display: block;
	width: 180px;
	padding: 3px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#menu ul li a:hover {
	text-decoration: underline;
}

#subMenu {
	position: absolute;
	right: 0;
	top: 25px;
	width: 412px;
	padding: 9px 5px 20px 22px;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#subMenu ul li {
	list-style: none;
	float: left;
	margin-right: 15px;
}
#subMenu ul li a {
	display: block;
	padding: 1ex 2ex;
	margin-bottom: 1ex;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	color: #17793D;
	background-color: #cfe4d3;
	border-radius: 7px;
}
#subMenu ul li a.current,
#subMenu ul li a:hover {
	color: #fff;
	background-color: #47886F;
}

#colPlate {
	clear: both;
	/* width: 790px; */
	width: 760px;
	margin-top: 99px;
	margin-left: 130px;
	/* padding: 25px 20px; */
	padding: 30px 35px 20px;
	overflow: hidden;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.section {
	padding-bottom: 36px;
}
.section h2 {
	margin-bottom: 15px;
	color: #17793D;
	font-size: 24px;
	font-weight: bold;
}
.section h3 {
	margin: 0 50px 1em;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.section p {
	/* margin: 0 43px 1em; */
	padding: 0 28px 1em;
}
.section p a {
	color: #17793D;
}

.section p.note {
	padding-left: 1em;
	text-indent: -0.7em;
	font-size: 0.8em;
}
.section dl {
	margin: 0 40px 0 45px;
}
.section dl dt {
	font-weight: bold;
}
.section dl dd {
	margin-bottom: 1em;
}
.small,
.section dl dt span {
	font-size: 0.8em;
	font-weight: normal;
}
.illust {
	border: 4px solid #adc8b2;
}