@charset "utf-8";

/*-------------------------------------------------
 			1 : base styles
			2 : reset styles
			3 : header styles
			4 : contnet styles
			5 : footer styles
-------------------------------------------------*/

/*-------------------------------------------------
 1 : base styles
-------------------------------------------------*/
html {
	overflow-y: scroll;
}
a {
	color: #fff;
	}
a:link {
	color: #fff;
	}
a:visited {
	color: #fff;
	}
a:hover, a:focus, a:active {
	color: #FF0000;
	}

/*hr*/
hr {
	display: none;
	}

/*hr*/
hr {
	display: none;
	}

/*非表示*/
.invisible{
	overflow: hidden;
	height: 0px;
	}

/*フロートクリア*/
div.clear {
	clear: both;
	}

div.clear1px {
	clear: both;
	height: 1px;
	}

/* clearfix hack */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* hide macie \*/
*html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* end hide */
/* end clearfix hack */

body {
	font-size: 12px;
	background: url(../image/shared/bg.gif) repeat-y center #fff;
	text-align: center;
}
/* IE6以下でpadding指定 */
*html body {
	padding-left: 1px;
}
/* IE7でpadding指定 */
*:first-child+html body {
	padding-left: 1px;
}
div {
	text-align: left;
}
#container {
	width: 980px;
	margin: 0 auto;
}
#container #ecoBox {
	position: relative;
	width: 980px;
	height: 94px;
	background: url(../image/shared/header.jpg) no-repeat;
}
#container #ecoBox p {
	overflow: hidden;
	height: 0px;
}
.top_t {
	list-style: none;
	position: absolute;
	top: 10px;
	left: 850px;
}
.top_t a {
	width: 63px;
	height: 21px;
	margin: 20px auto;
	display: block;
	background: url(../image/shared/bt_top.gif) no-repeat;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
.top_t a:hover {
	background-position: 0 -21px;
}

#container_in {
	width: 800px;
	padding: 0 60px 0;
	margin: 0 30px;
	background: url(../eco_journalist/image/bg.gif) repeat-x #FFFFFF;
}


/*-------------------------------------------------
 2 : reset styles
-------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	color: #000;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

img {
	border: 0;
	}

/* inline elements インライン要素*/
strong, em {
	font-weight: bold;
	font-style: normal;
	}
del {
	text-decoration: line-through;
	}
ins {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}
	
/*-------------------------------------------------
 3 : header styles
-------------------------------------------------*/
#header {
	width: 800px;
}
#header h1,
#header p {
	overflow: hidden;
	height: 0px;
}
#header #catch {
	width: 800px;
	height: 120px;
	background: url(../eco_journalist/image/cbc.gif) no-repeat;
}
#header #title {
	width: 800px;
	height: 280px;
	background: url(../eco_journalist/image/title.gif) no-repeat;
}
#header #lead {
	width: 800px;
	height: 310px;
	background: url(../eco_journalist/image/lead.gif) no-repeat;
}

/*-------------------------------------------------
 4 : contnet styles
-------------------------------------------------*/
#content {
	position: relative;
	width: 740px;
	margin: 0 auto;
	line-height: 18px;
}
#content .left {
	width: 360px;
	float: left;
	position: absolute;
}
#content .right {
	width: 360px;
	float: right;
	margin: 10px 0 20px 0;
}
#content .top {
	background: url(../eco_journalist/image/waku_top.gif) no-repeat;
	height: 17px;
	width: 740px;
}
#content .bottom {
	background: url(../eco_journalist/image/waku_bottom.gif) no-repeat;
	height: 17px;
	width: 740px;
}
#content h2 {
	color: #006600;
	font-size: 18px;
	line-height: 24px;
	background-color: #fffac2;
	border-left: solid 3px #72af2c;
	border-right: solid 3px #72af2c;
	padding: 0 20px 5px;
	text-align: center;
}
#content table {
	font-size: 12px; 
	width: 100%;
}
#content th {
	text-align:left;
	padding-right: 20px;
}
#content td {
	vertical-align: top;
}
#content .boxL {
	float: left;
	width: 350px;
}
#content .boxR {
	float: right;
	width: 300px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
}
#content dl {
	background-color: #fffac2;
	border-left: solid 3px #72af2c;
	border-right: solid 3px #72af2c;
	padding: 0 20px;
}
#content dt {
	clear: both;
	font-weight: bold;
	color: #396b00;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #72AF2C;
}
#content dd {
	clear: both;
	padding: 10px 0 10px 0;
}
#content ol {
	padding-left: 20px;
	list-style-position: outside;
}
ul.oubo_btn {
	list-style-type: none;
	width: 222px;
	height: 53px;
	margin: 10px auto;
}
ul.oubo_btn li a {
	width: 222px;
	height: 53px;
	background: url(../eco_journalist/image/bt_entry.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	font-size: 0;
	line-height: 0;
}
ul.oubo_btn li a:hover {
background-position: 0 -53px;
}

.sub {
	padding-top: 1em;
}
.red {
	color: #FF0000;
	text-decoration: underline;
}

/*-------------------------------------------------
 5 : footer styles
-------------------------------------------------*/
#footer {
	clear: both;
	width: 800px;
	height: 371px;
	text-align: center;
	background: url(../eco_journalist/image/footer.gif) no-repeat;
}
#footer p {
	overflow: hidden;
	height: 0px;
}

.pageup {
	text-align: right;
	padding: 10px 30px 0 0;
}
.top {
	list-style: none;
}
.top a {
	width: 63px;
	height: 21px;
	margin: 20px auto;
	display: block;
	background: url(../image/shared/bt_top.gif) no-repeat;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
.top a:hover {
	background-position: 0 -21px;
}
#disclaimer {
	clear:both;
	width:980px;
	text-align:center;
	padding:20px 0 25px;
}
