@charset "UTF-8";
/* CSS Document */
/*==================Reset=================*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	}
img {
	border: 0;
	}
/*==================Common==================*/
body {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 1.2;
	font-size: 14px;
	background: #bbbddb;
	}
* html body {
	font-size: 87%;
}
a {
	color: #7171AA;
	}
a:hover {
	text-decoration: none;
	}
.clear {
	clear: both;
	line-height: 0;
	}
ul {
	list-style: none;
	}
strong {
	font-weight: bold;
	color: #CC6633;
	}
.imgL {
	float: left;
	margin: 0 10px 20px 0;
	}
.imgR {
	float: right;
	margin: 0 0 20px 10px;
	}
/*==================parts==================*/	
#containerBg {
	background: #ffffff url(../img/bg.jpg) repeat-x;
	}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}
/*==================head==================*/
#head {
	width: 800px;
	height: 75px;
	margin-bottom: 20px;
	}
#head h1 {
	float: left;
	width: 289px;
	height: 57px;
	}
#head p {
	float: right;
	width: 400px;
	padding-top: 5px;
	text-align: right;
	}
#head p a {
	color: #000066;
	text-decoration: none;
	}
#head p a:hover {
	color: #6666A4;
	}
/*==================navi==================*/
#navi {
	float: left;
	width: 185px;
	margin-right: 15px;
	}
#navi p {
	margin: 0;
	}
#navi ul {
	margin-bottom: 20px;
	}
#navi li {
	width: 185px;
	height: 50px;
	margin-bottom: 2px;
	}
#navi li a{
	display: block;
	text-indent: -9999px;
	width: 185px;
	height: 50px;
	background-position: 0;
	background-repeat: no-repeat;
	text-decoration:none;
	}	
#navi li a:hover {
	background-position: -245px 0;
	}
#navi li a#navi_01 {
	background-image: url(../english/img/navi01.jpg);
	}
#navi li a#navi_02 {
	background-image: url(../english/img/navi02.jpg);
	}
#navi li a#navi_03 {
	background-image: url(../english/img/navi03.jpg);
	}
#navi li a#navi_04 {
	background-image: url(../english/img/navi04.jpg);
	}
#navi li a#navi_05 {
	background-image: url(../english/img/navi05.jpg);
	}
#navi li a#navi_06 {
	background-image: url(../english/img/navi06.jpg);
	}
#navi img {
	margin-bottom: 10px;
	}
/*==================pageTop==================*/
#pagetop {
	width: 800;
	padding-top: 20px;
	text-align: right;
	clear:both;
	}
/*==================foot==================*/
#bottom {
	background: url(../img/footer_bg.jpg) repeat-x;
	}
#footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	color: #ffffff;
	}
#footer p {
	margin-bottom: 10px;
	}
#footer p a {
	color: #ffffff;
	}
address {
	line-height: 1.2;
	font-size: 85%;
	padding-bottom: 70px;
	}
address a {
	color: #ffffff;
	}