@charset "utf-8";
/* CSS Document */

body {
	font-size:16px;
	font-family:Arial,Helvetica,sans-serif;
	color:#323333;
	line-height:148%;
	font-style:normal;
}

div#wrapperBox	{
    width: 980px;
    margin: 0 auto;
	background-color:#fff;
}

div#headerBox	{
	width: 980px;
	padding:0;
	height:115px;
	border-bottom:4px solid #1d4b9f;
}

.title01 {
	font-weight:bold;
	font-size:35px;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height:30px;
	margin-bottom:20px;
	text-align:center;
}


table.note {
  border-collapse:collapse;
  margin-top:5px;
}
table.note tr {
  border-bottom: 1px dotted #cccccc;
}



/* footer */

div#footerBox	{
	width: 980px;
	margin-top:20px;
	padding:0 0 40px 0;
	text-align:center;
}

div#footercopy {
	width: 980px;
	margin-top:8px;
	font-size:12px;
	color:#666666;
}

/* ページUP  */

.up {
	width:100%;
	margin-top:12px;
	text-align:right;
}
