/*----------------------*/
/* top */
/*----------------------*/

.top_txt {
	width:760px;
	padding:10px 0px;

	text-align:center;
	line-height:25px;
}

.top_l {
	width:545px;
	float:left;
}

.top_r {
	width:205px;
	float:right;
}

.top_r DIV {
	padding:2px 0px;
}

.top_tit {
	width:525px;
	height:23px;
	background:URL("../img/menu/tit.gif") repeat-x;
	padding:5px 10px 0px 10px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;

}

.top_list {
	/*width:525px;*/
	padding:0px 0px 0px 0px;
	border-width:0px 0px 1px 0px;
	border-color:#666666;
	border-style:none none dotted none;
	height:auto;
}

.top_list A:link	{ background:URL("../img/menu/p0.gif") no-repeat; color:#666666; position:static; display:block; padding:2px 0px 2px 15px; text-decoration:none; }
.top_list A:visited	{ background:URL("../img/menu/p0.gif") no-repeat; color:#666666; position:static; display:block; padding:2px 0px 2px 15px; text-decoration:none; }
.top_list A:active	{ background:URL("../img/menu/p1.gif") no-repeat; color:#000000; top:1px; left:1px; position:relative; display:block; padding:2px 0px 2px 15px; text-decoration:none; }
.top_list A:hover	{ background:URL("../img/menu/p1.gif") no-repeat; color:#000000; top:1px; left:1px; position:relative; display:block; padding:2px 0px 2px 15px; text-decoration:none; }

