@charset "UTF-8";

/* CSS Document */

*html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

*html {
	height:100%;
}

html:first-child body {
	margin: 0px;
	padding: 0px;
	min-height:100%;
	padding-bottom:1px;
}

html, body {
	margin: 0px;
	padding: 0px;
	background: #333!important;
	color: #F0F0F0;
}

.clearfix {
	display:inline-block;
	zoom:100%;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-mac \*/

/* End hide from IE-mac */

#wrap {
	width: 950px;
	padding: 0px;
	margin: 0px auto 25px;
	font-size: 80%;
}



/*
*html #wrap{
	height: 1%;
	overflow: hidden;
	margin: 50px auto auto;
}
*/

*+html body #wrap {
	font-family: "メイリオ", Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* header
--------------------------------------------------------------*/

#header {
	height: 100px;
	margin: 0px auto 10px;
	width: 950px;
}

#header div.headLogo {
	width: 200px;
	height: 100px;
	float: left;
	background: url(../img/main_logo.gif) no-repeat 0px bottom;
	text-indent: -9999px;
}

#header div.headTEL {
	float: right;
	width: 210px;
	background: url(../img/rakuten_tel.gif) no-repeat 0px bottom;
	height: 100px;
	text-indent: -9999px;
}

/* MAIN VISUAL
--------------------------------------------------------------*/

#visualHome{
	height: 350px;
	border: 1px solid #000;
}

#visualPage{
	height: 200px;
	/*border: 1px solid #000;*/
}


/* MAIN VISUAL Pages
-----------------------------------------*/

#visualPage h2{
	text-indent: -9999px;
	height: 200px;
	width: 950px;
}

#visualPage h2.page02{
	background: url(../img/visual_page02.jpg) no-repeat 0px 0px;
}

#visualPage h2.page03{
	background: url(../img/visual_page03.jpg) no-repeat 0px 0px;
}

#visualPage h2.page04{
	background: url(../img/visual_page04.jpg) no-repeat 0px 0px;
}

#visualPage h2.page05{
	background: url(../img/visual_page05.jpg) no-repeat 0px 0px;
}
#visualPage h2.page06{
	background: url(../img/visual_page06.jpg) no-repeat 0px 0px;
}

#visualPage h2.page07{
	background: url(../img/visual_page07.jpg) no-repeat 0px 0px;
}


/* Gloval Navi
--------------------------------------------------------------*/

#gnavi{
	height: 70px;
	background: #202020;
}


/* CONTENT BODY
--------------------------------------------------------------*/

#contentWrap {
	width: 950px;
	clear: both;
	float: none;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

h3{
	background: url(../img/bg_h3.gif) no-repeat 0px 0px;
	font: 1.4em/35px "Times New Roman", Times, serif;
	padding-left: 20px;
}






div.foot_space {
	clear: both;
	float: none;
	height: 10px;
}





/*=== Footer ===*/
#page_bottom {
	background: #7D7C84;
}

#footer {
	color:#CCC;
	text-decoration:none;
	margin:0 auto;
	padding:20px 20px 20px 180px;
	background: #202020 url(../img/foot_logo.gif) no-repeat 20px center;
	text-align: right;
}



p.clr, .clr {
	clear:both;
	padding:0;
	margin:0;
	background:none;
	float: none;
}
