@charset "UTF-8";
/* CSS */
html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5em;
	padding: 5px 0;
	margin: 0;
	}
	
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF7F00;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #565656;
	font-size: 12px;
	background-color: #414141;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 788px;
position: relative;
}
#left {
 position: absolute;
 top: 0;
 left: 0;
 width: 268px;
}
#right {
 position: absolute;
 top: 0;
 left: 268px;
 width: 520px;
}

/** Left **/
#left {
	padding-top: 3px;
}
#copyright {
 color: white;
}
#copyright p {
	margin: 0 1em 0.5em 1em;
	font-size: 9px;
}

/** Right **/
#nav {
 background: url(images/header.jpg) no-repeat;
 height: 108px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 30px;
}
#nav li {
	float: left;
	padding: 66px 9px 9px 9px;
	list-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #818181;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #CECECE;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#nav .selected a {
 font-weight: bold;
}

/** Body **/
#body {
 background: url(images/body_bg.jpg) repeat-y;
}
#body-top {
 background: url(images/body_top.jpg) no-repeat;
}
#body-bot {
 background: bottom left url(images/body_bot.jpg) no-repeat;
 padding: 36px 39px 19px 39px;
}

#body h1 {
	text-align: left;
	color: #2e2e2e;
	font-size: 14px;
	background-image: url(images/h1_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

/** footer **/
.body-hr {
 clear: both;
 height: 43px;
 background: bottom left url(images/body_hr.jpg) no-repeat;
 margin: 10px -39px;
}

