@charset "utf-8";

/* Home 
------------------------------*/

.main-visual {
	width: 956px;
	margin: 30px auto 20px;
	background: url(/img/index_mv_bg_01.png) left top no-repeat;
}
.main-visual-header {
	position: relative;
	height: 239px;
}
.main-visual-header h2 {
	position: absolute;
	top: 63px;
	left: 89px;
}
.main-visual-header p {
	position: absolute;
	top: 108px;
	left: 91px;
}
.main-visual-nav {
	width: 950px;
	margin: 0 auto;
	background: url(/img/index_mv_bg_01.gif) left bottom no-repeat;
	overflow: hidden;
	*zoom: 1;
}
.main-visual-nav .column {
	float: left;
	width: 310px;
}
.main-visual-nav .firstColumn { margin-right: 10px; }
.main-visual-nav .lastColumn { float: right; }
.main-visual-nav .column ul {
	margin: 0;
	padding: 12px 25px 16px;
}

#crossSell {
	position: relative;
	margin-top: 15px;
	padding: 15px 40px 13px;
	border-top: 1px solid #e6e3d8;
	border-bottom: 1px solid #e6e3d8;
	background: #f8f6ef;
	zoom:1;
}

#crossSell .navArea li {
	cursor: pointer;
	background: #fff;
}
#crossSell .navArea li:hover img,
#crossSell .navArea li:focus img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#crossSell .prev {
	position: absolute;
	top: -1px;
	left: 0;
}
#crossSell .next {
	position: absolute;
	top: -1px;
	right: 0;
}
#crossSell .carousel {
	overflow: hidden;
	position:relative;
	width:630px;
	min-height: 72px;
	zoom:1;
}
* html #crossSell .carousel {
	height: 72px;
}
#crossSell .carousel ul {
	top:0;
	left:0;
}
#crossSell .carousel li {
	float:left;
	padding:0 4px;
}

#land_usage {
	margin-top: 33px;
}

#land_usage .tit_text {
	margin: 30px auto 0 10px;
}

#land_usage h3 {
	margin-bottom: 15px;
	padding-top: 20px;
}

#land_usage .catindex-unit .unit-title img {
    float: left;
    margin: 0 12px 0 0;
}

.catindex-unit .unit-title img {
    float: right;
    margin: 0 0 0 12px;
}

.rightArea .contact-module-bg {
    background: transparent url(/img/contact_bg_01.gif) no-repeat left bottom;
}

.informationBox {
    padding:20px 30px;
    text-align:left;
    border-radius:8px;
    border:1px solid #e3e3e3;
    background:#ffffff;
}

.separateAreaTop{
	margin:30px auto 0;
	padding-top: 10px;
	background: url(/img/index_separate_bg_top.gif) no-repeat left top;
}
.separateAreaInner{
	padding: 10px 30px;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	background-color: #FFFFFF;
	width: 648px;
}
.separateAreaInner .unit{
	margin-top: 0;
}
.separateAreaBtm{
	padding-bottom: 10px;
	background: url(/img/index_separate_bg_btm.gif) no-repeat left bottom;
}

.eqAreaTop{
	margin-top:15px;
	padding-top: 10px;
    background: url(/img/index_eq_bg_top.gif) no-repeat left top;
}
.eqAreaInner{
	padding: 5px 30px;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
}
.eqAreaBtm{
	padding-bottom: 10px;
	background: url(/img/index_eq_bg_btm.gif) no-repeat left bottom;
}
.eqAreaTop .pdf-link{
	margin-top:5px;
}