@charset "utf-8";
body {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial;
	color: #333;
	background: url(../images/body_bg.jpg) repeat-x 0px 0px;
}
a:link, a:visited {
	color: #32A6C7;
	text-decoration: underline;
}
a:hover {
	color: #32A6C7;
	text-decoration: none;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
/*------------------------------------*/
#wrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#wrapper {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html #wrapper {
	height: 1%
}
#wrapper {
	display:block;
}
/* end MacIE5 */  
/*------------------------------------*/
p {
	line-height: 1.5;
}
img {
	border: none;
}
#header {
	height: 97px;
	width: 900px;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 15px;
	left: 1px;
}
#header ul.selectlang {
	position: absolute;
	top: 5px;
	right: -1px;
	width: 210px;
}
.selectlang li {
	list-style: none;
	float: left;
	width: 105px;
	text-align: center;
	line-height: 2.0;
}
.selectlang li a {
	color: #FFF;
	background: #444;
	display: block;
	width: 105px;
	text-decoration: none;
}
#header .search {
	position: absolute;
	top: 50px;
	left: 490px;
	width: 260px;
	height: 30px;
}
* html #header .search input {
	vertical-align: middle;
	margin-right: 2px;
}
#header .search input[type="text"] {
	width: 160px;
	height: 18px;
	margin: 0 3px 0 0;
}
#header .search input[type="image"] {
	width: 63px;
	height: 24px;
}
#global, #en_global {
	height: 60px;
}
#global li, #en_global li {
	width: 179px;
	height: 35px;
	list-style: none;
	margin-right: 1px;
	position: relative;
	z-index: 3;
	float: left;
}
#global li a {
	background: url(../images/global_bg.png) no-repeat 0 0;
	display: -moz-inline-box;
	display: inline-block;
}
#en_global li a {
	background: url(../images/en_global_bg.png) no-repeat 0 0;
	display: -moz-inline-box;
	display: inline-block;
}
#global li a:hover, #en_global li a:hover {
	position: static;
}
#global li a:hover img, #en_global li a:hover img {
	position: relative;
	z-index: -1;
}
#toppage li.menu1 img {
	position: relative;
	z-index: -1;
}
#global li.menu2 a, #en_global li.menu2 a {
	background-position: -180px 0px;
}
#about-wac li.menu2 img {
	position: relative;
	z-index: -1;
}
#global li.menu3 a, #en_global li.menu3 a {
	background-position: -360px 0px;
}
#activity li.menu3 img {
	position: relative;
	z-index: -1;
}
#global li.menu4 a, #en_global li.menu4 a {
	background-position: -540px 0px;
}
#history li.menu4 img {
	position: relative;
	z-index: -1;
}
#global li.menu5 a, #en_global li.menu5 a {
	background-position: -720px 0px;
}
#link li.menu5 img {
	position: relative;
	z-index: -1;
}
.fontchange {
	position: absolute;
	height: 23px;
	top: 50px;
	width: 80px;
	right: 0;
	padding-left: 75px;
	background: url(../images/fontchange_txt.gif) no-repeat left center;
}
.en_fontchange {
	position: absolute;
	height: 23px;
	top: 50px;
	width: 80px;
	right: 0;
	padding-left: 75px;
	background: url(../images/en_fontchange_txt.gif) no-repeat left center;
}
.fontchange li, .en_fontchange li {
	float: left;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
	list-style: none;
	margin-right: 3px;
}
.fontchange li a,
.en_fontchange li a {
	display: block;
	width: 23px;
	height: 23px;
	overflow: hidden;
}
.fontchange li.small a:link, .fontchange li.small a:visited {
	background: url(../images/fontchange_bg.gif) no-repeat 0px 0px;
}
.fontchange li.medium a:link, .fontchange li.medium a:visited {
	background: url(../images/fontchange_bg.gif) no-repeat -26px -30px;
}
.fontchange li.large a:link, .fontchange li.large a:visited {
	background: url(../images/fontchange_bg.gif) no-repeat -52px 0px;
}


.en_fontchange li.small a:link, .en_fontchange li.small a:visited {
	background: url(../images/en_fontchange_bg.gif) no-repeat 0px 0px;
}
.en_fontchange li.medium a:link, .en_fontchange li.medium a:visited {
	background: url(../images/en_fontchange_bg.gif) no-repeat -26px -30px;
}
.en_fontchange li.large a:link, .en_fontchange li.large a:visited {
	background: url(../images/en_fontchange_bg.gif) no-repeat -52px 0px;
}
#contents {
	background: #FFF;
	width: 800px;
	padding: 20px 50px 40px;
}
/*------------------------------------*/
#contents:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#contents {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html #contents {
	height: 1%
}
#contents {
	display:block;
}
/* end MacIE5 */  
/*------------------------------------*/

#toppage #contents {
	width: 900px;
	padding: 0 0 40px;
}
#contents a:hover img {
	opacity: 0.8; /* 0.0～1.0 */
	filter: alpha(opacity=80); /* 0～100 */
}
#footer_navi {
	width: 870px;
	margin: 0 auto;
	background: #FFF;
	padding: 5px 15px;
	text-align: left;
	height: 20px;
}
#footer_navi li {
	list-style: none;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #CCC;
}
#footer_navi li.end {
	border: none;
}
#footer_navi p {
	float: right;
}
#footer {
	clear: both;
	height: 200px;
	text-align: center;
	background: url(../images/footer_bg.jpg) repeat-x 0px 0px;
	zoom: 1;
}
#footer address {
	padding-top: 15px;
	margin-bottom: 10px;
	font: 10px Arial, Helvetica, sans-serif;
}
.pagetop {
	text-align: right;
}
.pagetop a {
	padding-left: 15px;
	background: url(../images/pagetop_arrow.gif) no-repeat left center;
}
.alignright {
	text-align: right;
}

