@charset "UTF-8";
/* CSS Document */

body	{
	background:url(../images/background.jpg) top repeat-x;
	margin:0;
	}
	
.body_inner	{
	width:912px;
	margin:0 auto;
	background:url(../images/background_body.gif) repeat-y;
	}
	
.wapper	{
	width:850px;
	margin:0 auto;
	}

.header a	{
	outline:none;
	}
	
.header #isafari	{
	float:left;
	margin:10px 0 0 12px;
	}
	
.header	.head_inglish	{
	width:72px;
	height:70px;
	float:left;
	margin:15px 0 0 208px;
	}
	
.header	.head_inglish a	{
	text-decoration:none;
	color:#004ca3;
	font-size:80%;
	background:url(../images/btn_english.gif) 0 0 no-repeat;
	width:140px;
	height:0px;
	padding-top:36px;
	display:block;
	overflow:hidden;
	}
	
.header	.head_inglish a:hover	{
	background:url(../images/btn_english.gif) 0 -36px no-repeat;
	}
	
.header li	{
	float:left;
	}
	
.header h1	{
	margin:0 0 0 9px;
	}

.header h2 {
	padding-top: 20px;
}

.header h2 a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
.header h2 a:hover {
	text-decoration: underline;
}