@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      index.css
 Style Info:     index
----------------------------------------------------------- */

#top_left {
	width:390px;
	float:left;
}

h3 {
	margin-bottom:2px;
}

.top_l_box {
	margin-bottom:10px;
	height:100px;
}

.top_l_box02 {
	float:left;
	width:270px;
}

.top_p01 {
    float: left;
	margin: 0 10px 0 0;
}

.top_l_t {
	margin-bottom:4px;
}

.top_l_link {
	text-align:right;
	font-size:10px;
}

#top_right {
	width:390px;
	float:right;
}


#top_right dl {;
	vertical-align:top;
	overflow-y:scroll;
	height:300px;
}

#top_right dt {
	padding:0 5px;
	margin:7px 0 3px;
}

#top_right dd {
	margin: 0 5px 0 0;
	padding:0 5px 10px 5px;
	border-bottom:1px dotted #cccccc;
}

.top_date {
	margin-bottom:5px;
}

#top_news {
	height:300px;
	background: url(../img/top_r_bg.gif) repeat-x left bottom;
	width:370px;
	padding:10px;
	margin-bottom:10px;
}


	
/*clearFix*/
#top_right dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
