@charset "shift_jis";
* {
	padding: 0;
	margin: 0;
}
a:link {
	color: #039;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #039;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 88%;
}
#wrapper {
	width: 860px;
	border: 1px solid #cccccc;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
#header {
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	padding-left: 10px;
	color: #999;
	height: 74px;
}
#contents {
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5em;
}

#menu {
	height: 20px;
	background-image: url(../../img/sozai/bar15.gif);
	background-repeat: repeat;
}
#submenu1 {
	height: 15px;
	font-size: small;
	background-color: #EAEAEA;
	padding-left: 2px;
	padding-top: 2px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
}
#footer {
	clear: both;
	border-top: 1px solid #cccccc;
	background-color: #333;
	padding-top: 0.5em;
	padding-bottom: 2em;
}
h1 {
	text-align: right;
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	float: right;
}
div#menu ul {
	margin-left: 40px;
	padding-top: 3px;
}
div#menu li {
	list-style-type:none;
	float: left;
	display: block;
}
div#menu li a {
	color: #FFF;
	text-decoration: none;
	font-size: small;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 2px;
}
div#menu li a:hover {
	color:#999;
}
h2, h4, h5, h6 {
	height: auto;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	font-size: medium;
	font-weight: bold;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 2em;
}
h3 {
	font-size: medium;
}
h4, h5, h6 {
	margin-top: 1em;
}
#footer p {
	text-align: center;
	color: #FFF;
}
#contents table {
	width: 840px;
	padding: 5px;
}
.red1 {
	color: #C00;
}
