@charset "utf-8";

/* formatting style
--------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: 100%;
	line-height: 1.6;
	background-color: #faf7e6;
	margin: 0px;
	padding: 0px;
}

h1 {
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

h2 {
	text-align: center;
}

p {
	margin-left: 30px;
	font-size: 108%;
	line-height: 1.5;
}

img {
	border-style: none;
}
#wrapper {
	margin: 0px auto;
	width: 100%;
}



/* header
---------------------------------*/
#header {
	width: 800px;
	height: 120px;
	margin: 0px auto 30px;
	padding: 0px;
	position: relative;
}

#header #logo {
	position: absolute;
	left: 100px;
	top: 0px;
}

#header ul li {
	list-style: none;
	text-align: center;
	float: left;
	top: 100px;
}

#header ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 159px;
	background-color: #000033;
	border-right: 1px solid #FFFFFF;
	font-size: 108%;
	position: relative;
	top: 100px;
}

#header ul li a:hover {
	background-color: #004A80;
}

/* navi
---------------------------------*/
#navi {
	width: 800px;
	margin: 10px auto 20px;
	padding: 0px;
	height: 30px;
}

#navi ul li {
	list-style: none;
	text-align: center;
	float: left;
	top: 100px;
}

#navi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 159px;
	background-color: #000033;
	border-right: 1px solid #FFFFFF;
	font-size: 108%;
}

#navi ul li a:hover {
	background-color: #004A80;
}

/* db
---------------------------------*/
#db {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#db table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
}

#db th {
	padding: 2px 5px;
}

#db td {
	padding: 0.5em;
	text-align: left;
}

#db th {
	border-top: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #808080;
	color:#fff
}

#db td {
	border-top: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height:1.25em;
	background-color: #fff;
}

#db caption {
	text-align:left;
	font-weight:bold;
	padding-bottom:10px;
}

#db a {
	color:#0066cc;
	text-decoration: none;
}

#db a:hover {
	color: #ff8800;
}

#db strong {
	color: #FF0000;
	font-weight: normal;
}

#db .md {
	width: 60px;
}

#db .c {
	color: #000;
	background: #f4f4f4;
}

/* footer
---------------------------------*/
#footer {
	font-size: 95%;
	color: #666666;
	text-align: right;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 10px;
}

#footer img {
	float: right;
	margin-left: 10px;
	border-style: none;
}


