@charset "Shift_JIS";

/* ■ページ構造 */

body {
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper {
	width: 777px;
	margin: 0px auto 0;
	text-align: left;
	color: #666;
	background: #fff;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#main {
  width: 606px;
  float: left;
}

#navi {
  float: left;
  width: 606px;
}

#mainL {
	width: 120px;
	float: left;
	padding-top: 10px;
}


#mainL ul {
  list-style: none;
  width: 118px;
  margin-left: 0;
  padding-left: 0;
  border-bottom: 1px solid #999;
}
#mainL li {
  margin: 0;
  padding: 2px;
  border-top: 1px solid #999;
}
#mainL li a {
  text-decoration: none;
}

#mainR {
  margin-left: 130px;
}
#mainLR {
	width: 606px;
	float: left;
}
#menu {
  margin-left: 610px;
}
#menu ul {
  list-style: none;
  width: 118px;
  margin-left: 0;
  padding-left: 0;
  border-bottom: 1px solid #999;
}
#menu li {
  margin: 0;
  padding: 2px;
  border-top: 1px solid #999;
}
#menu li a {
  text-decoration: none;
}

#footer {
	width: 773px;
	background: #f5f5f5;
	clear: both;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#pankuzu a:link {
	color: #009057;
}
#pankuzu a:hover {
	color: #009057;
}
#pankuzu a:visited {
	color: #009057;
}
#pankuzu a:active {
	color: #009057;
}
#pankuzu {
	width: 773px;
	background-color: #CCCCCC;
	color: #009057;
	clear: both;
	padding: 2px;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.credit {
	background-color: #f5f5f5;
	color: #666666;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 5px;
	line-height: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.title {
	color: #009057;
	padding-top: 1px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 5px;
}
.clear {
	clear: left;
}
.text-red {
	color: #009057;
	font-weight: bold;
}
.text-10 {
	font-size: 10px;
}
#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 140px;
	}

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}
.td-bkg {
	background-color: #CCFF99;
}

