body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 150%;
	color: #cfcfcf;
	background-color: #FFFFFF;
	}
a:link {
	color: #f9c6ff;
	text-decoration: none;
}
a:visited {
	color: #f9c6ff;
	text-decoration: none;
}
a:hover {
	color: #a0ff3a;
	text-decoration: underline;
}
a:active {
	color: #a0ff3a;
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
}
.list {
	line-height: 2em;
	letter-spacing: 1px;
}
.subtitle {
	color: #b1eeff;
	font-size: 2em;
	margin-right: 10px;
}
.bold{
	font-weight: 800;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.center {
	margin-left:auto;
	margin-right:auto;
	display: block;
}
/*-Navir----------------------------------*/
div#navi{
	width: 100px;
	height: 50px;
	position:absolute;
	left:842px;
	top:220px;
}
/*-Header----------------------------------*/
div#wrapper_header{
	background: #ffffff url('img/logo.jpg') no-repeat left top;
	width: 100%;
	height: 267px;
}
div#wrapper_header_title{
	position:absolute;
	left:220px;
	top:130px;
}
/*text, main title*/
#maintitle {
	color: #000000;
	font-size:2.2em;
	text-align:left;
	letter-spacing: 20px;
	line-height: 150%;
} 
/*text, subtitle*/
#subtitle {
	color: #999999;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 6px;
}
/*-contents----------------------------------*/
div.wrapper_contents{
	background-color: #0a0a0a;
	border-top: 1px solid #000000; 
	border-right: 2px solid #a92b4c; 
	border-bottom: 1px solid #203a30; 
	width: 900px;	
	padding: 30px 10px 30px 30px;
	overflow: auto;
}
div.wrapper_contents_title{
	float: left;
	width:220px;
}
div.wrapper_contents_body{
	float: right;
	width: 600px;
	padding: 0px 20px 0px 0px;
}
div.wrapper_about_img{
	width: 100px;
	float: left;
}
div.wrapper_about_txt{
	margin-left: 120px;
	width: 450px;
}
div.divider{
	clear: both;
	margin: 20px 10px 8px 0px;
	border-top: 1px dotted #373737;
}
div.dividerclear{
	clear: both;
	margin: 20px 10px 8px 0px;
}
/*text*/
p.contents_title{
	color:#FFFFFF; 
	font-size:4em;
	text-align:center; 
	letter-spacing: 6px;
	line-height: 1;
	text-align: right;
}
a.button:link{
	background-color: #462349;
	text-decoration:none;
	text-align: center;
	font-size:1.2em;
	width: 100px;
	float: right;
	padding: 5px;
	margin-top: 10px;
}
a.button:visited {
	background-color: #462349;
	text-decoration:none;
	text-align: center;
	font-size:1.2em;
	width: 100px;
	float: right;
	padding: 5px;
	margin-top: 10px;
}
a.button:hover {
	background-color: #3e7a36;
	text-align: center;
	font-size:1.2em;
	width: 100px;
	float: right;
	padding: 5px;
	margin-top: 10px;
}
.floatleftimg{
	float: left;
	margin: 0px 10px 10px 0px
}
/*-9types----------------------------------*/
div.wrapper_9_title{
	color:#b9ce3b; 
	font-size:1.8em;
	font-weight: 700;
	letter-spacing: 5px;
	text-align:right;
	background-repeat:no-repeat;
	width: 150px;
	height: 150px;
	margin-left: 60px;
}
.type1bg{
	background-image: url('img/1.png');
}
.type2bg{
	background-image: url('img/2.png');
}
.type3bg{
	background-image: url('img/3.png');
}
.type4bg{
	background-image: url('img/4.png');
}
.type5bg{
	background-image: url('img/5.png');
}
.type6bg{
	background-image: url('img/6.png');
}
.type7bg{
	background-image: url('img/7.png');
}
.type8bg{
	background-image: url('img/8.png');
}
.type9bg{
	background-image: url('img/9.png');
}
.virtue{
	font-size: 1.5em; 
	color: #FFFFFF; 
	font-weight: bold;
}
.vice{
	font-size: 1.5em; 
	color: #b30007; 
	font-weight: bold;
}
.vice2{
	color: #b30007; 
	font-weight: bold;
}
.explanation{
	/*border-top: 1px dotted #b1eeff;*/
	padding: 8px 0px 8px 10px;
	margin: 0px 0px 5px 10px;
	color: #59849c;
}
.healthlist_type{
	float: left;
	margin-bottom: 10px;
}
.healthlist_column{
	float: left;
}
.healthlist_type ul{
	list-style: none;
	text-align: center;
	padding: 1px;
	margin: 0px;
}
.healthlist_type ul li{
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dotted #434443;
}
.healthlist_column ul{
	list-style-type: none;
	padding: 1px;
	margin: 0px;
}
.healthlist_column ul li{
	padding: 5px 10px 5px 30px;
	border-bottom: 1px dotted #434443;
}
.healthlist_type ul li.title{
	font-weight:bold;
	color:#fff;
}
.healthlist_column ul li.title{
	font-weight:bold;
	text-align: center;
	color:#fff;
}
/*-footer----------------------------------*/
#footer {
	padding: 6px 0px 90px 6px;
	color: #000000;
	background-color: #205560;
	width: 934px;
	border-right: 2px solid #a92b4c; 
	clear: both;
}
/*-talk----------------------------------*/
p.talk {
	font-size:1em;
	line-height: 170%;}
.kawa {
	font-size:1em;
	padding-right:10px;
	color:#9db9de;
	float:left;
	width:35px;
}
.nana {
	font-size:1em;
	padding-right:10px;
	color:#9370D8;
	float:left;
	width:35px;
}
p.talk_title{
	color:#FFFFFF; 
	border-top: 1px solid #2f634c;
	font-weight: 700;
	font-size:1.3em;
	letter-spacing: 2px;
	line-height: 1.2;
	text-align: right;
	margin: 20px 0px 0px 0px;
	padding: 10px;
}
p.talk_subtitle{
	color:#a33636; 
	font-weight: 600;
	border-bottom:1px solid #901813;
	padding-top: 3px;
	letter-spacing: 2px;
	line-height: 1.2;
	text-align: right;
	padding: 10px;
}
