@charset "utf-8";

/* -- toppage -- */
div#contents div#top_topics {
	width:800px;
	margin:0px auto;
}

div#contents div#top_words {
	width:420px;
	float:left;
}
	div#contents div#top_words h2 {
		text-align:center;
	}
	div#contents div#top_words p {
		margin:15px 10px 0px 30px;
	}

div#contents div#top_information {
	width:380px;
	float:right;
}
div#contents div#top_information div#info_detail {
	width:350px;
	height:250px;
	overflow:auto;
	border:1px #0f0a14 solid;
	margin:10px 0px 0px 0px;
	scrollbar-track-color: #0f0a14;
	scrollbar-face-color: #342c3e;
	scrollbar-shadow-color: #342c3e;
	scrollbar-darkshadow-color: #342c3e;
	scrollbar-highlight-color: #342c3e;
	scrollbar-3dlight-color: #494054;
	scrollbar-arrow-color: #999999;
}
div#contents div#top_information div#info_detail dl {
	margin:10px;
}
div#contents div#top_information div#info_detail dt {
	width:50px;
	float:left;
}
div#contents div#top_information div#info_detail dd {
	margin-left:60px;
	_text-indent:-4px;/* for only IE6 style */
}
	
div#contents ul#top_closeUp {
	margin:10px 0px 0px 30px;
	background:url(../img/bg_top_closeUp.jpg) repeat-y;
}
	div#contents ul#top_closeUp li {
		width:249px;
		float:left;
	}
	div#contents ul#top_closeUp p {
		margin:5px 20px 8px 10px;
	}