﻿@charset "UTF-8";
html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #595239 url(bg.jpg) repeat-x center top;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
}

/*wrapper*/
#wrapper {
	width: 100%;
	margin: 0;
	background: url(topbg.jpg) no-repeat center top;
}


/*comment*/
div#comment {
	z-index: 1000;
	display: none;
	position: absolute;
	padding: 6px 10px;
	border-top: 1px solid #363630;
	border-left: 1px solid #363630;
	border-right: 1px solid #363630;
	border-bottom: 1px solid #363630;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background: #e6e6e0;
	font-size: 92%;
	text-align: left;
	color: #202929;
}


/*header*/
#header {
	margin: 0 auto;
	width: 760px;
}

#printHead {
	display: none;
}

h1 {
	float: left;
	margin-top: 23px;
	font-size: 150%;
	font-weight: bold;
}

h1 a img {
	display: block;
	width: 185px;
	height: 35px;
}



/*lang*/
#lang {
	float: right;
	margin-top: 10px;
	width: 210px;
	height: 18px;
	overflow:hidden;
}

#lang dt {
	float: left;
}

#lang dd {
	float: left;
}

#lang dd#en {
	background: url(eno.gif) no-repeat left top;
}

#lang dd#kan {
	background: url(kano.gif) no-repeat left top;
}

#lang dd#han {
	background: url(hano.gif) no-repeat left top;
}

#lang dd a {
	display: block;
}

#lang dd a:hover {
	background-color:transparent;/*for IE6*/
}

#lang dd a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}

/*size*/
#size {
	float: right;
	clear: right;
	width: 275px;
	height: 30px;
	overflow:hidden;
}

#size dt {
	float: left;
	width:60px;
}

#size dd {
	float: left;
	width:70px;
}

#size dd#small {
	background: url(smallo.gif) no-repeat left top;
}

#size dd#default {
	background: url(defaulto.gif) no-repeat left top;
}

#size dd#large {
	background: url(largeo.gif) no-repeat left top;
}

#size dd a {
	height: 30px;
	display: block;
}

#size dd a:hover {
	background-color:transparent;/*for IE6*/
}

#size dd a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}



/*sub*/
#sub {
	float: right;
	clear: both;
	margin-top: 44px;
	margin-right: 15px;
	width: 180px;
}

#sub li {
	float: left;
	clear: both;
	display: block;
	width: 180px;
}

#sub li#sys01 {
	background: url(sys01o.jpg) no-repeat left top;
	height: 30px;
}

#sub li#sys02 {
	background: url(sys022o.jpg) no-repeat left top;
	height: 21px;
}

#sub li#sys03 {
	background: url(sys03o.jpg) no-repeat left top;
	height: 21px;
}

#sub li#sys04 {
	background: url(sys04o.jpg) no-repeat left top;
	height: 21px;
}

#sub li#sys05 {
	background: url(sys05o.jpg) no-repeat left top;
	height: 21px;
}

#sub li#sys06 {
	background: url(sys06o.jpg) no-repeat left top;
	height: 21px;
}

#sub li#sys07 {
	background: url(sys07o.jpg) no-repeat left top;
	height: 26px;
}

#sub li a {
	display: block;
}

#sub li a:hover {
	background-color:transparent;/*for IE6*/
}

#sub li a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}



/*globalMenu*/
#globalMenu {
	clear: both;
	margin: 0;
	width: 760px;
}

#globalMenu li {
	float: left;
	height: 50px;
}

#globalMenu li#m01 {
	width: 127px;
	background: url(m01o.gif) no-repeat left top;
}

#globalMenu li#m02 {
	width: 127px;
	background: url(m02o.gif) no-repeat left top;
}

#globalMenu li#m03 {
	width: 126px;
	background: url(m03o.gif) no-repeat left top;
}

#globalMenu li#m04 {
	width: 126px;
	background: url(m04o.gif) no-repeat left top;
}

#globalMenu li#m05 {
	width: 127px;
	background: url(m05o.gif) no-repeat left top;
}

#globalMenu li#m06 {
	width: 127px;
	background: url(m06o.gif) no-repeat left top;
}

#globalMenu li a {
	height: 50px;
	display: block;
}

#globalMenu li a img {
	display: block;
}

#globalMenu li a:hover {
	background-color:transparent;/*for IE6*/
}

#globalMenu li a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}



/*contents*/
#contents {
	clear: both;
	margin: 0 auto;
	width: 760px;
	text-align: left;
}


/*wnew*/
#wnew {
	float: left;
	margin-top: 7px;
	width: 450px;
}

#wnew dt img {
	display: block;
}

#news {
	overflow: auto;
	width: 450px;
	height: 150px;
}

#news dt {
	float: left;
	clear: left;
	padding-top: 6px;
	border-top: 1px dashed #777161;
	width: 100px;
	color: #ffffdd;
	font-align: center;
	font-size: 84%;
	font-weight: bold;
}

#news dd {
	float: left;
	padding-top: 4px;
	padding-bottom: 5px;
	border-top: 1px dashed #777161;
	width: 320px;
	text-align: justify;
}

#news dd a {
	color: #ffc;
	text-decoration: underline;
}


/*detail*/
#detail {
	float: left;
	margin-top: 13px;
	width: 450px;
}

#detail dt img {
	display: block;
}

#detail dd a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	display: block;
	background: url(../../common/img/arrow.gif) no-repeat left center;
	font-size: 92%;
	vertical-align: baseline;
	color: #ffffff;
}

#detail dd a:hover {
}

#category01, #category02, #category03, #category04, #category05, #category06 {
	float: left;
	width: 150px;
	height: 180px;
}

#category07 {
	float:left;
}



/*info*/
#info {
	float: right;
	margin-top: 7px;
	margin-left: 20px;
	width: 290px;
}

#info li {
	float: left;
	width: 145px;
	line-height: 1em;
}

#info li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	background: url(../../common/img/arrow.gif) no-repeat left center;
	vertical-align: baseline;
	color: #ffffff;
}


/*banner*/
#banner {
	float: right;
	margin-top: 20px;
	width: 290px;
}

#banner li {
	margin-bottom: 5px;
	width: 290px;
}

#banner li img {
	display: block;
}




/*gotop*/
.gotop {
	margin-top: 300px;
	margin-bottom: 30px;
}

.gotop a {
	margin: 0 auto;
	border: 2px solid #cccccc;
	width: 200px;
	height: 100px;
	display: block;
}

/*footer*/
#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 60px;
	width: 760px;
	text-align: center;
	line-height: 1.6em;
}

#footer #copy {
	font-size: 84%;
	letter-spacing: 1px;
}

#footer .xl {
	font-size: 140%;
	font-size: 150%;
}
