@charset "utf-8";

/*---------- ::: ENGLISH :::  COMMON CSS ----------*/

/***** Page Structure *****/
/*
	#Container
		#Header
			h1#SiteName
			#HeaderMenu
			#SearchBox
		#MainMenu
		#Introduction
		#ContentBody
			#MainBox
		#Footer
			#CopyRight
*/

/***** Main Structure & Link Color *****/

* { font-size: 100%; }
body {
	margin: 0;
	padding: 0;
	color: #2c2c2c;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background-color: #f2feea;
	background-image: url('./images/bg.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed
}

a { color: #063; }
a:hover { color: #0c6; }
form {
	margin: 0;
	padding: 0;
}
sub, sup {
	font-size: 60%;
}

#Container {
	margin: 0;
	padding: 0;
	background-image: url('./images/bgh.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
#Header {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	height: 95px; /* fixed */
	background-image: url('./images/logo.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#MainMenu {
	clear: both;
	margin: 0 auto;
	padding: 5px 0 0;
	width: 800px;
	height: 30px;
}
#ContentBody {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	min-height: 450px;
}
#Footer {
	clear: both;
	width: 800px;
	margin: 15px auto;
	padding: 3px 0 10px;
	border-top: 10px solid #63c0ab;
}


/***** Header *****/

#Header h1#SiteName {
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
	height: 95px;
}
#Header h1#SiteName a {
	display: block;
	width: 520px;
	height: 0;
	margin: 0;
	padding: 95px 0 0;
	overflow: hidden;
	text-decoration: none;
	font-size: 0;
	color: #f2feea;
}
#Header ul#HeaderMenu {
	float: right;
	margin: 0;
	padding: 5px 0 0;
	width: 160px;
	list-style: none;
	font-size: 12px;
}
#Header ul#HeaderMenu li {
	margin: 0;
	padding: 0;
}
*:first-child+html #Header ul#HeaderMenu li {
	/* for WinIE7 */
	margin: -1px 0;
} 
*html #Header ul#HeaderMenu li {
	/* for WinIE6 \*/
	margin: -1px 0;
	/**/
} 
#Header ul#HeaderMenu li a { /* TotalW : 160px */
	display: block;
	margin: 0;
	padding: 3px 0 2px 14px;
	width: 146px;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.2;
	background-image: url('./images/arw01.gif');
	background-repeat: no-repeat;
	background-position: 0 6px;
}
#Header ul#HeaderMenu li a:hover {
	background-position: 0 -19px;
}
#Header #SearchBox {
	clear: right;
	margin: 0;
	padding: 5px 0 0;
	text-align: right;
	font-size: 10px;
}


/***** Introduction *****/

#Introduction {
	clear: both;
	width: 800px;
	height: 130px;
	margin: 0 auto;
	padding: 0;
	background-image: url('./images/photo_flower.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#Introduction p {
	display: none;
}

/***** MainMenu *****/

#MainMenu ul {
	margin: 0 0 0 10px;
	padding: 0;
	height: 15px;
	list-style: none;
	font-size: 11px;
	line-height: 1;
	border-left: 1px solid #dbeccf;
}
#MainMenu ul li {
	float: left;
	margin: 0;
	padding: 1px 5px 0;
	height: 14px;
	border-right: 1px solid #cdb;
}
#MainMenu ul li a {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0;
	color: #656f2c;
}
#MainMenu ul li a:hover {
	color: #0c6;
}
#MainMenu ul li.Current a {
	cursor: default;
	color: #f60;
}


/***** ContentBody *****/

#ContentBody h1 {
	margin: 0;
	padding: 12px 0 6px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1.1;
	background-color: #399;
	background-image: url('./images/bg_h1.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#ContentBody p {
	margin: 1em 0 0;
	padding: 0;
	font-size: 75%;
	line-height: 1.6;
}
#ContentBody ol ,
#ContentBody ul {
	font-size: 75%;
	line-height: 1.6;
}
#ContentBody ol p ,
#ContentBody ul ul ,
#ContentBody ul p {
	font-size: 100%;
}

#ContentBody #SubBox { /* W : 160px */
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}
#ContentBody #MainBoxF { /* maxW : 630px */
	float: right;
	width: 610px;
	margin: 0;
	padding: 0 0 20px;
}

#ContentBody #MainBox { /* maxW : 800px */
	width: 700px;
	margin: 0;
	padding: 10px 50px 30px;
	background-image: url("../en_common/images/opacity_w.png");
	_background-image: none;
	_background-color: #fff;
}
#ContentBody #MainBox h2 {
	margin: 20px 0 10px;
	padding: 0;
	color: #033;
}

#ContentBody #MainBox p {
	text-align: justify;
	text-justify: inter-ideograph;
}
#ContentBody #MainBox p:first-letter {
	font-size: 140%;
}

#ContentBody #MainBox table {
	margin: 1em auto;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 75%;
}

#ContentBody #MainBox table th ,
#ContentBody #MainBox table td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

#ContentBody #MainBox table th {
	background: #eee;
	color: #666;
	font-size: 10px;
}

#ContentBody #MainBox ul.LinkList {
	margin: .5em 0 1em;
	padding: 0 0 0 3em;
	color: #444;
}
#ContentBody #MainBox ul.LinkList li {
	margin: 0 0 .5em;
	padding: 0;
}
#ContentBody #MainBox ul.LinkList li h3 {
	margin: 0;
	padding: 0;
	color: #066;
}
#ContentBody #MainBox ul.LinkList ul {
	margin: 0 0 1em;
	padding: 0 0 0 2em;
}

/***** Footer *****/

#Footer #CopyRight {
	margin: 0;
	padding: 0;
	text-align: right;
	color: #398;
	font-size: 62.5%;
}


/***** Common Class *****/

.ClearB {
	clear: both;
}

.Ruby {
	font-size: 8px;
}

.SubText {
	font-size: 75%;
	letter-spacing: 0;
}

#ContentBody #MainBox p.PageUp ,
#ContentBody #MainBoxF p.PageUp ,
.PageUp {
	clear: both;
	margin: 0;
	padding: 40px 0 0;
	text-align: center;
}
.PageUp a {
	font-size: 10px;
	font-weight: bold;
	font-family: sans-serif;
	text-decoration: none;
	color: #399;
}
.PageUp a:hover {
	color: #f60;
}
#ContentBody #MainBox p.Between ,
#ContentBody #MainBoxF p.Between ,
.Between {
	padding-top: 10px;
}
.New {
	color: #f60;
}
