body {
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #fff;
}
th, td {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	vertical-align: top;
}
table {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	font-size: 12px;
	text-align: left;
}
img {
	border-style: none;
}

a:link, a:visited {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #e31;
	text-decoration: underline;
}
#main_layout {
	width: 750px;
	margin: auto;
	text-align: left;
}
/* Top */
#top_block {
	height: 72px;
	background: url(top_border.gif) repeat-x left bottom;
	width: 750px;
}
#top_block #logo {
	float: left;
	width: 260px;
}
#top_block #phrase {
	text-align: right;
}

.float_clear {
	clear: both;
	height: 30px;
	padding-left: 500px;
	padding-top: 15px;

}

/* Bottom */
#bottom_block {
	padding-top: 18px;
	background: url(bottom_border.gif) repeat-x;
	width: 750px;
	height: 40px;
}
#bottom_block #copyright {
	float: left;
	margin-left: 4px;
	margin-bottom: 4px;
}

#bottom_block #privacy {
	text-align: right;
	padding-right: 4px;
	margin-bottom: 4px;
	float: right;
}
#bottom_block #sitemap {
	float: right;
	padding-right: 8px;
}
#menu_block {
	width: 145px;
	background: url(menu_backimage.gif) repeat-x;
	height: 600px;
	float: right;
}
#menu_block ul {
	margin: 0px;
	padding: 0px 0px 4px;
	border-bottom: 1px solid #363;
}
#menu_block li {
	display: inline;
	font-size: 0px;
	list-style: none;
}
#menu_block .main_menu {
	border-bottom: 1px solid #363;
}
#menu_block ol#sub_menu {
	background: #fff;
	margin: 0px;
	padding: 0px 0px 5px;
}
#menu_bottom ul {
	border-style: none;
}
#return_top {
	position: absolute;
	text-align: right;
	top: 470px;
	visibility: visible;
}
#contents_block {
	width: 604px;
	margin-top: 1px;
	float: left;
}
#contents_block #topic_path {
	font-size: 10px;
	margin-bottom: 25px;
	background: url(content_title_border.gif) repeat-x left top;
	padding: 4px;
	line-height: normal;
	border-top: 1px solid #030;
	color: #000000;
}
.border_dot {
	margin-top: 15px;
	margin-bottom: 30px;
	background: url(dot2_horizon.gif) repeat-x;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	border-left: 5px solid #990000;
	padding-left: 10px;
}

#down-link {
	text-align: center;
	margin-top: 15px;
}

