@charset "utf-8";
/* CSS Document */
body
{
	background: #a9a9a9;
	font-family: Arial, Helvetica, sans-serif;
}
#frame
{
	width: 800px;
	overflow:auto;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 8px #00aeef solid;
	background: #fff;
}
#top_menu
{
	width: 800px;
	height: 39px;
	float: left;
	display: block;
	background: #fabe6a url(images/img_01.jpg);
}
#left_top_menu a 
{
	font-size: 12px;
	color: #06377b;
	text-decoration: none;
	line-height: 36px;
}
#left_top_menu
{
	margin: 3px 3px;
	float: left;
}
#right_top_menu
{
	float: right;
	display: block;
	margin-top: 5px;
	margin-right: 12px;
	width: 250px;
	text-align: right;
	height: 36px;
}
#right_top_menu a img
{
	border: none;
	float:right;
	margin: 0;
}
#top_text
{
	color: #06377b;
	font-size: 24px;
	margin-left: 50px;
	margin-top: 50px;
}
#head 
{
	width: 800px;
	height: 380px;
	float: left;
	display: block;
	background: #fff url(images/img_02.jpg);
}
#menu
{
	width: 720px;
	height: 33px;
	border-bottom: 4px solid #00aeef;
	display: block;
	float: left;
	text-align: center;
	padding: 0px 40px;
}
#menu a:hover
{
	background: #00aeef;
	border-left: 20px solid #00aeef;
	border-right: 20px solid #00aeef;
	color: #fff;
}
#menu a
{
	height: 33px;
	float: left;
	line-height: 33px;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	text-decoration: none;
	color: #06377b;
	font-size: 14px;
}
#content
{
	width: 770px;
	float: left;
	display:block;
	padding: 15px;
	font-size: 12px;
	font-weight: bold;
}
#content h1
{
	font-size: 24px;
	color: #fabe6a;
	margin-top: 5px;
}
#content h2
{
	font-size: 20px;
	color: #06377b;
}
a img
{
	border: 3px solid #06377b;
	float: left;
	margin: 20px;
}

#adlinks {
text-align:center;
font-size: 13px;
}