﻿body{
	background-image:url(material/back.gif);
	background-position:center;
	background-attachment:fixed;
	color:#000000;
	scrollbar-face-color:#FFCA7B; /* 濃い */
	scrollbar-arrow-color:#000000; /**/
	scrollbar-track-color:#FFECA4; /* 薄い */
	scrollbar-highlight-color:#FFFFFF; /* 枠 */
	scrollbar-shadow-color:#000000; /* 右線 */
	scrollbar-3dlight-color:#FFFFFF; /* 左線 */
	scrollbar-darkshadow-color:#FFFFFF; /* 下線 */
}
a:link{
	color:#3AB54A;
}
a:visited{
	color:#287D33;
} 

/*header*/
h1{
	font-size:10px;
	color:#999999;
	text-align:left;
}
#all {
	height: auto;
	width: 800px;
}
#menu {
	height: 30px;
	width: 800px;
}
#girlstatebox{
	margin-top: 5px;
	margin-bottom:5px;
}

/*footer*/
#copybar {
	margin-top:5px;
	width: 800px;
}
#footerbox{

}

/*エリア定義*/
#contentsbox{
	width: 800px;
}
#leftbox{
	float:left;
	width: 200px;
	height: 1200px;
	margin-right: 600px;
}
#rightbox{
	width: 600px;
	height: 1200px;
	margin-left: 200px;
	margin-top: -1200px;
	float: left;
}

/*masterコンテンツ*/
#blogbar {
	width: 200px;
	height: 20px;
	margin-right: 600px;
}
#blogbox {
	text-align:left;
	height: 775px;
	width:200px;
	margin-right: 600px;
	margin-bottom:5px;
}
.qrbar{
	width: 200px;
	height: 20px;
	margin-right: 600px;
}
.qrbox{
	width:200px;
	height: 170px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right: 600px;
}

/*各ページ*/
#schedulebar {
	width: 600px;
	height: 20px;
	
}
#schedulebox{
	text-align:left;
	height: 1160px;
	padding: 10px 10px 10px 10px;
	overflow-y: scroll;	
}
#scheduletable{
	background-color:#FDE792;
}
hr{
   border: 0 none;
  height: 1px;
  color: #FF9901;            /* for WinIE/MacIE */
  background-color: #FF9901; /* for Mozilla */ 	

}

/***************************************/

tr.day{
	background-color:#FF6699;
}

td.ph {
	padding-right:3px;
}

td.hei {
	width:84px;
	color:#000000;
	text-align: center;
}
td.sta {
	width:84px;
	color:#0000CC;
	text-align: center; 
}
td.sun {
	width:84px;
	color:#FF0000;
	text-align: center; 
}
td.past {
	background-color:#FFFFFF;
	color:#000000;
	text-align: center;
	empty-cell:display;
}
td.today {
	background-color:#FFFFFF; 
	color:#000000;
	text-align: center; 
}
td.future {
	background-color:#FFFFFF; 
	color:#000000;
	text-align: center;
}
