body
{
	margin:0px;
	padding:0px;
}

body#mainbody
{
	background-color:#AEE2F0;
}

body#mainbody2
{
	background-color:#FFE5EE;
}

/* ヘッダ */
div#head_box
{
	background-color:#287FCF;
}

div#head_box div.bottom
{
	background-color:#287FCF;
	position:relative;
	padding:5px 0px;
	width:936px;
	margin:0px auto;
	text-align:right;
}

/*=== footerの設定 ===*/
div#foot_box
{
	margin:0px auto;
	text-align:center;
	font-size:10pt;
	min-width: 936px;
}


/* 画像の枠線 */
img
{
	border:0px;
}
