
/* ---------- コンテンツエリア ---------- */
#contentsarea {
	height : 1%;
	width: 828px;
	margin-top: 2px;
}
#contents_left {
	float: left;
	width: 508px;
}
#contents_right {
	float: right;
	width: 296px;
}

.contents_waku {
	clear: left;
	width: 508px;
	margin: 0px 0px 5px 0px;
}
.contents_set {
	float: left;
	height: 110px;
	margin: 0px 10px 5px 2px;
	background-image: url(parts/contents_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ededed;
}
.txtarea {
	width: 240px;
	height: 86px;
	margin: 0px;
	padding : 0px;
	overflow : auto;
}
.contents_set h2 {
	background-image: url(parts/contents_title.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 100%;
	margin: 0px;
	padding : 3px 0px 3px 30px;
}
.contents_set h2 a {
	color: #fff;
	text-decoration : none;
}
.contents_set p {
	font-size: 90%;
	line-height: 130%;
	margin: 0px;
	padding : 5px;
}

/* ---------- トピックス ---------- */
#topics {
	width: 296px;
    background-image: url(parts/topics_back.gif);
    background-repeat: repeat-y;
    font-size: 90%;
	margin: 0px 3px 90px 0px;
}
#topics h2 {
	margin: 0px 0px 10px 0px;
}
#topics ul {
	margin: 0px;
	padding : 0px;
	width: 296px;
    background-image: url(parts/topics_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#topics ul li {
	margin: 0px 0px 0px 25px;
	padding : 0px 0px 10px 0px;
	list-style-image : url(parts/hosi.gif);
}
#topics p {
	margin: 0px;
	padding : 5px 10px 0px 33px;
    background-image: url(parts/topi.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #fff;
}

/* ---------- 右下のメニュー ---------- */
#img_menu {
	clear: both;
	width: 328px;
	height: 1%;
	margin: -80px 0px 0px 500px;
	text-align: right;
}
