@charset "Shift_JIS";
/* top: category
 ******************************************************/
#topmainarea {
	width: 770px;
	padding: 0;
	margin: 0 0 0 5px;
	clear: both;
}
#topmainarea:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
*html #topmainarea {
	height: 1px;
	overflow: visible;
}
/**/
#mainimg {
	margin: 0;
	padding: 2px 0 0 0;
}

#topleftarea {
	width: 510px;
	padding: 0;
	margin: 0;
	float: left;
}
#toprightarea {
	width: 260px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: right;
}

#topcontents:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
*html #topcontents {
	height: 1px;
	overflow: visible;
}
/**/

												

/* ===== news area ===== */
#topnewsarea {
	width: 459;
	margin: 20px 0 0 25px;
	padding: 0;
}
#topnewsarea h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
#topnewsarea dl {
	margin: 0;
	padding: 5px 0 8px 0;
	width: 459px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#topnewsarea dt {
	font-size: 80%;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}
#topnewsarea dd {
	font-size: 80%;
	line-height: 1.2;
	margin: -1.2em 0 0 0;
	padding: 0 0 0 90px;
}
#topnewsarea a:link {
	text-decoration: none;
}
#topnewsarea a:visited {
	text-decoration: none;
}
/* ===== link area ===== */
#link-nav {
	margin: 20px 0 0 0;
	padding: 10px 0 6px 0;
	background-image: url(../../img/link_bk.gif);
	background-repeat: repeat-x;
	width: 231px;
	height: 335px;
	border: 1px solid #B5D259;
}
#link-nav ul {
	margin: 0 0 0 16px;
	padding: 0;
}
#link-nav ul li {
	margin: 0;
	padding: 0 0 4px 0;
	list-style-type: none;
	float: left;
}
/* ===== banner area ===== */
.topbanner {
	margin: 10px 0 0 5px;
	padding: 0 0 0 0;
	width: 231px;
}
.topbanner a:hover img {
	 filter: alpha(opacity=70);
	 -moz-opacity: 0.7;
	 opacity: 0.70;
}

/* ===== to top ===== */
.to-top {
	clear: both;
	font-size: 70%;
	line-height: 1.0;
	text-align: right;
	margin: 0 25px 5px 0;
	padding: 25px 0 0 0;
	vertical-align: bottom;
}
