body
{
	margin:0px;
	padding:0px;
	background-color:#000000;
}

body#content
{
	background-image:url(../image/haikei.jpg);
	background-repeat:no-repeat;
	background-position:50% 40px;
	min-width:800px;
}

/* 改行の回り込み解除 */
br.cb
{
	clear:both;
}

/* 画像リンクの枠線 */
a img
{
	border:0px;
}


/* ヘッダ */
div#head_ie6_fix
{
	text-align:center;
}

div#head_box
{
	background-color:#000000;
	width:800px;
	height:40px;
	margin:0px auto;
	text-align:left;
}

div#head_box img.ps_logo
{
	float:left;
}

div#head_box img.ssa_logo
{
	float:right;
}

/* フッタ */
div#foot_ie6_fix
{
	clear:both;
	text-align:center;
}

div#foot_box
{
	background-color:#000000;
	color:#ffffff;
	width:800px;
	margin:0px auto;
	font-size:9pt;
	text-align:center;
}

/* リンク */
a.text
{
	color:#0000ff;
}

a.text:hover
{
	text-decoration:none;
}

