@import'style_base.css';

/* center
---------------------- */
.center {
	margin:0 auto;
	text-align:center;
	padding-top:5px;
}

/* float
---------------------- */
.right_im {
	float:right;
	margin-left:6px;
}
.left_im {
	float:left;
}
.right {
	float:right;
}
.left {
	float:left;
}

/* top-page
---------------------- */
.main_top {
	float:right;
	background:none;
	width:590px;
	padding:15px 0 30px 0;
	font-size:9pt;
}
.m5 {
	margin-top:5px;
}
.top_left {
	float:left;
	width:300px;
}
.top_left a {
	text-decoration:none;
	color:#451717;
}
.top_left a:hover {
	text-decoration:none;
	color:#451717;
}
.top_right {
	float:right;
	width:160px;
	padding-left:5px;
	text-align:center;
	margin:5px 0;
}
.top_right img {
	margin:3px 0;
}
.topic {
	border:#451717 double;
	width:364px;
	height:200px;
	overflow:auto;
	padding:5px;
	background-color:#FFFFFF;
	margin:5px 0;
	float:left;
	color:#666666;
}
.topic ul {
	list-style-type: disc;
	margin-left: 1em;
}