@charset "utf-8";

#container {
	width:1024px;
	margin: 0 auto;
	padding:0;
}

#header{
	width:1024px;
	height:145px;
	margin:0 auto;
	padding:0;
	text-align:left;
	overflow:hidden;
	position:relative;
	}
#header h1{
	margin:29px 0 0 0;
	padding:0;
	widows:344px;
	height:111px;
	}
#header #btn_login{
	position:absolute;
	right:0;
	top:29px;
	}
#header #header_navi{
	position:absolute;
	left:494px;
	top:108px;
	}
#header #header_navi a{
	text-decoration:none;
	color:#333333;
	}
#header #header_navi a:hover{
	color:#999999;
	}
#header #box_search{
	position:absolute;
	right:0;
	top:105px;
	width:275px
	}
#header #box_search_in{
	position:relative;
	}
.search_text{
	width:218px;
	height:20px;
	padding-left:5px;
	border:1px solid #bcbcbc;
	position:absolute;
	left:0;
	top:0;
	color:#999;
	}
.search_btn{
	width:50px;
	height:24px !important;
	position:absolute;
	right:0;
	top:0;
	}
#global_navi{
	width:1025px;
	height:50px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	text-align:left;
	}
#global_navi ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#global_navi li{
	margin:0;
	padding:0;
	float:left;
	height:50px;
	position:relative;
	z-index:3000;
	}

#global_navi li ul {
  display:none;
  position:absolute;
  top:50px;
  left:-5px;
  padding:5px 5px 2px 5px;
  width: 200px;
  background:#eff8ff;
  border:solid 5px #c2ddf2;
  z-index:1000;
}
#global_navi li ul li {
  margin: 0;
  padding: 0;
  width: 200px;
  border: none;
  height: auto !important;
  z-index:1000;
}
#global_navi li ul li a {
  background: #dff0fd;
  text-decoration:none;
  padding:3px 5px;
  display:block;
  margin-bottom:3px;
}
#global_navi li ul li a:hover {
  color: #fff;
  background:#1c74b3;
}


#sitemap{
	min-width:1024px;
	text-align:left;
	background:url(../img/bg_sitemap.gif) repeat-x 0 0 #52aedf;
	border-top:5px solid #c8e5f3;
	border-bottom:5px solid #c8e5f3;
	overflow:hidden;
	padding:10px 0;
	
	}
#sitemap_in{
	width:1024px;
	margin:0 auto;
	}
.sm_ul{
	list-style:none;
	padding:0;
	margin:0 6px 0 0;
	width:140px;
	float:left;
	}

.sm_ul li{
	}

.sm_ul li a{
	color:#FFF;
	text-decoration:none;
	background:url(../img/ico_sitemap_ar.gif) no-repeat 0 7px;
	padding-left:8px;
	display:block;
	font-size:12px;
	}
.sm_ul li a:hover{
	color:#daf2ff;
	}
.sm_ul li.sm_title{
	margin-bottom:15px;
	
	}
.sm_ul li.sm_title a{
	font-size:14px;
	font-weight:bold;
	background:url(../img/ico_sitemap_ar.gif) no-repeat 0 9px;

	}
#footer{
	width:1024px;
	margin:0 auto;
	padding:20px 0;
	text-align:left;
	}
#footer a{
	color:#333;
	text-decoration:none;
	}
#footer a:hover{
	color:#999;
	text-decoration:none;
	}
#footer a.map{
	background:url(../img/ico_map.png) no-repeat 0 center;
	display:inline-block;
	}
#footer_logo{
	float:left;
	margin-right:10px;
	}
#footer_info{
	float:left;
	font-size:13px;
	}
#footer_title{
	font-weight:bold;
	font-size:14px;
	}
#footer_navi{
	margin-top:25px;
	width:500px;
	float:right;
	text-align:right;
	font-size:12px;
	}
#footer_navi a.arrow1{
	background: transparent url(../img/ico_arrow_01.gif) no-repeat 0 3px;
	}

#copy{
	float:right;
	text-align:right;
	}