/*-------------------- BASE --------------------*/

body {

	background-color:#ffffff;
	margin:0px;
	height: 100%;
	font-size: 90%;
	}


#contents{
	width:840px;
	background-color:#ffffff;
	position:absolute;
	left:50%;
	margin-left: -420px;
	background-image: url("../images/bg_main.gif");
	background-repeat: repeat-y;



}

#main{
	margin-left: 19px;
	width:800px;
	border-left: 1px solid #4F0D3E;
	border-right: 1px solid #4F0D3E;
	height: 100%;
}


.leftarea{
	background-color: #ffffff;
	background-image: url("../images/bg_left.gif");
	background-repeat: repeat-x;

}


.rightarea{
	background-image: url("../images/bg_right.jpg");
}

#submenu{
	background-color: #E8E8E8;
	width: 800px;
	height: 34px;
	background-image: url("../images/bg_submenu.jpg");
	background-repeat: repeat-x;
	padding: 2px 0px 0px 0px;;
}


#container{
	width:580px;
	margin: 10px;
}

#cafevoice{
	width:560px;
	margin-left: 20px;
	margin-top: 20px;
	/*border: 1px solid #ff0000;*/
	}

#pagetop{
	width:580px;
	margin: 30px 10px 30px 10px;
	text-align: right;
}

#flasharea{
margin-top: 20px;
margin-left: 15px;
}


#update{
	font-size: 12px;
	margin-bottom: 15px;
	width: 162px;
	padding: 5px;
	text-align: left;
	border: 1px solid #fd9;
	background-color: #ffffcc;
	background-image: url(../images/bg_update.gif);
	line-height: 130%;
	margin-left: 10px;
	margin-right: 10px;
	
}

#update a{
	color:#aa0066;
}

#update a:hover{
	color:#ff0000;
	background-color: #ffff88;
}

#update .up{
margin-top: 5px;
	border-bottom: 1px dotted #888888;
	padding-bottom: 5px;
}



#update .uptitle{
font-size: 12px;
font-weight: bold;
color: #000;
}



#score{

font-size: 12px;

}

#score table{

border: 1px solid #966;
background-color: #fff;

}

#score .day{

font-weight: bold;
background-color: #ffc;
color: #f63636;

}

#score .title{

font-weight: bold;
background-color: #ffc;
color: #363636;
}

#score a{

color: #ff0;
}

#score a:hover{

color: #fff;
padding-bottom: 2px;

}


#score td.head{

background-color: #666;
border-top: 1px solid #966;
}


#score td.score{

background-color: #ececec;
}
