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

#coverWrap{
	position: absolute;
	width: 100%;
	height: 520px;
	z-index: 1;
}
#coverWrap .inbox {
	width: 100%;
	height: 520px;
}

div#mainWrap {
	position: relative;
	height: 520px;
	overflow: hidden;
 	background: url(../images/bx_main.jpg) center 0 repeat;
}
div#mainWrap #mainimg {
	position: relative;
	left: 0;
	float: left;
	margin-left: 50%;
}
#mainimg img{
	position: relative;
	left: -500px;
}

.mainimgitem {
	position: absolute;
	width: 1000px;
	top: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 99;
}
.mainimgitem .syaken {
	position: absolute;
	top: 92px;
	left: 2px;
}
.mainimgitem .hoken {
	position: absolute;
	top: 94px;
	left: 780px;
}
.mainimgitem .tenken {
	position: absolute;
	top: 226px;
	left: 170px;
}


/* mainctgbox
/*-------------------------------------*/

.mainctgbox {
	width: 660px;
	margin: 0 auto;
	text-align: left;
}
.mainctgbox ul {
	float: left;
	list-style: none;
	margin: 0 0 0 -16px;
}
.mainctgbox ul li {
	float: left;
	display: inline;
	width: 322px;
	margin: 0 0 10px 16px;
}

.inforframe {
	min-height: 250px;
 	background: url(../images/bg_infor_btm.png) no-repeat 0 bottom;
}
.inforframe .subimg {
	height: 80px;
 	background: url(../images/bg_infor.png) no-repeat 0 0;
}
.inforframe .subimg span {
	visibility: hidden;
}

.inforbox ul {
	width: 600px;
	margin: 0 0 0 25px;
	padding: 0 0 20px;
	list-style: none;
}
.inforbox ul li {
	border-bottom: dotted 1px #ccc;;
}
.inforbox dl {
	width: 600px;
	font-size: 0.9em;
	color: #333;
	line-height: 1.4em;
}
.inforbox dl dt {
	float: left;
	width: 120px;
	padding: 10px 0 0 10px;
	clear:both;
}
.inforbox dl dd {
	width: 470px;
	margin-left: 120px;
	padding: 10px 0;
}
.inforbox ul li a dt,
.inforbox ul li a dd {
	color: #111;
	text-decoration: underline;
}
.inforbox ul li a:hover dt,
.inforbox ul li a:hover dd {
	color: #537425;
	text-decoration: none;
}

/* servicebox
/*-------------------------------------*/

.servicebox {
	width: 660px;
	padding: 10px 0;
 	background: #e3f6fe;
	border: solid 1px #ededed;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	border-radius: 12px;
}
.servicebox h3 {
	width: 660px;
	text-align: center;
}
.servicebox ul {
	float: left;
	list-style: none;
	margin: 0 0 0 0px;
}
.servicebox ul li {
	float: left;
	display: inline;
	width: 286px;
	margin: 0 0 0 28px;
}


/* linksbox
/*-------------------------------------*/

.linksbox {
	width: 660px;
	position: relative;
	overflow: hidden;
}

.linksbox ul {
	float: left;
	left: 50%;
	position: relative;
}
.linksbox li {
	float: left;
	left: -50%;
	position: relative;
	margin: 0 8px 8px 8px;
}