@charset "utf-8";

#navi {
	display: none;
}

#main {
	width: 1000px;
}

#column_left, #column_right {
	position: relative;
	padding-bottom: 25px;
}

#column_left {
	clear: both;
	width: 335px;
	float: left;
	margin-right: 30px;
}

#column_right {
	width: 635px;
	float: right;
}

#column_left p, #column_right p {
	padding: 0px 0px 5px 0px;
}

#column_left p img, #column_right p img {
	padding: 0px 0px 8px 0px;
}

#frame_title {
	border-bottom: 3px double;
}

#masterup {
	position: absolute;
	left: 10px;
	top: 450px;
}

/*============================
	route_banner
 ============================*/
ul.route_banner {
	position: relative;
	width: 1000px;
	height: 190px;
	padding: 5px 0px 10px;
}

ul.route_banner li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*============================
	info
 ============================*/
#info {
	height: 735px;
	margin: 10px 0px;
	font-size: 95%;
	overflow: auto;
}

#info table tr th {
	vertical-align: top;
}

#info table tr td {
	width: 635px;
	padding-left: 25px;
}

#info table hr {
	border: none;
	border-bottom: 1px dashed;
	margin: 20px 0px;
}

#info table tr td .message {
	padding-left: 10px;
	font-size: 85%;
}

/*============================
	pub
 ============================*/
#pub {
	height: 205px;
	margin: 10px 0px;
	font-size: 80%;
	overflow: auto;
}

#pub table tr th {
	vertical-align:top;
}

#pub table tr td {
	width: 335px;
	padding-left: 20px;
}

#pub table hr {
	border: none;
	border-bottom: 1px dashed;
	margin: 10px 0px;
}

#pub table tr td .message {
	padding-left: 15px;
	font-size: 80%;
}

