@charset "UTF-8";
/* CSS Document */
body {
	color: #333333;
	background-color: #FFF;
	/*background-image: url(../images/IMG_0309.jpg);*/
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", arial, sans-serif;
}

h1	{
	font-size: 2em;	
	text-align: center;
}
h2	{
	font-size: 1.5em;
	text-align: center;
}

h3	{
	font-size: 1em;
	text-align: left;
}

#contents	{
	width: 900px;
	margin: auto;
	/*background-color: #FFFFFF;*/
	text-align: left;
	position: relative;
}

ul.title {
margin-left: 10px;
padding: 0;
list-style-type: none;
}
ul.title li	{
float: left;
width: 700px;
margin: 5px;
padding: 2px;
border: 1px #CCC solid;
background-color: #fffdee;
text-align: left;
}

 a:link {
	color: #666;
	background-color: transparent;
	text-decoration: none;
	/*font-weight: bold;*/
} 
 a:visited {
	color: #666;
	background-color: transparent;
	text-decoration: none;
	/*font-weight: bold;*/
} 
 a:hover {
	color: #999;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
} 

 table {
	border: 3px solid #CCCCCC;
	border-collapse: collapse;
	margin-bottom: 1em;
	background-color: #FFF;
} 
 td {
	border: 2px solid #CCCCCC;
	width: 3em; /*height: 4em;*/
	text-align: center;
	vertical-align: top;
	padding: 2px;
} 
 th {
	border: 1px solid #CCCCCC;
	text-align: center;
	/*color: #333;*/
	background-color: #F0F0F0;
	padding: 2px;
	font-size: 0.8em;
 }
th a:link {
	text-decoration: none;
} 
th a:visited {
	text-decoration: none;
} 
th a:hover {
	text-decoration: underline;
	font-weight: bold;
} 

td a:link {
	text-decoration: none;
} 
td a:visited {
	text-decoration: none;
} 
td a:hover {
	text-decoration: underline;
	font-weight: bold;
} 
 
 #login_box {
	position: absolute;
	top: 0px;
	margin: 10px 40px;
	padding: 10px;
	width: 100px;
	left: 85px;
	height: 368px;
	font-size: 10px;
	background-color: #EEE;
}

 #pay_haeder	{
	font-size: 1em;
	color: #FFFFFF;
	background-color: midnightblue;
	/*border: #FFFFFF;*/
 }

/*　カレンダーの中にコメントを表示　*/ 
 h4	{
	font-size: 0.8em;	 
 }
 
 #date_haeder	{
	font-size: 1em;
	color: #FFFFFF;
	background-color: midnightblue;
 }
 #today	{
	background-color:#FF3;
 }
 #sunday	{
	background-color:#F99;
 }
 #monday	{
	background-color:#999;
 }
 #tuesday	{
	background-color:#999;
 }
 #wednesday	{
	background-color:#999;
 }
 #thursday	{
	background-color:#999;
 }
 #friday	{
	background-color:#999;
 }
 #saturday	
	background-color:#9CF;
 }
 
 #sunday_color	{
	 	color:#F00;
 }
 #normal	{
	background-color:#DDD;
 }
 #holiday	{
	background-color: #ffc6c6;
 }
 #before	{
	background-color: #b0c4de;
 }
 #after	{
	background-color:#FF6;
 }
 #special	{
	background-color:#DA76FF;
 }
 #discount	{
	background-color:#D6F;
 }
 #day7	{
	background-color:#F6F;
 }
 #day8	{
	background-color:#6F6;
 }
