/* CSS Document */

body {
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	background-color:#FFFF9C
   }

#mainwrapper {
	width:750px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	height: auto;
}
#wrapper {
	border-left:1px solid #ce1429;
	border-right:1px solid #ce1429;
	font-size:0.9em;
	width:738px;
	margin-top:0px;
	margin-bottom:0px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	padding-right: 5px;
	padding-left: 5px;
}

/*-----header ここから-----*/
#header {
	text-align:left;
	width:738px;
	padding-top: 8px;
	float: left;
}
.header_left {
	float: left;
	width: 350px;
}
#header h1 {
	font-size: 0.8em;
	font-weight: bold;
	color: #0066CC;
	display: block;
	margin: 8px;
}

.calendar {
	float: right;
}


.main_menu {
	margin-bottom: 10px;
	margin-top: 0px;
	width: 738px;
	float: left;
	clear: both;
}
.menu_a {
	padding-right: 2px;
	height: 17px;
	width: 90px;
	text-align: center;
	float: left;
	line-height: 1.4em;
}
.menu_a a {
	background-color: #ffdb94;
	color: #ff6100;
	text-decoration: none;
	display: block;
	height: 17px;
	width: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff6100;
	font-size: 13px;
	font-weight: lighter;
}
.menu_a a:hover {
	background-color: #fff78c;
	text-decoration: none;
	display: block;
	height: 17px;
	width: 90px;
	font-size: 13px;
	font-weight: lighter;
}

.menu_b {
	padding-right: 2px;
	height: 17px;
	width: 90px;
	text-align: center;
	float: left;
	line-height: 1.4em;
}
.menu_b a {
	background-color: #b5c3ff;
	color: #6375ef;
	text-decoration: none;
	display: block;
	height: 17px;
	width: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6375ef;
	font-size: 13px;
	font-weight: lighter;
}
.menu_b a:hover {
	background-color: #fff78c;
	text-decoration: none;
	display: block;
	height: 17px;
	width: 90px;
	color: #ff6100;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff6100;
	font-size: 13px;
	font-weight: lighter;
}

/*-----header ここまで-----*/
#content {
	width:738px;
	float: left;
	clear: both;
	margin-top: 10px;
}


/*-----footer ここから-----*/
#footer {
	font-size:0.8em;
	padding-top:15px;
	text-align: center;
	clear: both;
	padding-bottom: 8px;
}
.link {
	width: 738px;

}
.sub_menu {
	width: 738px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #ce1429;
	border-bottom-color: #ce1429;
}
.copyright {
	width: 738px;
	line-height: 1.2em;
	text-align: center;
}
#logo_s {
	display: block;
	margin-bottom: 10px;
	margin-top: 15px;
	width: 70px;
	margin-right: auto;
	margin-left: auto;
}
