@charset "utf-8";
/* CSS Document */

/* header style
-----------------------------------*/
#header {
	height: 79px;
}

#header h1 {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header h2 {
	font-size: 85%;
}

#header #header_right {
	float: right;
	text-align: right;
	width: 630px;
	height: 79px;
	overflow: hidden;
}
#header #header_right #header_info {
	float: right;
	height: 10px;
	width: 630px;
	overflow: hidden;
}

#header #header_right #head_navi {
	text-align: right;
	margin-top: 5px;
	width: 630px;
	height: 25px;
	overflow: hidden;
}
#header  #header_right  #head_navi h3 {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #333333;
	float: right;
	font-size: 110%;
	margin-top: 2px;
}
#header #header_right #head_navi #head_navi_end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	padding-right: 0px;
}

#header #header_right #head_navi img  {
	float: right;
	line-height: 20px;

}
#header #header_right #head_language {
	width: 630px;
	float: right;
	overflow: hidden;
}
#header  #header_right  #head_language  li {
	padding-right: 5px;
	margin-top: 6px;
	float: right;
}

/* menu style
-----------------------------------*/
#menu {
	height: 38px;
	margin-bottom: 10px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align:center;
}
#menu li {
	float: left;
}

/* navi style
-----------------------------------*/
#navi {
	float:left;
	border-bottom: solid 1px #3976B8;
	margin-bottom:10px;
	padding-bottom:5px;
	
	margin-top:-5px
}
#navi li{
	float:left;
	color: #333;
	font-size:11px;
}
#navi li a{
	color:#3976B8;
	text-decoration:none;
	font-size:11px;
	
	margin-right:10px;
	padding-right:15px;
	background: url("../images/navi.png") no-repeat scroll right center transparent;
	/*background-image: url(/images/navi-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
	display:block;
}
#navi li a:hover{
	text-decoration:underline;	
}

/* footer style
-----------------------------------*/
#footer {
	border-top: 1px solid #68C7BF;
	text-align: center;
	padding-top: 10px;
}#footer .ft_title {
	font-size: 105%;
	font-weight: bold;
}
#footer #copy_right {
	line-height: 30px;
	color: #FFF;
	margin-top: 10px;
	display: block;
	font-size:10px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
