@charset "utf-8";
@import url(nav.css);
@import url(main.css);
@import url(sub.css);

* {
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

body {
	color: #000000;
	font-family: "Lucida Grande", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro W3", "??????Pro W3", "HiraKakuPro-W3", "MS P????", Sans-Serif;
	text-decoration: none;
}

/* 2. Link Decoration */
/* ---------------------------------------------------------------- */

a { overflow: hidden }

a:link,
a:visited {
	color: #FF3300;
	text-decoration: none;
	border-bottom-style: none;
	font-weight: bold;
}
a:active,
a:hover {
	color: #009900;
	text-decoration: none;
	border-bottom: 1px solid #543F8F;
}

#topmargin a,
#header a,
.main .title a,
.refdownload a,
.downloadbox a,
a.more-link,
.sub ul a,
.sub p.refrss a,
#footer a {
	border-bottom: none !important;
}

#topmargin a:hover,
#footer a:hover {
	text-decoration: underline;
}

/* 3. Containers */
/* ---------------------------------------------------------------- */

body { background: #4f5152 url(../imgs/bg.png) 0 0 }

#inbody { background: url(../imgs/bgTop.png) repeat-x 50% 0 }

#canvas {
	background: url(../imgs/bgTopCenter.png) no-repeat 50% 0;
	text-align: center;
}

#wrapper {
	width: 880px;
	margin: 0 auto 0 auto;
	background: url(../imgs/bgContent.png) repeat-y 50% 0;
	text-align: left;
}

#inwrapper { background: url(../imgs/bgTopContent.png) no-repeat 50% 0 }

/* 4. Top */
/* ---------------------------------------------------------------- */

#topmargin {
	height: 33px;
	background: url(../imgs/topbarheader.png) no-repeat 50% 0;
}

#topmargin p {
	padding: 6px 12px 0 0;
	color: #7A7262;
	font-size: 9px;
	line-height: 9px;
	text-align: right;
}

#topmargin p a:link,
#topmargin p a:visited {
	color: #7A7262;
	text-decoration: none;
}

#topmargin p a:active,
#topmargin p a:hover {
	color: #E5DFCC;
	text-decoration: none;
}

/* 5. Header */
/* ---------------------------------------------------------------- */

#header {
	height: 108px;
	margin: 0 5px 0 5px;
	border-left: 1px solid #fffcf2;
	border-right: 1px solid #fffcf2;
	background: url(../imgs/topbar.png) repeat-x 0 0;
}

#sitedesc {
	float: left;
	width: 200px;
	height: 108px;
	background: url(../imgs/toptitle.png) no-repeat 10px 0px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
}

#sitedesc h1 a,
#sitedesc p {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
}

#sitedesc h1 {
	padding: 24px 0 0 20px;
}

#sitedesc h1 a {
	display: block;
	width: 0px;
	height: 60px;
}

#sitenav li,
#sitenav a {
	display: block;
	float: left;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	list-style: none;
}

/* 6. Containers of Content */
/* ---------------------------------------------------------------- */

#content {
	width: 870px;
	height: 100%;
	margin: 0 5px 0 5px;
	background: url(../imgs/ContentTop.png) no-repeat 50% 0;
}

.main {
	float: left;
	width: 530px;
	padding-top: 8px;
	line-height: 1.7em;
}
.en .main { font-size: 11px}
.jp .main { font-size: 12px }

body.downloads .main {
	float: left;
	width: 840px;
}

.sub {
	float: right;
	width: 317px;
	font-size: 11px;
	line-height: 1.5em;
}

/* 7. Footer */
/* ---------------------------------------------------------------- */

#footer {
	clear: both;
	padding-top: 22px;
}

#footer ul {
	height: 34px;
	padding: 30px 6px 0 6px;
	color: #FDC96E;
	background: #424239 url(../imgs/bottombar.png) no-repeat 0 0;
	font-size: 10px;
	line-height: 14px;
}

#footer li {
	height: 34px;
	list-style: none;
}

#copyright {
	float: left;
	width: 680px;
}

#validate {
	text-align: right;
}

#footer a:link,
#footer a:visited {
	color: #b8ab93;
	text-decoration: none;
}

#footer a:active,
#footer a:hover {
	color: #E5DFCC;
	text-decoration: underline;
}

/* Color Stock */
/* ---------------------------------------------------------------- */

.blue { color: #005299 }
.darkbrown { color: #29271F }
.green { color: #558000 }
.orange { color: #CC5200 }
.red { color: #992B2B }
.violet { color: #543F8F }

