body {
	margin			: 0;
	padding			: 0;
	font-size		: 85%;
}

a img {
	border			: 0;
}

.cl {
	font-size		: 0px;
}

span .cl {
	display			: block;
	clear				: both;
}

.cl_5 {
	display			: block;
	clear				: both;
	height			: 5px;
}

.cl_10 {
	display			: block;
	clear				: both;
	height			: 10px;
}


#wrapper {
	width				: 800px;
	margin			: 10px auto;
	background		: url(../images/body_bg.gif);
	border-top		: 1px solid #cbc7c7;
	border-bottom	: 1px solid #cbc7c7;
}

/* header */

#header {
	height			: 34px;
	background		: url(../images/header_bg.gif);
	padding			: 0 10px;
}

.top_sitemap {
	width				: 150px;
	float				: left;
	padding-top		: 7px;
}

.search {
	width				: 600px;
	float				: right;
	text-align		: right;
}

.search form {
	display			: inline;
	font-size		: 10px;
}

.search img {
	vertical-align	: bottom;
}

/* main */

#mainContents {
	padding			: 10px 20px 5px 20px;
}

.main {
	width				: 590px;
	float				: left;
}

.entry {
	width				: 190px;
	float				: left;
}


/* ====== news ====== */
.news {
	width				: 380px;
	float				: right;
	background		: url(../images/news_header.gif) no-repeat;
	font-size		: 90%;
}

.news p {
	text-align		: right;
	padding			: 4px 0 0 0;
}

.news a {
	text-decoration	: none;
	background			: url(../images/list_icon.gif) no-repeat;
	padding-left		: 10px;
	color					: #9e827d;
	font-weight			: bold;
}

.news .scroll {
	display				: block;
	height				: 85px;
	overflow				: auto;
}

.news li {
	list-style			: none;
	color					: #9e827d;
	padding				: 5px 0;
	margin				: 0;
}

.news ul {
	padding				: 0 5px;
	margin				: 0;
}

/* ====== block ====== */

.block_info1 img , .block_info2 img {
	vertical-align		: bottom;
}


.block_info1 , .block_info2 {
	width					: 195px;
	float					: left;
}

.oshirase {
	padding				: 3px 10px;
	font-size			: 90%;
	line-height			: 140%;
	height				: 34px;
	background			: url(../images/block_body01.gif) no-repeat;
}

a.new {
	display				: block;
	padding				: 0px 0 0 40px;
	height				: 28px;
	background			: url(../images/block_new.gif) no-repeat;
	text-decoration	: none;
	color					: #9e827d;
	font-weight			: bold;
}

.block_info1 a.normal ,.block_info2 a.normal {
	text-decoration	: none;
	background			: url(../images/list_icon.gif) no-repeat;
	padding-left		: 10px;
	color					: #9e827d;
	font-weight			: bold;
}



/* ====== navi ====== */
.navi {
	width				: 165px;
	float				: right;
	text-align		: right;
}

.navi a.btn {
	display			: block;
	padding-bottom	: 4px;
}


/* ====== copylight ====== */

.copylight {
	font-size		: 80%;
	text-align		: center;
	color				: #a1ae20;
}



/* footer */

#footer {
	background		: url(../images/footer.gif) repeat-x;
	height			: 30px;
}

#footer img {
	vertical-align	: top;
}

#footer p {
	padding			: 4px 0 0 0;
	text-align		: center;
	color				: #FFF;
}

#footer a {
	color					: #FFF;
	text-decoration	: none;
}