@charset "utf-8";
/* CSS Document */

@import url("../../../../cssjs/contents.css");

#container{
	position:relative;
}

#blog{
	margin: 0 auto;
	margin-top: 22px;
	text-align: center;
}

#blogContents{
	width: 786px;
	margin: 0 auto;
	background-image:url(images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#blogWrapper {
	margin: 0 auto;
	width: 650px;
	text-align: left;
}

#blogWrapper{
    zoom:1;/*for IE 5.5-7*/
}

#blogWrapper:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}

#blogWrapper{overflow:hidden;}




#entryBlock {
	float: left;
	width: 538px;
}

#entryBlock .entry {
	padding-top: 27px;
	background-image:url(images/entry_img.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#entryBlock .entry .entryBody {
	margin-left: 77px;
	padding-bottom: 30px;
	width: 384px;
}

#entryBlock .entry .date {
	height: 18px;
	padding-left: 22px;
	font-size: 10px;
	line-height: 1.25;
	color:#666666;
	background-image:url(images/entry_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 -3px;
}

#entryBlock .entry h4 {
	font-size: 18px;
	line-height: 1.25;
	margin: 10px 0 15px 0;
	color:#666666;

}

#entryBlock .entry .txt {
	font-size: 14px;
	line-height: 1.8;
	color:#3E5D3B;
}


#archiveBlock {
	float: right;
	width: 112px;
}

#archiveBlock ul,li{
	margin: 0 0 10px 0;
	padding: 0;
}

#archiveBlock ul {
	margin: 0 10px 0 6px;
}

#archiveBlock ul li{
	list-style: none;
	padding-left: 22px;
	background-image:url(images/archive_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#archiveBlock a:link,
#archiveBlock a:visited {
	text-decoration: underline;
	font-size: 10px;
	line-height: 1.25;
	color: #3E5D3B;
}

#archiveBlock a:hover,
#archiveBlock a:active {
	text-decoration: none;
	font-size: 10px;
	line-height: 1.25;
	color: #3E5D3B;
}





#footer {
	width: 786px;
	margin: 0 auto;
	padding-top: 30px;
	background-image:url(images/main_bg02.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#footer p {
	text-align: right;
	margin: 0 70px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
}

#footer p a:link,
#footer p a:visited {
	font-size: 12px;
	line-height: 1.5;
	color: #3E5D3B;
}

#footer p a:hover,
#footer p a:active {
	font-size: 12px;
	line-height: 1.5;
	color: #3E5D3B;
}