@charset "UTF-8";

#earthJournal{
	
}
.treeBg {
	background-image: url(../images/earth_treebg.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
.treeBgText {
	width: 400px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/************************************************
*	entryBOX  			　　		 　　	*
************************************************/
#entryBox {
	width: 740px;
	text-align: left;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#entryBox a:link {
	color: #009900;
	text-decoration: underline;
}
#entryBox a:visited {
	color: #009900;
	text-decoration: none;
}
#entryBox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#entryHeader {
	width: 740px;
	padding-left: 18px;
	margin: 0px;
	background-image: url(../images/maru.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	color: #006600;
	font-size: 14px;
	font-weight: bold;
}
#entryTB {
	width: 720px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CC00;
}
#entryTB .date {
	width: 100px;
	font-size: 11px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #99CC00;
}
#entryTB .item {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #99CC00;
}
#entryTB .item:hover {
	color: #FFFFFF;
	background-color: #99CC00;
}
#entryBtm {
	background-image: url(../images/news_btm.gif);
	background-repeat: no-repeat;
	width: 740px;
	height: 14px;
	}
/************************************************
*	blockContent  			　　		 　　	*
************************************************/
#earthJournal .blockContens {
	clear: both;
	padding-top: 40px;
}
.blockContens p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#earthJournal h2{
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/h2_bg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 0px;
}
#earthJournal h3{
	padding: 0px 0px 0px 20px;
	margin: 0px;
	color: #006600;
	background-image: url(../images/env_h3.gif);
	background-repeat: no-repeat;
	background-position: 0px -3px;
}
.btnBox {
	text-align: right;
}
.commentator {
	padding-left: 85px;
	padding-top: 5px;
	height: 30px;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #efefef;
	background-image: url(../images/coment_btn.gif);
	background-repeat: no-repeat;
}
#earthJournal .leftBox{
	float: left;
	width: 100px;
	text-align: right;
	font-size: 14px;
	color: #006600;
	margin-top: 10px;
}
#earthJournal .midBox{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px dotted #CCCCCC;
	width: 63%;
}
#earthJournal .midBox2{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px dotted #CCCCCC;
	width: 70%;
}
#earthJournal .rightBox{
	float: right;
	width: 130px;
}
#earthJournal .rightBox h2{
	padding: 0px;
	margin: 0px;
	height: 26px;
	text-indent: -10000px;
	background-image: url(../images/env_thumtitle.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
#earthJournal .rightBox img{
	border: 3px solid #DFDFDF;
	margin: 5px 5px 0px;
}
#earthJournal  .rightBox  img:hover {
	border: 3px solid #99CC00;
	margin: 5px 5px 0px;
}
