
html{
	height:100%;
}

body {
	color:#ffffff;
	background:#003399;
	margin: 0px auto;
	height:100%;
	width: 100%;
	font-family: :"ＭＳ Ｐ明朝", 細明朝, リュウミンL, serif;
	font-size: small;
}

img{
	border:0px;
}
div.count{
	text-align: right;
	margin-right: 2%;
}

div#main{
	background-color: #000000;
/*
	border:solid 1px #760014;
	border-width:0px 1px;
*/
	margin: 0px 5%;
	height:100%;
	min-height: 100%;
	position:relative;
}
body > #main {
	height: auto;
}

a{
	text-decoration: none;
}
a:link {
	color:#003399;
}
a:visited {
	color:#003399;
}
a:active {
	color:#AA0022;
}
a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

/* ロゴ */
.titlebar{
	width: 100%;
	padding: 4px 1px 1px 1px;
	background:#003399;
}
.logo{
	text-align: left;
}

/* ナビゲーション */
ul.navi{
	list-style:none;
	width:100%;
	font-size:14px;
	margin: 0px 0px;
	padding:3px 0px;
	border-top:double 4px #330000;
	border-bottom:double 4px #330000;
	text-align:center;
	background-color:#f0eebe;
}
ul.navi li{
	list-style:none;
	display:inline;
	margin:0px 15px;
}
ul.navi a{
	padding-left:15px;
	text-decoration:none;
}
ul.navi a:hover{
	background:url(./image/link_set.gif) left center no-repeat;
}

/* フッター */
div#foot{
	position:absolute;
	bottom: 0px;
	width: 100%;
	height: 1em;
	font-size: xx-small;
	text-align: center;
	margin: 20px auto 0px auto;
	border-color: #003399;
	border-width: 4px 0px;
	border-style: double;
	background:#f0eebe;
	color:#000000;
}

h1{
	color:#000000;
	background-color: #f0eebe;
	border-color:#003399;
	border-width: 4px 0px;
	border-style: double;
	font-size: 1.2em;
	padding: 3px 2px 2px 2px;
	margin: 10px 2% 5px 2%;
	text-indent: 25px;
	text-decoration: none;
	background-image: url(image/cap_h1.gif);
	background-repeat: no-repeat;
	background-position: left;
}

h2{
	border-color:#FFCC66;
	border-width: 0px 0px 4px 0px;
	border-style: double;
	font-size: 1em;
	height: 1em;
	/* text-align: center;
	letter-spacing: 0.5em; */
	padding: 3px 2px 2px 25px;
	margin: 16px 5% 2px 5%;
	display:inline;
	background-image: url(image/cap_h1.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div.normal{
	margin: 1px 5%;
	font-size: x-small;
}

div.center{
	margin: 5px auto;
	text-align:center;
}

span.sun{
	color: #990033;
}
span.satu{
	color: #00CCFF;
}
