@charset "utf-8";
/*formatting style
---------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #666666;
	background-color: #999999;
	background-image: none;
}
hr {
	display: none;
}
/*link style
---------------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	left: +1px;
	top: +1px;
	font-size: 75%;
	font-family: "Courier New", Courier, mono;
}
/*basic layout
---------------------------------------*/
/*wrapper
---------------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 987px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
}
/*footer
---------------------------------------*/

#footer {
	background-color: #ff3399;
	color: #FFFFFF;
	clear: both;
	padding: 15px;
}
/*header style
---------------------------------------*/

#header {
	background-color: #ff3399;
	height: 100px;
	border-bottom: solid #FFFFFF;
	position: relative;
}
#header ul {
	width: 987px;
	position: absolute;
	background-color: #FFFFFF;
	background-image: url(../english/img/gnavi2.gif);
	height: 59px;
	top: 48px;
}
#header ul li {
	float: left;
	list-style: none;
}
/*globalnavi
---------------------------------------*/
#globalnavi {
	margin: 0;
	padding: 0;
	list-style-type: none; /*リストマークの削除*/
	width: 987px;
	height:60px;
}
#globalnavi li {
	width: 141px;
	height: 60px;
	display: inline;
	list-style: none;
}
#globalnavi a {
	text-indent: -9999px; /*テキストを隠す*/
	text-decoration: none;
	display: block;
	width: 141px;
	height: 60px;  /*リンク領域を広げる*/
 background-image: ../english/img/gnavi2.gif;  /*画像のパス*/
	background-repeat: no-repeat;
}
#menu0 a {
	background-position: 0 0px;
}         /*表示画像の位置を指定*/
#menu1 a {
	background-position: -141px 0px;
}
#menu2 a {
	background-position: -282px 0px;
}
#menu3 a {
	background-position: -423px 0px;
}
#menu4 a {
	background-position: -564px 0px;
}
#menu5 a {
	background-position: -705px 0px;
}
#menu6 a {
	background-position: -846px 0px;
}
#globalnavi a:hover {
	text-decoration: none;
 background-image: ../english/img/gnavi2.gif;      /*画像のパス*/
	background-repeat: no-repeat;
	background-image: url(img/gnavi2.gif);
}
#menu0 a:hover {
	background-position: 0px -60px;
}
#menu1 a:hover {
	background-position: -141px -60px;
}
#menu2 a:hover {
	background-position: -282px -60px;
}
#menu3 a:hover {
	background-position: -423px -60px;
}
#menu4 a:hover {
	background-position: -564px -60px;
}
#menu5 a:hover {
	background-position: -705px -60px;
}
#menu6 a:hover {
	background-position: -846px -60px;
}
/*secoond
---------------------------------------*/ 

#second {
	clear: right;
	float: right;
	width: 180px;
}
#localnavi {
	width: 176px;
	margin: 0px;
	padding: 5px 0px 20px 5px;
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-image: url(img/bg.jpg);
}
#localnavi   h1 {
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	background-position: left center;
	font-size: 1.8em;
	padding-left: 5px;
	padding-bottom: 7px;
	line-height: normal;
	background-image: url(img/lnavi00.gif);
	margin: 2px 5px 0px 2px;
}
#localnavi   li  {
	list-style: url(none) none outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	background-image: url(img/lnavi01.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	width: 176px;
	padding: 0px 0px 0px 15px;
	line-height: 36px;
}

#localnavi  li  a hover {
	padding-left: 15px;
	list-style: url(none) none outside;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	background-image: url(img/lnavi02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	line-height: 36px;
}


#second2 {
	clear: left;
	float: left;
	width: 180px;
	padding-top: 15px;
}
#banner {
	padding: 5px;
	float: right;
	width: 170px;
}
#banner .banner01 {
	padding: 5px;
}
#banner .banner02 {
	padding: 5px;
}
#banner .banner03 {
	padding: 5px;
}
#banner .banner04 {
	padding: 5px;
}
#tnavi {
	width: 800px;
	height: 400px;
	padding-top: 20px;
}
/*tnavi
---------------------------------------*/
#tnavi .leftnavi {
	clear: left;
	float: left;
	margin: 0;
	width: 370px;
	height: 120px;
	padding-left: 20px;
}
#tnavi .rightnavi {
	clear: right;
	float: right;
	margin: 0;
	width: 370px;
	height: 120px;
	padding-left: 20px;
}
/*main
---------------------------------------*/ 
#main1 {
	width: 801px;
	background-color: #FFFFFF;
	clear: left;
	float: left;
	padding-top: 5px;
}
#main2 {
	width: 701px;
	background-color: #FFFFFF;
	clear: right;
	float: right;
	padding: 15px 50px 30px;
}
/*main style
---------------------------------------*/

#main p {
	padding: 15px;
	font-size: 115%;
}
#main ul li {
	list-style: inside;
	padding-left: 10px;
}
#main ol li {
	list-style: inside;
}
h1 {
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	padding-left: 15px;
	background-color: #FF3399;
}
h3 {
	margin: 0;
	color: #669933;
	font-family: "Courier New", Courier, mono;
	line-height: 100%;
	font-size: 1.8em;
	height: 100%;
	background-position: 0 0;
	background-repeat: repeat;
	border-left: 10px double #669933;
	border-bottom: 1px solid #669933;
	padding-left: 15px;
}
h4 {
	margin: 0;
	/*color: #666666;*/
	color: #E09133;
	font-family: "Courier New", Courier, mono;
	line-height: 100%;
	font-size: 14px;
	font-size: 1.4em;
	height: 45px;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-left: 8px solid #FF9933;
	border-bottom: 1px dotted #FF9933;
	padding: 0 0 0 15px;
}
/*footer style
---------------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p {
	margin: 0px;
	float: right;
}
#footer ul li {
	list-style: none outside;
	display: inline;
	margin-right: 20px;
}
#footer address {
	text-align: center;
}
#main2 p {
	padding: 15px;
	font-size: 115%;
}
