/* base部分css */
body {
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック",Bookman Old style;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	text-align:center;
}
#contents {
	width:800px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: auto;
	align:center;
}
#main {
	float: left;
	width: 500px;
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
}
#sub {
	float: left;
	width: 250px;
	margin-top: 17px;
	text-align: left;
}
/* ページの基本デザイン用CSS */
h2 {
	color: #FF6600;
	font-size:120%;
	border-left: 12px solid #336600;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	background-image:url(../images/h3_bg.jpg);
	border:3px double #FF9900;
	color: #FFFFFF;
	font-size: 100%;
	padding-left: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	clear:both;
}
span {
	font-size: 60%;
	text-align: left;
	line-height: 120%;
	padding: 5px;
}
.month {
	font-size: 80%;
	padding-left: 0px;
}
.tel {
	font-size: 110%;
	font-style: bold;
	margin: 0px;
}
.p-small {
	font-size: 80%;
	line-height: 120%;
	padding: 3px;
}
/* footer */
#footer {
	clear: both;
	width: 500px;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* copyright */
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	clear: both;
}
/* スケジュール部分css */
#calendar {
	border: 1px #C0C0C0 solid;
	border-collapse: collapse;
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.time {
	width: 100px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	height: 23px;
	background-color: #FFFFCC;
	border: 1px #C0C0C0 solid;
	white-space: nowrap;
}
.week {
	width: 50px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	height: 15px;
	background-color: #FFFFCC;
	border: 1px #C0C0C0 solid;
	white-space: nowrap;
}
.day {
	width: 50px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	height: 15px;
	background-color: #FFFFCC;
	border: 1px #C0C0C0 solid;
	white-space: nowrap;
}
.saturday {
	color: navy;
}
.sunday {
	color: red;
}
.holiday {
	color: red;
}
.maru {
	width: 50px;
	text-align: center;
	vertical-align: middle;
	height: 15px;
	border: 1px #C0C0C0 solid;
	white-space: nowrap;
}
/* 文字 */
.brown120b {
	color: #6e4f3a;
	font-size: 120%;
	font-weight: bold;
}
.black80 {
	color: #000000;
	font-size: 80%;
}
.red120b {
	color: #ff0000;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 3px;
	clear: both;
}
p.semaku {
	line-height:90%;
}
/* タイトル部分月のリンク文字 */
A.schedule{
	font-family : Bookman Old style,"MS UI Gothic";
	color : navy;
	font-weight: bold;
}
A.onschedule{
	font-family : Bookman Old style,"MS UI Gothic";
	color : red;
	font-weight: bold;
}
onschedule a:visited {
	font-family : Bookman Old style,"MS UI Gothic";
	color : red;
	font-weight: bold;
}
schedule a:visited {
	font-family : Bookman Old style,"MS UI Gothic";
	color : navy;
	font-weight: bold;
}
/* ＳＵＢ */
.p-sub {
	font-family : Bookman Old style,"MS UI Gothic";
	font-size:100%;
	font-color:#666666;
	line-height: 120%;
	margin:0px;
}
/* リンクのスタイル */
a {
	text-decoration: none;
}
/* あとで削除 */
.right-img {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	border: solid 1px #666666;
}
