body{
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: #6A6A6A;
	font-size: 83%;
	text-align: center;
	}
	
/* Init */
h1,h2,h3,h4,h5,p{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	}
.clear{
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 0;
	}
img{
	border: 0;
	}

/* header */
#header{
	background: url("image/header_back.gif") no-repeat center top;
	position: relative;
	}
#header_in{
	margin: 0px auto;
	width: 785px;
	height: 229px;
	background: url("image/header_title_back.gif") no-repeat left top;
	text-align: left;
	}
h1{
	padding: 3px 0px 9px 0px;
	}

/* main_contents */
#contents_out{
	margin: 0px auto 0px auto;
	width: 759px;
	position: relative;
	z-index: 3;
	}
#contents{
	padding: 3px 0px 0px 0px;
	width: 759px;
	background: url("image/contents_back.gif") repeat-y left top;
	}
#contents_footer{
	width: 759px;
	height: 7px;
	line-height: 0;
	font-size: 0;
	background: url("image/contents_footer.gif") no-repeat left top;
	}
#contents_in{
	margin: 0px 0px 0px 12px;
	}

/* entry */
.blog{
	margin: 4px 12px 4px 0px;
	padding: 9px 9px 5px 9px; /* 30 -> 10 */
	border: 1px solid #DFDFDF;
	background: url("image/entry_footer.gif") no-repeat left bottom #FFFFFF;
	text-align: left;
	}
.entry_text{
	margin: 0px 13px 0px 13px;
	text-align: center;
	}
.news{
	width: 520px;
	margin: 0px auto;
	}
.news .title{
	padding: 15px 0 30px 0;
	}
.news .notice{
	padding: 0 0 20px 0;
	color: #545454;
	text-align: left;
	font-weight: bold;
	}
.news .bmark{
	padding: 0 0 30px 0;
	text-align: left;
	letter-spacing: -1px;
	}
.news .move{
	margin: 0 0 35px 0;
	padding: 10px 0 15px 0;
	background: #f1f1f1;
	text-align: center;
	}
.news a{
	color: #40a3b2;
	}

/* footer */
#copyright{
	width: 760px;
	margin: 5px auto 0px auto;
	text-align: left;
	}