/*----------------------
	Universal selector
---------------------- */
*{
	margin:0px;
	padding: 0px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

/*----------------------
	Wrapper
---------------------- */
body{
	margin:0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", "Arial", sans-serif;
	color:#CC0066;
	font-size: 13px;
}
h1{
	position: relative;
	top: 35px;
	left: 100px;
	font-size: 20px;
	font-weight: bold;
}
h2,h3,h4,h5{
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
}
li{
	list-style-type: none;
}
p{
	margin-top: 5px;
}
br.clear {
	clear: both;
}
/*----------------------
	Header
---------------------- */
#header{
	background-image: url(../img/header_bg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 800px;
}

/*----------------------
	Navigation
---------------------- */
#gnav{
	height: auto;
	width: 800px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
}
.navi{
	font-size: 13px;
}
#gnav ul li{
	float: left;
}

/*----------------------
	Navigation hi-light
---------------------- */
body.profile #gnav ul li a#gnav-profile,
body.healing #gnav ul li a#gnav-healing,
body.school #gnav ul li a#gnav-school,
body.contact #gnav ul li a#gnav-contact{
	background-color: #FEEFF4;
}

/*----------------------
	Contents
---------------------- */
#contents{
	height: auto;
	width: 800px;
	margin-top: 30px;
	margin-left: 30px;
}
#primary-contents{
	line-height: 18px;
}
#secondary-contents{
	clear: both;
	line-height: 18px;
	margin-top: 30px;
}
#section-parts{
	clear: both;
	height: 10px;
	width: 800px;
	margin-top: 20px;
	background-image: url(../img/footer_bg1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.section-lv1{
	line-height: 18px;
	float: left;
	width: 300px;
	height: auto;
	display: inline;
}
.section-lv2{
	line-height: 18px;
	float: left;
	width: 490px;
	height: auto;
	margin-left: 10px;
	display: inline;
}

/*----------------------
	Footer
---------------------- */
#footer{
	clear: both;
	height: 25px;
	width: 800px;
	background-image: url(../img/footer_bg1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 20px;
	margin-left: 0px;
}
.footer{
	font-size: 12px;
	text-align: right;
}
