@charset "utf-8";

/*------------------------------------------------------------
  body
-------------------------------------------------------------*/
body {
	background: url(../img/background.gif) repeat-y center;
	/* for IE */
	text-align: center;
}

/*------------------------------------------------------------
  Link
-------------------------------------------------------------*/

a {
	text-decoration: none;
}

a:link {
	color: #3333ff;
}

a:visited {
	color: #3366ff;
}

a:hover {

}

/*------------------------------------------------------------
  div#header
-------------------------------------------------------------*/
div#header {
	width: 772px;
	margin: 0 auto;
	padding: 0;
}

div#header h1 {
	float: left;
	margin: 10px 0 0;
}

div#header.bottom {
	clear: both;
}

div.googlebox{
	float: right;
	text-align: right;
	width: 205px;
	padding-top: 40px;
	font-size: 12px;
}

div.googlebox input#search{
	width: 134px;
	height: 20px;
	border: #9cb6ca solid 1px;
}
div.googlebox input#btn{
	vertical-align: bottom;
	padding-bottom: 2px;

}

div.fontsizesw{
	float: right;
	text-align: right;
	width: 55px;
	padding-top: 50px;
	padding-left: 60px;
	background: url(../img/fontsizebox_logo.gif) no-repeat;
	background-position: left 53px;
}

div.fontsizesw.en{
	background:url(../img/fontsizebox_logo_en.gif) no-repeat;
	background-position: left 53px;
}

div.fontsizesw ul{

}
div.fontsizesw li{
	padding: 1px;
	float: left;
}

div#headerpowerdcopy{
	clear: both;
	height: 26px;
	text-align: right;
	background: url(../img/header_bottom_background.gif) no-repeat center 0;	
}


div#headerpowerdcopy img {
	margin: 6px 5px 0 0;
}



/*------------------------------------------------------------
  div#contents_box
-------------------------------------------------------------*/
div#contents_box {
	width: 772px;
	margin: 0 auto;
	text-align: left;

}

/*------------------------------------------------------------
  div#footer
-------------------------------------------------------------*/
div#footer {
	clear: both;
	width: 772px;
	margin: 0 auto;
	text-align: left;
	border-top: solid 2px #999999;
	padding-bottom:1em;
	zoom:1;
}
div#footer:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

div#footer p.copyright {
	padding:8px 10px 0 10px;
	color: #666666;
	font-size:11px;
	float:left;
	width:350px;
}

div#footer p.eng {
	padding:8px 0 0 10px;
	text-align:right;
	color: #666666;
	font-size:12px;
	float:right;
	width:200px;
}

div#footer img{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	float: left;
}