@charset "utf-8";
/* CSS Document */
.part a:link,.part a:hover,.part a:active,.part a:visited {
	color:white;
	text-decoration:none;
}
body {
	margin:20px 0 0 0;
}
#banner {
	width:940px;
	height:54px;
	margin:0 auto;
}
#banner_middle {
	width:922px;
	height:54px;
	float:left;
	background:url(../images/banner_middle_bg.jpg) repeat-x;
}
#banner_left,#banner_right {
	width:9px;
	height:54px;
	float:left;	
}
#banner_left {
	background:url(../images/banner_left_bg.jpg) no-repeat;
}
#banner_right {
	background:url(../images/banner_right_bg.jpg) no-repeat;
}
#tooltip {	
	padding:10px;
	position:absolute;
	z-index:9999;
	display:none;
	filter:alpha(opacity=70);
	opacity:0.7;
}
#tooltip_left {
	width:9px;
	height:49px;
	float:left;
	background:url(../images/tooltip_left.png) no-repeat;
}
#tooltip_middle {
	height:23px;
	float:left;
	text-align:left;
	padding:7px 10px 0 10px;
	background-color:#046f00;
	color:white;
	font:bold 12px Arial;
}
#tooltip_right {
	width:9px;
	height:49px;
	float:left;
	background:url(../images/tooltip_right.png) no-repeat;
}

.menu {
	width:85px;
	height:31px;
	padding-top:14px;
	margin:0 14px;
	float:left;
	text-align:center;
	overflow:hidden;
	font:bold 14px Arial;
	color:white;
}
.sp {
	width:1px;
	height:17px;
	margin-top:14px;
	float:left;
	text-align:center;
	background:url(../images/sp.png) no-repeat;
}

#ads_area {
	width:940px;
	margin:15px auto 0 auto;
}

#main_iframe {
	width:940px;
	height:350px;
	margin:10px auto;
}

#footer {
	width:100%;
	height:359px;
	background:url(../images/foot-bg.jpg) repeat;
}
#decoration {
	width:100%;
	height:86px;
	margin:0 auto;
	background:url(../images/foot-strokes.png) repeat-x;
}
#sitemap {
	width:940px;
	height:120px;
	margin:0 auto;
	color:white;
	font:100 11px Arial;
}
.part {
	height:90px;
	padding:15px 11px;
	float:left;
	line-height:20px;	
}
.mainmenu {
	padding-bottom:5px;
	font:bold 12px Arial;
}
#certifications {
	width:940px;
	height:53px;
	margin:10px auto 30px auto;
}
.certification {
	height:53px;
	padding:0 17px;
	float:left;
	text-align:center;
}
#rights {
	width:940px;
	height:40px;
	margin:0 auto;
	text-align:center;
	font:100 11px Arial;
	color:white;
}