@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	background:#FFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Arial, Helvetica, sans-serif";
	font-size:12px;
}
a {
	color: #555555;
	font-size: 12px;
	text-decoration: none;
}
a:link {
	color: #000066;
	font-size:12px;
	text-decoration:none;
}
a:visited {
	color: #003366;
	text-decoration:none;
}
a:hover {
	color: #999999;
	text-decoration:underline;
}
a:active {
	color: #006633;
}
div#wrap {
	width:850px;
	background:#FFF;
	margin:0 auto 0 auto;
}
div#topMenu {
	display:block;
	float:right;
	width:265px;
	height:15px;
	padding:2px 0 2px 10px;
}
div#topMenu ul .topMenu {
	display:block;
	width:260px;
	height:15px;
}
.topMenu li {
	float:left;
	list-style:none;
	padding-right:10px;
	font-size:9px;
	text-decoration:none;
	text-align:right;
}
div#header {
	width:850px;
	height:54px;
	background:#000;
	border-right:1px solid #000;
	border-left:1px solid #000;
}
div#logo {
	display:block;
	float:left;
	width:200px;
	height:44px;
	margin:5px 0 5px 10px;
	/*overflow:hidden;*/
}
div#FreeDial {
	display:block;
	float:right;
	width:500px;
	height:44px;
	margin: 5px 5px 5px 120px;
	overflow:hidden;
	/*text-indent:-9999px;*/
}

/*div#FreeDial {
	display:block;
	float:left;
	background:url(../Img/GPImg/FreeDialImg.png) no-repeat;
	width:500px;
	height:44px;
	margin: 5px 5px 5px 120px;
	overflow:hidden;
	text-indent:-9999px;
}*/
div#topImg {
	display:block;
	width:850px;
	height:233px;
	border-right:1px solid #000;
	border-left:1px solid #000;
}
/*Js lavalamp Menu  メインメニューで利用 */
.lavaLampBottomStyle {
	position: relative;
	height: 25px;
	width: 820px;
	background-color: white;
	padding: 5px 15px 5px 15px;
	border-right:1px solid #000;
	border-left:1px solid #000;
	/*padding: 15px;*/
	/*margin-top: 5px;*/
	overflow: hidden;
	/*border: 1px solid gray;*/
}
.lavaLampBottomStyle li {
	float: left;
	list-style: none;
}
.lavaLampBottomStyle li.back {
	border-bottom: 3px solid #CC0000;
	width: 9px;
	height: /*30*/22px;
	z-index: 8;
	position: absolute;
}
.lavaLampBottomStyle li a {
	font: bold 11px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	width:auto;
	position: relative;
	overflow: hidden;
	margin: auto 5px;
}
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
	text-decoration:none;
}
div#footer {
	display:block;
	width:850px;
	height:36px;
	border-top:1px solid #000;
	}
p.footer {
	width:600px;
	height:36px;
	background:url(../Img/GPImg/footerImg.gif) no-repeat;
	margin: 0 auto 0 auto;
	overflow:hidden;
	text-indent:-9999px;
	}
