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


/* plan==========================

	1.Common
	2.Index
	3.Details Page
	
*/

/* 1.Common ==============================================*/

div#mainVis{
	background:url(/img/main_viz16.jpg) no-repeat center top !important;
	height:325px;
	width:100%;
	position:absolute;
	z-index:1;
}
div.titleBox{
	margin:0 auto 0;
	width:980px;
	text-align:left;
}
h1{
	position:absolute;
	top:160px;
}
div#contentsInner{
	background:url(/common/img/bg960.gif) no-repeat top left;
}
/*  「このページの先頭へ」ボタン ==== */

div.top_page{
	width: 730px;
	border: 1px solid #ffffff;
}
/*
div.top_page p{
	margin-top: 30px;
	text-align: right;
	padding-right: 12px;
}
*/
div.top_page p {
	width:160px;
	margin-top: 30px;
	text-align: right;
	padding-right: 12px;
	float:right;
}


/*  news ==== */
div.newsContents{
	margin:15px0 15px 0;
}
div.newsContentsInner{
	margin:0 30px 0 30px;
}
div.newsContents p{
	line-height:1.5;
}
div.newsContents ul{
	margin:15px 0 15px 0;
}
div.newsContents ul li{
	line-height:1.5;
}
div.newsContents h2 {
	clear:both;
	width:730px;
	background:url(/img/bg_news_title.gif) no-repeat left bottom;
	padding:8px 0 8px 0;
	margin:0 0 15px 0;
}
div.newsContents h2 span{
	width:100%;
	margin:0;
	padding: 0 0 0 18px;
	font-weight:bold;
	font-size:1.33em;
}
div.newsContentsInner p.title001,
div.newsContentsInner h3{
	padding:5px 5px 5px 13px;
	margin:25px 0 15px 0;
	background-color:#FCF7CA;
	font-weight:bold;
}
/* table ==== */
table.table001{
    width: 390px;
    border: 1px #9F9F9F solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:15px;
}

table.table001 th {
    padding: 5px;
    border: #9F9F9F solid;
    border-width: 0 0 1px 1px;
    background: #E4F3DD;
    font-weight:normal;
}
table.table001 td {
    padding: 5px;
    border: 1px #9F9F9F solid;
    border-width: 0 0 1px 1px;
    vertical-align:top;
	text-align:center;
}
/* eco活動ページ ==== */
div.ecoBox{
	width:670px;
	position:relative;
	color:#008001;
	background:url(/cms/archive/news/images/img_mainviz.jpg) no-repeat top left;
	min-height: 640px;
	height: auto !important;
	height: 640px;
}
div.ecobox01{
	width:180px;
	position:absolute;
	top:256px; left:22px;
}
div.ecobox02{
	width:180px;
	position:absolute;
	top:448px; left:22px;
}
div.ecobox03{
	width:180px;
	position:absolute;
	top:256px; left:246px;
}
div.ecobox04{
	width:180px;
	position:absolute;
	top:256px; left:461px;
}
div.ecobox05{
	width:180px;
	position:absolute;
	top:462px; left:461px;
}
div.ecoBox00{
	width:670px;
	margin:30px 0 0 0;
	background:url(/cms/archive/news/images/bg_eco_body.gif) repeat-y;
}
div.ecoBox0Inner{
	background:url(/cms/archive/news/images/bg_eco_top.gif) no-repeat top left;
	padding-top:10px;
}
div.ecoBox0Inner2{
	background:url(/cms/archive/news/images/bg_eco_footer.gif) no-repeat bottom left;
	padding-bottom:30px;
}
div.ecoBox p.ecotxt{
	color:#00AF52;
	font-size:13px;
	padding:190px 18px 0 30px;
}
div.ecoBox00 p{
	margin:0 0 0 0;
	padding:0 0 10px 80px;
	color:#009343;
	font-weight:bold;
	font-size:20px;
}
div.ecoBox00 ul{
	margin:30px 0 0 50px;
}
div.ecoBox00 ul li{
	width:290px;
	float:left;
	background:url(/cms/archive/news/images/dot_eco2.gif) no-repeat;
	background-position:0 7px;
	padding:0 0 0 10px;
	margin:0 0 3px 0;
	color:#008001;
	font-size:13px;
}
p.ecoFooter{
	text-align:right;
	margin:15px 0 0 0;
}


/* for twitter and facebook button */

.socialbtntop {
	width:350px;
	float:left;
	padding:0 0 20px 0;
	text-align:left;
}

.socialbtnbtm {
	width:350px;
	float:left;
	padding:30px 0 10px 0;
	text-align:left;
}

.socialbtntop iframe,
.socialbtnbtm iframe {
	vertical-align:middle;
}


