﻿@charset "UTF-8";




/*############################################*/
/*page*/
/*############################################*/
#top_pageWrapper{
	position:relative;
	width:100%;
	text-align:center;
	background:url(../images/top_bg.jpg) repeat-x;
}

	

/*flash*/
#flash {
	width:880px;
	height:290px;
	margin:0 auto;
}
	

/*info_area*/
.top_infoBox {
	width:auto;
	margin:40px 0;
	text-align:left;
}


.top_LeftInfo {
	width:470px;
	height:110px;
	float:left;
	margin:0;
	padding:0 0 30px 0;
}

.top_topics h2 {
	margin:0px;
	padding:0px;
	width:auto;
	}

	
	/*topics*/
	#topics {
		width:auto;
		height:120px;
		margin:5px 0 20px 0;
		overflow-y:scroll;
		scrollbar-base-color:#eee;
		border-top:none;
		border-bottom:1px solid #f0f0f0;
	}
	
	
	#topics dl dt {
		width:4em;clear:left;float:left;padding:4px 0.5em 5px 0em;
		font:bold;
	}
	#topics dl dd { margin-left:0px;padding:5px 0.5em 5px 8em;border-bottom:dotted 1px #ccc; }
	
	#topics a {
		text-decoration:underline;
	}
	#topics a:visited {text-decoration:none; }
	#topics a:hover {
	text-decoration:underline;
	}


	.kome {
	  background-color:#ff853b;
	  padding: 2px 4px 0px 4px;
	  color:#FFF;
	  font-size: 9px;
	  letter-spacing: 1px;
	  border-top: 1px solid #fc3;
	  border-bottom: 1px solid #C63;
	  border-right: 1px solid #C63;
	  border-left: 1px solid #F96;
	  border-top: 1px solid #F96;
	  margin: 0px 0px 0px 10px;
	  line-height: 2em;
	}
	




.top_RightInfo {
	width:350px;
	float:right;
	margin:40px 0 0 0;
	padding:0px;
}

.top_RightInfo li {
	float:left;
	margin:0 5px 0 0;
	width:164px;
}

