@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      index.css
 Style Info:     index
----------------------------------------------------------- */

#top_flash {
	margin:0 auto 9px;
}

#top_left {
	width:480px;
	margin:0 15px 15px 0;
	float:left;
}

#top_list {
	/*height:327px;*/
	overflow-y:scroll;
}

.top_list_box {
	width:450px;
	margin-bottom:10px;
	zoom:1;
}

/*clearFix*/
.top_list_box:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.top_list_t {
	background:#eeeeee;
	padding:5px 0 5px 5px;
	margin-bottom:6px;
	font-weight:bold;
	color: #00367B;
}

.top_list_t a {
	text-decoration:none;
}

.top_list_p {
	border:1px solid #B7C5CC;
	float:left;
	margin-right:20px;
}

.top_list_w {
	float:left;
	width:303px;
}

.top_list_w li {
	font-size:10px;
	color:#00509F;
	background:url(../img/dotx.gif) bottom repeat-x;
	margin-bottom:4px
}

.top_list_w li p {
	padding-top:2px;
	padding-bottom:8px;
}

.top_list_loc {
	background:url(../img/pict_man.gif) no-repeat;
	padding-left:30px;
	color:#666666;
}

.top_list_acc {
	background:url(../img/pict_train.gif) no-repeat;
	padding-left:30px;
	color:#666666;
}

.top_list_pict {
	float:left;
	width:304ppx;
}

.top_list_pict li {
	float:left;
	margin-left:1px;
}

#top_right {
	width:400px;
	float:right;
}

#top_info {
	height:180px;
	overflow-y:scroll;
	margin-bottom:12px;
}

#top_info dl {
	background: url(../img/dotx.gif) repeat-x bottom;
	padding:0 0 7px;
	margin-bottom:5px;
	font-size:11px;
	width:370px;
	zoom:1;
}

/*clearFix*/
#top_info dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#top_info dt,dd {
	float:left;
	margin-right:5px;
}

.top_info_w {
	margin-top:1px;
}

.top_bn01 {
	margin-bottom:7px;
}

.top_bn02 {
	margin-top:7px;
	margin-bottom:7px;
}

