body{
	color: #4D4D4D;
	font-size: 80%;
	line-height: 1.5;
	margin: 0px;
}

/*　font　*/
h1,h2,h3 {
	font-size: 100%;
}
.f_weight_b {
	font-weight: bold;
}
.fweightbc1 {
	font-weight: bold;
	color:#666666;
}
/*　layout　*/
div#wrapper {
	width: 616px;
	margin: 0px auto;
}
div#contents {
	clear: both;
}
div#maincontents {
	width: 616px;
}
div#main {
	padding-left: 15px;
}
div#sidecontents {
	display: none;
}
div#footer {
	display: none;
}

/*　header　*/
div#header {
	display: none;
}

/*　common　*/
h2#pagetitle {
	display: none;	
}
.subheading {
	background: url(../image/subheading_bg.gif) no-repeat;
	height: 23px;
	padding: 3px 0px 0px 10px;
	color:#666666;
}
* html .subheading {
	width: 580px;
}
img.img_flort_l {
	float: left;
	margin-right: 10px;
}
ol#topicpass {
	display: none;
}
div.notes {
	padding: 5px;
	border: 1px dotted #333333;
	background-color: #F5F5F5;
}
ul.arrow {
	display: none;
}
ul#resbtn {
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html.clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


