@charset "UTF-8";

/* ---------- Top ----------  */

#top {
	padding: 40px;
	clear: both;
}

#top #topL {
	float: left;
	width: 300px;
}

#top #topR {
	float: right;
	width: 480px;
}


/* ---------- Bnr ----------  */

#top #topL li {
	background: url(../img/shared/bnr_back_top.png) no-repeat;
	display: block;
	margin-bottom: 15px;
	width: 300px;
	height: 120px;
}

#top #topL li a img {
	margin: 0;
}

#top #topL li a:hover img {
	margin: 1px 0 0 1px;
}


/* ---------- News ----------  */

#top #topR #news {
	margin-bottom: 30px;
}

#top #topR #news h3 {
	border-bottom: 1px solid #999;
}

#top #topR #news ul {
	border-bottom: 1px solid #999;
}

#top #topR #news ul li {
	clear: both;
	border-top: 1px dashed #999;
	padding: 2px 5px 5px 5px;
}

#top #topR #news ul li.start {
	border-top: 0;
}


#top #topR #news ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#top #topR #news ul li strong {
	color: #51832B;
	display: block;
	font-size: 90%;
	font-weight: bold;
	float: left;
	width: 70px;
}

#top #topR #news ul li span {
	display: block;
	float: right;
	width: 400px;
}


/* ---------- Info ----------  */

#top #topR #info {
}

#top #topR #info p {
	background: #fff;
	padding: 10px 0 10px 20px;
	text-align: center;
}

#top #topR #info ul {
	background: #fff;
	padding: 0 0 0 25px;
}

#top #topR #info li {
	padding: 5px 0;
}