@charset "shift_jis";

html,body
{
	/*background-color: #00BFFF;*/

	margin:0px;
	height: 100%;
	width:100%;
	max-width:800px;
	}




.top {
	width:960px;
	margin:0px;
	background-color: #F0F8FF;

		
}


.page
	{
	width:960px;
	margin:0px;
	background-color: #A0CFFF;

}


.content
	{
	width:960px;
	margin:0px;
	background-color: #A0CFFF;
}


.foot
	{
	clear:both;
	background-color: #80BFFF;
	width:960px;
	}
.head
	{
	margin:0px;
	background-color: #A0CFFF;
	height: 80px;
	}


.nolist
	{	
	margin:0px;
	float:left;
	width:960px;
	background-color: #ECFAFF;
	text-align:left;
	}

.list
	{	

	float:left;
	width:770px;
	background-color: #FFFFFF;
	text-align:left;
	}

.main
	{
	padding: 0 15px 10px;
	float:left;
	width:770px;
	background-color: #FFFFFF;
	text-align:left;
	}


.side
	{
	float:left;
	margin:0;
	width:160px;
	background-color: #A0CFFF;


	}



.del
	{	
	margin:0px;
	float:right;
	width:960px;
	background-color: #FFFFFF;
	text-align:left;
	}



h3 
	{
	border-bottom:
	5px solid #1E90FF;
	margin-top : 0px;
	margin-bottom : 0px;
	}
	
h1 
	{
	border-bottom:
	5px solid #8FBCFF;
	margin-top : 0px;
	margin-bottom : 0px;
	}
	

hr 	{
	width: 100%;
	color: #A0CFFF;
	margin: 0px;
	height: 10px;
	background: #A0CFFF;
	}


