#menu {
	width: 125px;
	display: block;
	float: left;
}
#contents_rap {
	margin-left: 155px;
}
.logo_menu {
	margin-top: 10px;
}
.menu_top {
	display: block;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}
.menu1 {
	display: block;
	border-bottom: 1px solid #BBBBBB;
}
.menu2 {
	display: block;
	border-bottom: 1px solid #BBBBBB;
	text-indent: 10px;
}
.menu_top, a.menu_top:link, a.menu_top:visited,.menu1, a.menu1:link, a.menu1:visited, .menu2, a.menu2:link, a.menu2:visited {
	color:#444444;
	text-decoration:none;
	}
a.menu_top:hover, a.menu1:hover, a.menu2:hover {
	color:#009AC8;
	}
.font_blue {
	color:#009AC8;
}
.contents_titles_top {
	margin-bottom: 15px;
}
.contents_titles {
	margin-top: 20px;
	margin-bottom: 15px;
}
.contents_indent {
	display: block;
	margin-left: 15px;
}
.subheading {
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	display: block;
}
hr {
	border-style: solid none none none; 
	border-top-width: 1px; 
	border-top-color: #C8CCCD; 
	height: 1px;
	width:100%;
}
