@charset "utf-8";
* {
	margin: 0;
	border: none;
	padding: 0;
}

body {
	color: #2E271F;
	font-family: "Lucida Grande", "Verdana", Sans-Serif;
	direction: rtl;
}

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

a { overflow: hidden }

a:link,
a:visited {
	color: #558000;
	text-decoration: none;
	border-bottom: 1px solid #C2B7A3;
}
a:active,
a:hover {
	color: #543F8F;
	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(i/Back.png) 0 0 }

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

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

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

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

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

#topmargin {
	height: 33px;
	background: url(i/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(i/Topbar.png) repeat-x 0 0;
}

#sitedesc {
	float: right;
	width: 600px;
	height: 77px;
	/*background: url(i/TopTitle.png) no-repeat 22px 26px;*/
	text-decoration: none;
	text-align: right;
}

#sitedesc h1 a,
#sitedesc p {
	text-decoration: none;
}

#sitedesc h1 {
	padding: 5px 10px 0 0px;
}

#sitedesc h1 a {
	display: block;
	width: 300px;
	height: 30px;
}


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

#content {
	width: 870px;
	height: 100%;
	margin: 0 5px 0 5px;
	background: url(i/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: #7A7262;
	background: #424239 url(i/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 }




