*{
	margin:0px;
	padding:0px;
}

body{
background-color:#141f41;
}

#container {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	color:#003399;
	font-size:11px;
}

p{
	width:700px;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}
	
/* CONTENTS（中味） */	 
#contents{
	clear:both;
	width:700px;
}


/* センターの主要コンテンツ */
#center-box{
	float:right;
	width:493px;
	padding-left:3px;
	padding-right:3px;
}

#center-box p{
    line-height:150%
}

/* エラーメッセージ */
#error{
	width:700px;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}	