body{
	background:#ffffff url("images/back.gif") repeat;
	margin:0;
}
h1{
	color:#ffffff;
	background:#003366;
	border-bottom:solid 8px #ff6633;
	padding:10px;
}
h2{
	color:#ffffff;
	background:#003366;
	padding-top:5px;
	padding-bottom:5px;
}
sub{
	font-size:small;
}
p{
	color:#003366;
	line-height:120%;
	font-size:90%;
	font-weight:bold;
}
img{
	border:0;
}
.main{
	background-color:#6699ff;
	width:850px;
	text-align:center;
	padding:10px;
}
.main2{
	background:#ffffff;
	border:dotted #003366 5px;
	margin-top:20px;
	margin-bottom:20px;
}
.main3{
	color:#000000;
	font-size:80%;
	font-weight:bold;
}
.main3 table{
	font-size:98%;
	font-weight:bold;
	line-height:130%;
}
hr{
	color:#ffffff;
}
/*表*/
th{
	color:#ffffff;
	background:#003366;
}
td{
	text-align:center;
}
/*ナビゲーションメニュー*/
#menu ul{
	list-style-type:none;
	margin:0;
	float:left;
}
#menu li{
	margin-right:3px;
	width:130px;
	height:26px;
	text-align:center;
}
#menu a{
	background:#ffffff;
	color:#000000;
	font-weight:bold;
	border:outset 2px #ffffff;
	text-decoration:none;
	display:block;
	padding:2px;
}
#menu a.current{
	background:#003366;
	color:#ffffff;
	font-weight:bold;
	border:inset 2px #ffffff;
	text-decoration:none;
	display:block;
	padding:2px;
}
#menu a:hover{
	background:#ff6633;
	color:#ffffff;
	border:inset 2px;
}
/*トップへもどる*/

/*フッター*/
.footer{
	background:#ffffff;
}