
/*=========================================ヘッダ*/
img{ border:none;}

b.head{
	float:left;
	text-align:left;
	margin-top:10px;
	font:bold 10px/16px normal;
	border:none;
}

div.header {
	margin:auto;
	padding:0px 0px 0px 0px;
	text-align:right;
	background-color:#009900;
	clear:both;
}

div.header a{
	color:#ffffff;
	background-color:#009900;
	font:normal 14px/20px normal;
}
/*========フッター==========*/
div.footer{
	margin:auto;
	padding:0px 0px 0px 0px;
	text-align:right;
	background-color:#009900;
	clear:both;
}
div.footer a{
	background-color:#009900;
	color:#ffffff;
	font:normal 14px/20px normal;
}

div.copyright{
	margin-top:5px;
	text-align:center;
	font-size:14px;
	clear:both;
	margin-bottom:10px
}
/*============================================mainBox940中央揃え*/
body{
	width:940px;
	margin:auto;
	text-align:center;
	background-color:#fff;
}

div.mainBox{
	width:940px;
	margin:10px auto 10px auto;
	text-align:center;
}

div.floatclear{ clear:both;}

div.leftclear{ clear:left;}
/*==============================================バナー用右*/
div#top_bn{
	width:468px;
	height:60px;
	margin-bottom:1px;
	float:right;	
}

