@charset "euc-jp";
@import url("common.css");
@import url("common-column_3.css");

/* column_3-main
	1.flash
	2.eco-kakeibo
	3.mobile
----------------------------------------------------------------------------------------------------*/

/* flash */

div#flash{
	height:380px;
	margin:-10px -30px 55px -30px;
	position:relative;
	width:460px;
	z-index:0;
}

/*
	2.eco-kakeibo 
	2-1.#eco-kakeibo
	2-2.#eco-btn
	2_3.#eco-kakeibo-member
*/

/* 2-1.#eco-kakeibo */

div#eco-kakeibo{
	background:url(../img/index/back_eco-kakeibo.png) repeat-y;
	margin:0 -10px 15px;
	position:relative;
	width:420px;
}
div#eco-kakeibo h2{
	background:url(../img/index/title_eco-kakeibo.png) no-repeat left top;
	display:block;
	height:65px;
	position:absolute;
	left:0;
	top:-65px;
	width:420px;
}

/* 2-1.#eco-btn */

div#eco-kakeibo ul#eco-btn{
	margin-bottom:10px;
}
div#eco-kakeibo ul#eco-btn li{
	display:inline;
}
div#eco-kakeibo ul#eco-btn li.map{
	margin-right:5px;
}
div#eco-kakeibo ul#eco-btn li.webver{
	margin-left:5px;
}
div#eco-kakeibo h3{
	background:url(../img/index/title_eco-kakeibo-start.gif) no-repeat;
	height:38px;
	margin:0 auto 5px 30px;
	width:270px;
}

/* 2_3.#eco-kakeibo-member */

div#eco-kakeibo-member{
	background:url(../img/index/back_eco-kakeibo-bottom.png) no-repeat center bottom;
	padding:0 20px;
	padding-bottom:30px;
	width:380px;
}
div#eco-kakeibo-member:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
div#eco-kakeibo-member{display:inline-block;}
html[xmlns] div#eco-kakeibo-member{display:block;}
* html div#eco-kakeibo-member{height:1%;}

div.eco-kakeibo-member{
	background:url(../img/index/back_eco-kakeibo-member.gif) no-repeat top left;
	float:left;
	height:105px;
	margin-bottom:10px;
	padding-top:20px;
	position:relative;
	width:120px;
}
div.member-left,
div.member-center{
	margin-right:8px;
}
div.eco-kakeibo-member p{
	font-size:80%;
	margin:0 15px 0 20px;
}
div.eco-kakeibo-member p a{
	color:#333333;
	text-decoration:none;
}
div.eco-kakeibo-member img{
	margin-bottom:5px;
}
div.eco-kakeibo-member p.more{
	margin:0;
	position:absolute;
	right:25px;
	bottom:10px;
}
div.eco-kakeibo-member p.more a{
	background:url(../img/index/btn_more-eco-kakeibo_a.png) no-repeat left top;
	display:block;
	height:6px;
	width:30px;
}
div.eco-kakeibo-member p.more a:hover{
	background:url(../img/index/btn_more-eco-kakeibo_b.png) no-repeat left top;
}

/* 3.mobile */

div#mobile{
	background:url(../img/index/back_mobile.gif) no-repeat right bottom;
	margin-bottom:10px;
	width:200px;
}
div#mobile h2{
	background:url(../img/index/title_mobile.gif) no-repeat left center;
	height:30px;
	margin:0 auto 0 -5px;
}
div#mobile p{
	text-align:justify;
	line-height:1.6;
}