@charset "utf-8";
/* CSS Document */
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {  
	margin: 0;
	padding: 0;
}

/* ↓前頁共通部分 */

body {
	background-image:url(../images/bg/bg01.jpg);
	line-height: 150%;
	font-size: 12px;
}

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#wrapper #body_top {
	background-image: url(../images/bg/body_top.jpg);
	height: 5px;
	width: 789px;
	background-repeat: no-repeat;
}
#wrapper #body_mid {
	width: 760px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper #body_b {
	background-image: url(../images/bg/body_bom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 789px;
	clear: both;
	float: none;
}
#body_mid #header {
	clear: both;
	float: none;
	width: 760px;
	margin-bottom: 10px;
	height: 80px;
}
#body_mid #navi {
	clear: both;
	float: none;
	width: 760px;
	margin-bottom: 10px;
}
#body_mid #main {
	clear: both;
	float: none;
	width: 760px;
	margin-bottom: 10px;
}
#main #menu {
	float: left;
	width: 200px;
}
#main #contents {
	float: right;
	width: 550px;
	margin-bottom: 10px;
}
.c-both {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#body_mid #under_navi {
	clear: both;
	width: 760px;
	margin-bottom: 10px;
	text-align: center;
}
#body_mid #copyright {
	clear: both;
	width: 760px;
	text-align: center;
}
#body_mid h1 {
	width: 760px;
	text-align: right;
	font-size: 12px;
}
#body_mid #navi h2 {
	font-size: 14px;
}
/* ↑共通部分ここまで */

/* ↓トップページ */
#contents #top_image {
	clear: both;
	float: none;
	height: 300px;
	width: 550px;
	margin-bottom: 10px;
	background-image: url(../images/topimage.jpg);
	background-repeat: no-repeat;
}
#contents #news {
	float: left;
	width: 260px;
	margin-right: 10px;
}
#contents #calender {
	float: right;
	width: 270px;
}
.sun {
	color:#FF0000;
	font-weight:bold;
}
.sat {
	color:#0000FF;
	font-weight:bold;
}
.none {
	background-color:#CCCCCC;
}
.kyusinbi {
	background-color:#FFCCCC;
	color:#FF0000;
	font-weight:bold;
}
#menu .menu_btn {
	margin-bottom: 5px;
}
#main #menu li {
	font-size: 14px;
}
#menu ul {
	margin-bottom: 10px;
	margin-left: 20px;
}
#map #zoom {
	width: 200px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#map #ad {
	margin-right: 10px;
	margin-left: 10px;
}
#menu #map {
	width: 198px;
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
