@charset "UTF-8";

/*======================================== Blue Roses CSS ====================*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #ffffff;
	font-family: "Times New Roman", Times;
	text-align: center;
}
#wrap {
	margin: auto;
	text-align: center;
}
#top_logo {
	margin: auto;
	width: 840px;
	height: 480px;
	background-color: #1F276F;
}
#top_menu {
	width: 100%;
	height: 64px;
	background-color: #8680AB;
}
#top_menu_btns {
	position: relative;
	width: 800px;
	margin: auto;
	text-align: left;
}
#top_btn_01 {
	position: absolute;
	width: 145px;
	height: 64px;
	top: 0px;
	left: 0px;
}
#top_btn_01 a {
	display: block;
	width: 145px;
	height: 64px;
	background: url(/images/menu_btn_01.jpg) no-repeat top left;
	text-indent:-9999px;
}
#top_btn_01 a:hover {
	background-position: -0px -64px;
}
#top_btn_02 {
	position: absolute;
	width: 145px;
	height: 64px;
	top: 0px;
	left: 145px;
}
#top_btn_02 a {
	display: block;
	width: 145px;
	height: 64px;
	background: url(/images/menu_btn_02.jpg) no-repeat top left;
	text-indent:-9999px;
}
#top_btn_02 a:hover {
	background-position: -0px -64px;
}
#top_btn_03 {
	position: absolute;
	width: 145px;
	height: 64px;
	top: 0px;
	left: 290px;
}
#top_btn_03 a {
	display: block;
	width: 145px;
	height: 64px;
	background: url(/images/menu_btn_03.jpg) no-repeat top left;
	text-indent:-9999px;
}
#top_btn_03 a:hover {
	background-position: -0px -64px;
}
#top_btn_04 {
	position: absolute;
	width: 145px;
	height: 64px;
	top: 0px;
	left: 435px;
}
#top_btn_04 a {
	display: block;
	width: 145px;
	height: 64px;
	background: url(/images/menu_btn_04.jpg) no-repeat top left;
	text-indent:-9999px;
}
#top_btn_04 a:hover {
	background-position: 0px -64px;
}
#top_btn_05 {
	position: absolute;
	width: 220px;
	height: 32px;
	top: 0px;
	left: 580px;
}
#top_btn_05 a {
	display: block;
	width: 220px;
	height: 32px;
	background: url(/images/menu_btn_05.jpg) no-repeat top left;
	text-indent:-9999px;
}
#top_btn_05 a:hover {
	background-position: -0px -32px;
}
#top_btn_06 {
	position: absolute;
	width: 145px;
	height: 32px;
	top: 32px;
	left: 580px;
}
#top_btn_06 a {
	display: block;
	width: 220px;
	height: 32px;
	background: url(/images/menu_btn_06.jpg) no-repeat top left;
	text-indent:-9999px;
}
#top_btn_06 a:hover {
	background-position: -0px -32px;
}



#top_information, #footer {
	margin: 0px auto;
	width: 840px;
	background-color: #1F276F;
	text-align: center;
}



#top_information_wrap {
	margin: 0px auto;
	width: 800px;
}

#top_headline {
	float: right;
	width: 320px;
	margin: 32px 0px 64px;
	text-align: left;
	font-size: 12px;
}
#top_headline a {
	color: #ffffff;
}

#top_headline ul {
	list-style: none;
	padding: 0px 0px;
}
#top_headline li {
	border-top: 1px solid #cccccc;
	padding: 8px 4px 8px 4px;
}
#top_headline li:hover {
	background-color: #0E0057;
}



#copyright {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 840px;
	height: 48px;
	background: url(/images/copyright.jpg) no-repeat bottom center;
	text-indent:-9999px;
}