@charset "utf-8";


/* ************************************************************************
* --- Index ---
* 
*	1. Basic
*	2. Page Format
*	3. HOME
*	4. Font
*
************************************************************************ */


/*//////////////////////////////////////////////////////////////////////// 
// 1. Basic
//////////////////////////////////////////////////////////////////////// */

body{
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: small;
	background: #D9DBCD url(../img/bg_back.jpg) top left repeat;
}

div, form, input, h1, h2, h3, h4, h5, h6, p, ul, li, ol, li, dl, dt, dd, hr{
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
}

a:link, a:visited{
	color: #669900;
}

a:hover, a:active{
	color: #5B6117;
}

/*//////////////////////////////////////////////////////////////////////// 
// 2. Page Format
//////////////////////////////////////////////////////////////////////// */

#bodyArea{
	width: 740px;
	margin: 0px auto;
	background: url(../img/bg_main.jpg) top left repeat-y;
}

#headerArea{
	width: 720px;
	margin: 0px auto;
	background: url(../img/bg_header.jpg) top left repeat;
}

#headerTop{
	width: 720px;
	height: 10px;
	position: relative;
	font-size: 1pt;
	z-index: 2;
	background: url(../img/bar_top.jpg) top left no-repeat;
}

#headerJapanese{
	width: 720px;
	height: 13px;
	font-size: 1pt;
	text-align: right;
}

#headerCenter{
	width: 330px;
	text-align: center;
	margin: 0px auto;
}

#headerBottom{
	width: 720px;
	height: 150px;
	position: relative;
	z-index: 1;
	margin: -120px auto 0px;
}

#headerLeft{
	width: 155px;
	float: left;
}

#headerRight{
	width: 155px;
	float: right;
}

#contentArea{
	clear: both;
	width: 620px;
	height: 100%;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

#footerArea{
	width: 720px;
	margin: 0px auto;
	background: url(../img/bg_footer.jpg) top left repeat;
}

#footerTop{
	width: 720px;
	height: 10px;
	background: url(../img/bar_bottom.jpg) top left no-repeat;
}

#footerCenter{
	width: 720px;
	text-align: center;
	margin: 0px auto;
	padding: 5px 0px 10px 0px;
}

/*//////////////////////////////////////////////////////////////////////// 
// 3. HOME
//////////////////////////////////////////////////////////////////////// */

h1{
	width: 330px;
	height: 120px;
	text-indent: -9999px;
	text-decoration: none;
	background: url("../img/logo.jpg") top center no-repeat;
}

#Intro{
	text-align: left;
	margin: 0px auto;
	padding: 40px 0px 10px 0px;
}

#Intro p{
	width: 620px;
	margin: 0px auto;
	padding: 0px 0px 8px 0px;
}

#Whatsnew{
	text-align: center;
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
}

#Whatsnew table{
	width: 500px;
	padding: 5px 0px;
}

#Whatsnew img{
	padding: 0px 0px 5px 0px;
}

#Whatsnew p{
	margin: 0px auto;
	padding: 5px 0px;
	line-height: 1.5em;
}

#Whatsnew p.captureFont{
	width: 220px;
	background: #E2E2E2;
	margin: 0px auto 20px;
	padding: 8px 0px;
}

#Legend{
	text-align: center;
	margin: 0px auto;
	padding: 10px 0px 30px 0px;
}

#Legend img{
	padding: 0px 0px 5px 0px;
}

#Legend p{
	width: 420px;
	margin: 0px auto;
	padding: 10px 0px;
	line-height: 1.5em;
}

#Legend p.captureFont{
	width: 260px;
	background: #E2E2E2;
	margin: 0px auto;
	padding: 8px 0px;
}

#Pics{
	width: 620px;
	padding: 0px 0px 15px 0px;
}

/*//////////////////////////////////////////////////////////////////////// 
// 4. Font
//////////////////////////////////////////////////////////////////////// */

.textBold{
	font-weight: bold;
}

.copyFont{
	line-height: 1.25em;
	color: #373C00;
}

.captureFont{
	line-height: 1.25em;
	color: #5B6117;
}

.devideFont{
	color: #5D6319;
}

.footerFont{
	font-size: 80%;
	color: #FFFFFF;
	line-height: 1.25em;
}

.footerFont a:link,
.footerFont a:visited,
.footerFont a:active{
	color: #FFFFFF;
}

.footerFont a:hover{
	color: #FCC489;
}

