﻿body{
	background-image:url(material/back.gif);
	background-position:center;
	background-attachment:fixed;
	color:#000000;
	scrollbar-face-color:#FFB2FF; /* 濃い */
	scrollbar-arrow-color:#000000; /**/
	scrollbar-track-color:#E5FFFF; /* 薄い */
	scrollbar-highlight-color:#FFFFFF; /* 枠 */
	scrollbar-shadow-color:#000000; /* 右線 */
	scrollbar-3dlight-color:#FFFFFF; /* 左線 */
	scrollbar-darkshadow-color:#FFFFFF; /* 下線 */
}
a:link{
	color:#00ACFF;
}
a:visited{
	color:#006BB3;
} 

/*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;
}


/*各ページ*/
#girlbar {
	width: 600px;
	height: 20px;
	
}
#profilebox{
	text-align:left;
	height: 770px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
}

#eventbar {
	width: 600px;
	height: 20px;
	margin-top:5px;
	
}
#eventbox{
	background-image:url(material/back-text.gif);
	text-align:left;
	height: 350px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	padding:10px 10px 10px 10px;
	overflow-y: scroll;
}

/***************************************/

#profile_lbox{
	width: 330px;
	/*height: 630px;*/
	margin-right: 270px;
	margin-top:5px;
}

#profile_rbox{
	margin-left: 335px;
	margin-top: -820px;

}
#messagebox{
	background-color:#FFCCCC;
	color:#000000;
	border:	2px solid #FF6699;
	width: 320px;
	height: 55px;
	margin-top:5px;
	padding:3px 3px 3px 3px;
}
#commentbox{
	background-color:#99CCFF;
	color:#000000;
	border:	2px solid #3399FF;
	width: 320px;
	height: 85px;
	margin-top:5px;
	padding:3px 3px 3px 3px;
}

#schedulebox{
	height:200px;
	margin-top:5px;

}
#scheduledata{
	margin-top:5px;

}
#namebox{
	width: 260px;
	height: 130px;
}
img.iconimg{
	margin-bottom:3px;
}


#gprofilebox{
	background-image:url(material/back-text.gif);
	font-size:12px;
	width: 245px;
	height: 395px;
	overflow-y: scroll;
	margin-bottom:5px;
	padding:5px 5px 5px 5px;
}
#title{
	color:#FF3FFF;
}


#scheduletable{
	background-color:#9AD9E8;
}
td.hei {
	width:70px;
	color:#000000;
	text-align: center;
}
td.sta {
	width:70px;
	color:#0000CC;
	text-align: center; 
}
td.sun {
	width:70px;
	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;
}


div.sample {
  background-color:#FFFFFF;
  background-image: url(material/back.gif);
  overflow-y:scroll;
}

a {
	text-decoration:none;
}
img {
    border-style:none;
}
