body {
	font-size: small;
	margin: 0px;
}
#banner {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background:#FFFFFF;
}
#mainbox {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background:#FFFFFF;
}
#centerbox {
	font-size: small;
	width: 600px;
	text-align: left;
	float: right;
	background:#FFFFFF;
}
#leftbox {
	font-size: small;
	height: auto;
	width: 140px;
	text-align: left;
	float: left;
	background:#FFFFFF;
}
#line {
	height: 10px;
	width: 750px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/bbb.jpg);
}
#footer {
	height: auto;
	width: 750px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background:#FFFFFF;
}
a:link {
	text-decoration:none; /*下線を消す*/
	color:#3399FF ; /*未訪問リンクのカラー*/
}
a:visited {
	text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color:#3399FF ; /*訪問済みリンクのカラー*/
}
a:active {
	text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color:#0066FF ; /*クリックしたときのカラー*/
}
a:hover {
	text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color:#000099 ; /*マウスが乗ったときのフォントカラー*/
}
h1{
	font-size:15px;
	float:left;
	font-weight:lighter;
}
h2{
	font-size:13px;
	float:left;
	font-weight:lighter;
}
h3{
	font-size:15px;
	float:center;
	font-weight:lighter;
}