@charset "utf-8";
body {
	position:relative;
	background:url(../image/common/bg_wrap.gif) repeat-y 0 0;
}

/*wrap*/
#wrap {
	min-height:100%;
	height:auto !important;
	height:100%;
	padding:30px 0 30px 240px;
	text-align:left;
	font-size:93%;
	overflow:hidden;
	zoom:1;
	position:relative;
}
#wrap .mainArea {
	width:700px;
	overflow:hidden;
	zoom:1;
}

/*header*/
#wrap .mainArea .headSec {
	xwidth:700px;
	margin-bottom:10px;
	overflow:hidden;
	zoom:1;
}

#wrap .mainArea .headSec ul {
	display:inline;
	float:left;
	width:204px;
	margin:0 41px 0 0;
	/margin-left:-16px;
	padding:0;
	overflow:hidden;
	zoom:1;
}

#wrap .mainArea .headSec ul li {
	margin:0 0 15px;
	padding:0;
	line-height:1em;
}

#wrap .mainArea .headSec address {
	float:left;
	width:196px;
	/margin-left:30px;
}

#wrap .mainArea .visualSec {
	width:700px;
	min-height:215px;
	height:auto !important;
	height:215px;
	xmargin-bottom:25px;
	background:url(../image/top/bg_visualtop.jpg) no-repeat 0 0;
	overflow:hidden;
	zoom:1;
}

/*contents*/
#wrap .mainArea .contSec {
	width:700px;
	min-height:540px;
	height:auto !important;
	height:540px;
	overflow:hidden;
	zoom:1;
}

/*footer*/
#wrap .footArea {
	clear:both;
}

#logo {
	position:fixed !important;
	position:absolute;
	top:180px;
	left:35px;
	z-index:100;
}

#logo p {
	margin:0;
	xline-height:1;
}

#logo p a {
	display:block;
}

#footArea {
	position:fixed !important;
	position:absolute;
	bottom:20px;
	left:20px;
}

#footArea ul {
	margin-bottom:20px;
}

#footArea ul li {
	margin-bottom:10px;
	line-height:1em;
}

* html ,
* html body {
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}

* html #wrap {
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
}