


.all
	{
	float:left;
	width:800px;
background-image : url(img/back.jpg);
	}

.menu
	{
	float:left;
	width:100px;
background-image : url(img/back.jpg);
	}

.main
	{
	float:left;
	width:700px;
	background-color: #000000;
	border: 0px;
	}
	.main_cont
	{
	float:right;
	width:450px;
	background-color: #ffffff;
	}
	.main_left
	{
	float:left;
	width:250px;
	background-color: #000000;
	}



td { 
font-size: 13px;
line-height : 140%;
}


hr{
 color: #444444;
 height: 1px;
 width: 80%;
text-align : center;
}


a{text-decoration:none}
a:link    {color:black}
a:active  {color:black}
a:visited {color:black}
a:hover   {color:#808080; text-decoration: underline}





.yumicha { 
font-size : 13px;
color : #c0c0c0;
text-align : right;

} 