@charset "utf-8";
/* CSS Document */

body {
	background-image:url(body.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: top;
	background-color:#000;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	color:#444;
	font-size:12px;
}
a {
	color: #069;
	text-decoration:underline;
}
a:hover {
	color: #063;
	text-decoration:underline;
}
h1, h2 {
	font-weight:bold;
	letter-spacing:-0.04em;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:180%;
}
h3 {
	font-size:150%;
}
h4 {
	font-size:120%;
}
h5 {
	font-size:100%;
}
h6 {
	font-size:80%;
}
img {
	border:0;
}
input, textarea {
	border: 1px solid #333;
	padding: 2px;
	margin: 2px;
}
p {
	margin-bottom: 8px;
	margin-top: 8px;
}
#search {
	width: 300px;
	float: right;
	text-align: right;
}
#logo {
	width: 300px;
	float: left;
}
#container {
	width: 1000px;
	margin: auto;
}
#content {
	background-image:url(body_content.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	width:990px;
	min-height:400px;
	margin:auto;
	padding: 10px;
}
#top {
	margin: 20px;
	margin-left: 40px;
	height: 70px;
}
#main {
	float:left;
	width:750px;
	padding:0;
	min-height:400px;
}
#main .box {
	margin-bottom:10px;
	padding:10px;
	background-color:#fff;
	border:1px #E1E1E1 solid;
}
#main h2 {
	color:#D01F3C;
	text-decoration:none;
	line-height:30px;
	margin:0px;
	overflow:hidden;
}
#main h2 a:hover {
	color:#D01F3C;
	text-decoration:none;
	background:#F1F2EB;
}
.box {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-bottom: 18px;
}
.box h1, .box h2, .box h3, .box h4, .box h5, .box h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#leftmenu {
	float:left;
	width:210px;
	padding:5px;
	margin-right:10px;
	border:1px solid #e1e1e1;
	background:#EFF2E9;
}
#leftmenu h2, #leftmenu h3 {
	font-size: 14px;
	margin-bottom: 10px;
	color :#71A20A;
	padding-left: 10px;
	background-image: url(span.gif);
	background-repeat: no-repeat;
	background-position: left -302px;
	font-weight: bold;
	letter-spacing:-0.02em;
}
#leftmenu ul {
	list-style-type:none;
}
#leftmenu ul li {
	display:block;
	margin-left:-40px;
	padding-bottom:8px;
}
#leftmenu select {
	width:120px;
	text-align:center;
}
.menularge a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.navigation {
	text-align: center;
}
.copy {
	font-size: 10px;
	text-align: center;
}
