@charset "utf-8";
/* CSS Document */

* {
        margin:0;
}

body {
	text-align:center;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	width:100%;
	height:100%;
}
#wapper{
	margin:0;
	width:100%;
	background-color:#CCC;
}
#main_page{
	width:1005px;
	background-color:#FFF;
	height:100%;
	margin: 0 auto;
}
.clear{
	clear:both;
}
.line{
	height:4px;
	width:100%;
	background-color:#FFF;
}
#header{
	height:174px;
	width:100%;
}
#header_left{
	float:left;
	width:295px;
	height:174px;
	background-image:url(../img/header_org.jpg);
}
#header_right{
	float:left;
	width:710px;
	height:174px;
	background-image:url(../img/header_blue.jpg);
}
#logo{
	margin-top:36px;
}
.main_image{
	width:450px;
	position:absolute;
	z-index:1;
}
#header_right_inner{
	float:right;
	width:350px;
	height:164px;
	color:#FFF;
	font-size:18px;
	margin-top:10px;
}
#menu{
	height:132px;
	width:100%;
	background-image:url(../img/menu_bg.jpg);
}
#menu_flg{
	height:66px;
	width:100%;
}
.menu_flg_inner{
	float:right;
	width:24px;
	height:17px;
	padding-top:20px;
	padding-right:20px;
}
#menu_main{
	height:66px;
	width:90%;
	margin:0 auto;
}
.menu_main_space{
	width:20px;
	height:36px;
	float:left;
	padding-top:30px;
}
.menu_main_inner{
	float:left;
	margin:0 auto;
	width:130px;
	height:56px;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}

#end_content{
	width:100%;
	height:18px;
}
#end_content_left{
	width:33px;
	height:18px;
	float:left;
}
#end_content_center{
	width:939px;
	height:18px;
	background-image:url(../img/bg1x1.jpg);
	float:left;
}
#end_content_right{
	width:33px;
	height:18px;
	float:right;
}
#footer{
	width:100%;
	height:106px;
	background-image:url(../img/bg1x1_footer.jpg);
}
#menu_bottom{
	height:49px;
	width:85%;
	margin:0 auto;
	padding-top:20px;
}
.menu_bottom_space{
	width:20px;
	height:36px;
	float:left;
	padding-top:13px;
}
.menu_bottom_inner{
	float:left;
	margin:0 auto;
	width:120px;
	height:39px;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:capitalize;
}
.menu_bottom_inner a:link{
    color:#656565;
    text-decoration:none;
}
.menu_bottom_inner a:visited{
	color:#656565;
	text-decoration:none;
}
.menu_bottom_inner a:hover{
    text-decoration:underline;
}