/* CSS Document */

/* Global white space reset */
* {padding:0; margin:0}

/* Undo default HTML styling of common browsers */
a:link, a:visited {text-decoration:none; color:#aaa; font-weight:bold}
img {border:none}

/* General */
html, body {height:100%}
body {
	background:#282627 url('../parts/images/bg_general.gif') no-repeat top center;
	color:#3C3D3C;
	margin:0;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	}

/* General links */
a:hover {text-decoration:underline}
a:active {text-decoration:none}
a:focus, input:focus {outline:none}

/* Paragraph and headings */
p {
	margin:0 10px 10px
}
h3 {
	font-size:13px;
	color:#3C3C27;
	margin:10px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	clear: both;
}
h5 {font-size:11px}
h6 {font-size:10px}
.font80 {
	font-size:80%;
	font-weight: normal;
}
.font80_o {
	font-size:80%;
	color: #FF6600;
}

.box_search {
	width:92%;
	margin:10px auto 0px;
}
.box_search a:link, .box_search a:visited {
	text-decoration:none;
	color:#284964;
	font-weight:bold;
	font-size: 14px;
}
.box_search a:hover {
	text-decoration:underline;
	color: #336699;
}

/* Who's your daddy */
#daddy {
	width:998px;
	min-height:100%;
	height: auto !important;
    height: 100%;
	margin:0 auto -95px auto;
	text-align:left
	}
* html #daddy {margin:0 auto -125px auto;}


/* Header */
#header {
	width: 100%;
}
#logo {
	width:366px;
	height:100px;
	padding:14px 0 0 0;
	float:left;
	display:inline;
	position:relative
	}
#logo h1{padding:0;margin:0;}
#logo h1 span{display:none;}

/* Menu */
#menu {
	width:630px;
	height:100px;
	display:inline;
	list-style-type: none;
	margin: 0px;
	float: right;
	}


#menu ul .current {
	border-bottom: 4px solid #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
#menu ul .login {
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #FBFBFB;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
*:first-child+html #menu ul .login {
	font-size: 11px;
}
#menu .menuTOP {
	position: relative;
	width:610px;
	padding: 10px 0px 0px 20px;
	margin: 0px;
	overflow: hidden;
}
#menu .menuTOP li {
	float: left;
	list-style-type: none;
	margin-left: 10px;
}
#menu .menuTOP li.backLava {
	background-color:#ccc;
	width: 9px;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#menu .menuTOP li a, #menu a:visited {
	text-decoration: none;
	color: #333;
	text-align: center;
	padding: 5px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	margin: auto 0;
}
#menu .menuTOP li a:hover {
	text-decoration:none;
	color: #000;
}


#header1 {
	width:998px;
}
#header1 ul#fade,#header1 il{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header1 .slide {
	width:406px;
	height: 200px;
	position: relative;
	left: 45px;
	top: 37px;
	text-align: center;
}

#root  {
	width:100%;
	height:15px;
	margin: 0px;
	padding: 0px;
}


/* CONTENT TOP */
#content_top p {
	margin:0 10px 10px;
	color: #ccc;
}
#content_top { margin: 20px; }

#content_top h2{
	color:#E8E7B6;
	margin:0px 10px 10px;
	background: url(../parts/images/bg_dotto.gif) no-repeat left bottom;
	padding-bottom: 1px;
	padding-left: 5px;
	font-size: 16px;
	font-family:'ヒラギノ明朝 Pro W3', "Times New Roman";
	font-weight:900;
}
#content_top ul.original{
	color: #CCC;
	margin:10px 10px 10px 30px;
	padding:0;
	list-style-type:disc;
	font-weight:normal;
}



/* CONTENT AND COLUMNS */
#content {
	background-position: left top;
	background-color: #f3f2f0;
	margin: 0px;
}
.box_top {
	padding:10px;
	margin:15px 10px 0px;
	color:#282627;
	width: 270px;
	float: left;
}
.box_top p {
	color:#666666;
}

#content .menu_l{
	display:block;
	padding:5px;
	width: auto;
	float:left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 5px;
	text-align: center;
}
#content .menu_l img{
	margin:0;
	padding: 0 0 5px 0;
}

#content .menu_r{
	display:block;
	padding:5px;
	width: auto;
	float:right;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 25px;
	text-align: center;
}
#content .menu_r img{
	margin:5px 0 0 0;
	padding: 0 0 5px 0;
}
#content h2{
	font-size:16px;
	font-family:'ヒラギノ明朝 Pro W3', "Times New Roman";
	color:#000;
	margin:0px 10px 10px;
	font-weight: bold;
	background: url(../parts/images/bg_dotto.gif) no-repeat left bottom;
	padding-bottom: 1px;
	padding-left: 5px;
}
#content h3 {
	font-size:14px;
	color:#3C3C27;
	margin:30px 10px 10px;
	font-weight: bold;
}
#content h4{
	margin:15px 10px;
	padding:0 0 0 10px;
	font-size:13px;
	color:#333333;
	line-height:115%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: 600;
}


#content a.aa:link, #content a.aa:visited {
	font-size:12px;
	text-decoration:none;
	color:#7E793F;
	font-weight: normal;
	background: url(../parts/icon/sankaku.gif) no-repeat right center;
	padding-right: 12px;
}
#content a.aa:hover {
	background: url(../parts/icon/sankaku.gif) no-repeat right center;
	padding-right: 12px;
	text-decoration: underline;
}


#content ul.original{
	margin:10px 10px 10px 30px;
	padding:0;
	list-style-type:disc;
	font-weight:normal;
}
#content ul.original li{padding:5px 0 5px 0;margin:0;color:#282627;font-weight:normal;}
#content ul.original li strong{font-size:13px;color:#333333;font-weight:bold;}

#content ul.check{
	margin:10px 10px 10px 40px;
	padding:0;
	list-style-type:disc;
	font-weight:normal;
	list-style-image: url(../parts/images/check.gif);
}
#content ul.check li{padding:5px 0 5px 0;margin:0;color:#282627;font-weight:normal;}
#content ul.check li strong{
	font-size:13px;
	color:#333333;
	font-weight:bold;
}

#content ol.original{
	margin:10px 10px 10px 30px;
	padding:0;
	list-style-type: decimal;
}
#content ol.original li{
	padding:2px 0 10px;
	margin:0px 10px 0px 10px;
	color:#282627;
	font-weight:normal;
}
#content ol.original li strong{
	font-size:13px;
	color:#333;
	font-weight:bold;
	line-height: 2em;
}




#content .Ctopleft {background:url('../parts/images/corners_top.gif') no-repeat top left; width:9px; height:9px; overflow:hidden; float:left}


#content .logo{
	padding:4px;
	margin:15px 0;
	border-top: 1px solid #d3cfce;
	border-bottom: 1px solid #d3cfce;
	background: #FFFFFF;
	bottom: 0px;
}
#content .testimonial {padding:10px; font:normal 10px arial,sans-serif}

#content .Ctopright {background:url('../parts/images/corners_top.gif') no-repeat top right; width:9px; height:9px; overflow:hidden; float:right}



#content .box1{
	display:block;
	width:95%;
	margin:0 auto;
}
#content .box2{
	display:block;
	width:46%;
	margin:10px;
	float: left;
}#content .box3{
	display:block;
	width:30%;
	margin:7px;
	float: left;
}

#content .box_gold {
	border:1px solid #999966;
	padding:10px;
	margin:10px auto;
	color:#282627;
	width: 93%;
	background: #FFFFFF url(../parts/images/bg_gurade_1.jpg) repeat-x left top;
}
#content .box_p {
	padding:10px;
	margin:15px auto;
	color:#282627;
	width: 93%;
	background: #eeeeee;
	border: 1px solid fff;
}
#content .box_p p {
	background: url(../parts/icon/check.gif) no-repeat 0 1px;
	padding-left: 20px;
}
#content .box_check {
	border:1px solid #cccccc;
	padding:5px;
	margin:25px auto 10px;
	color:#282627;
	width: 93%;
	background: #FFFFFF url(../parts/images/bg_gurade_2.jpg) repeat-x left top;
}
#content .box_check ul {
	list-style-type:none;
	margin: 0px 10px 10px;
}
#content .box_check li {padding:0 0 0 20px; margin:5px 0; background:url('../parts/images/check.gif') no-repeat 0 50%}
#content .box_check strong{
	font-size:13px;
	color:#333333;
	font-weight:bold;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
#content .box_check1 {
	border:1px solid #cccccc;
	padding:5px;
	margin:10px auto;
	color:#282627;
	width: 93%;
	background: #FFFFFF url(../parts/images/bg_gurade_2.jpg) repeat-x left top;
}
#content .box_check1 ul {
	list-style-type:none;
	margin: 0px 10px 10px;
}
#content .box_check1 li {padding:0 0 0 20px; margin:5px 0; background:url('../parts/images/check.gif') no-repeat 0 50%}
#content .box_check1 strong{
	font-size:13px;
	color:#333333;
	font-weight:bold;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}


#content .Cpad {
	margin:0
}
#content .Cbottomleft {background:url('../parts/images/corners_bottom.gif') no-repeat top left; width:9px; height:9px; overflow:hidden; float:left; display:inline}
#content .Cbottom {
	width:980px;
	height:9px;
	overflow:hidden;
	display:inline;
	float:left;
	background-color: #f3f2f0;
	}
#content .Cbottomright {background:url('../parts/images/corners_bottom.gif') no-repeat top right; width:9px; height:9px; overflow:hidden; float:right; display:inline}


/* Footer */
#footer {
	height:95px;
	width:100%;
	margin:10px 0 0;
	background:url(../parts/images/bg_footer.gif) no-repeat center bottom
}
* html #footer {
	margin: 35px 0px 0px;
}
#foot {height:95px; width:998px; margin:0 auto; text-align:left}
#foot1 {
	height:30px;
	text-align:right;
	padding:12px 29px 0 0;
	margin: 0px;
}
#foot1 a:link, #foot1 a:visited {
	color:#888888
}
#foot1 a.top:link,#foot1 a.top:visited {
	margin-left: 30px;
	color: #FFFFFF;
}
#foot1 a.top:active {
	text-decoration: underline;
}
#foot2 {
	padding:10px 20px 0 30px;
	color:#999;
	float: left;
	width: 600px;
}
#foot2 a:link, #foot2 a:visited {color:#ddd}
#foot2 a:active {color:#eee}
.star {color:#fc0}
.valid {float:right}

#foot3 {
	padding:10px 30px 0px;
	color:#999;
	font-size: 11px;
	font-weight: normal;
	float: right;
}
#foot3 a:link, #foot3 a:visited {
	font-size: 11px;
	font-weight: normal;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearf { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Misc */
.clear {clear:both}
.leflo {float:left}
.riflo {float:right}
#properspace {
	height:95px;
	margin: 0px;
	padding: 0px;
}
#preloader {display:none}
