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


/* header
------------------------------------------------------*/ 
#vi h1 {
	left:0;
	line-height:1;
	position:absolute;
	text-align:left;
	top:10px;
	width:960px;
	z-index:5;
}

#vi .viindex {
	margin:0 -120px;
}

#vi {
	margin-bottom:45px;
}


/* item
------------------------------------------------------*/ 
.item {
	background:url(../img/products/bg_line_01.png) center top no-repeat;
	margin:0 auto 50px;
	padding-top:45px;
	width:850px;
}

.item.itemtop {
	background:none;
}

.item h2 {
	line-height:1;
	margin-bottom:20px;
	text-align:center;
}

.item p {
	margin-bottom:20px;
	text-align:center;
}

.item p.leadtxt {
	margin:0 auto 20px;
	text-align:left;
	width:750px;
}

.item .inner {
	width:750px;
}

.item .inner div {
	margin-bottom:45px;
}

