/* ---------- スタイル指定 ---------- */
TABLE { background-color: white; } 

a:link    { color:#2A8CF1 ; text-decoration:none }
a:visited { color:#087CF4; text-decoration:none }
a:hover { background-color: #EDF0FC ; } 
a:active { color: #5FA9F5; } 
/* ---------- クラス指定 ---------- */


h1 {
	font-size: 18px;
	font-weight: normal;
}

  
#boxLeft {
	width: 560px;
	float: left;
}
#boxRight {
	width: 230px;
	float: left;
	margin-left: 5px;
}
#boxTop {
	clear: left;
	height: 120px;
	width: 800px;
}

#boxAll {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
