@charset "utf-8";
/* CSS Document */

body{
	background-color:#DC143C;
	color:#fff;
}
h1{
	font-size:90%;
	padding:5px;
}
address{
	text-align:center;
}
a{
	color:#fff;
	text-decoration:none;
}
table{
	border:solid 2px #ffffff;
	border-collapse:collapse;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
th{
	white-space:nowrap;
	width:1%;
}
td{
	white-space:nowrap;
	width:1%;
}
a:hover{
	text-decoration:underline;
}
#main{
	width:900px;
	margin-right:auto;
	margin-left:auto;
}
#header{
	width:900px;
}
#header p{
	background-color:#dc143c;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:center top;
	color:#dc143c;
	height:75px;
	padding-top:10px;
	padding-bottom:20px;
}
#header h1{
	background-color:#001863;
}
#globalNavi{
	background-color:#dc143c;
	width:900px;
	overflow:hidden;
}
#globalNavi ul{
	list-style-type:none;
}
#globalNavi ul li{
	text-align:center;
	font-size:16pt;
	font-weight:bold;
	margin-right:1px;
	float:left;
}
#globalNavi ul li a{
	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
	background-position:right top;
	display:block;
	padding-top:4px;
	width:149px;
	height:28px;
	overflow:hidden;
}
#globalNavi ul li a.selectPage{
	color:#001863;
	background-position:left -32px;
}
#globalNavi ul li a:hover{
	color:#001863;
	background-position:left -32px;
	text-decoration:none;
}
#pankuzu{
	width:890px;
	overflow:hidden;
	background-color:#dc143c;
	padding:5px;
	margin-top:5px;
	margin-bottom:10px;
	font-size:11pt;
}
#pankuzu #pan{
	float:left;
	display:inline;
	margin-left:10px;
}
#pankuzu #pan a{
	color:#FF0;
}
#pankuzu #counter{
	float:right;
	display:inline;
}
#topImage{
	background-color:#dc143c;
	overflow:hidden;
	width:900px;
}
#topImage ul{
	list-style-type:none;
}
#topImage ul li{
	width:300px;
	height:300px;
	float:left;
	overflow:hidden;
}
#footer{
	background-color:#001863;
	clear:both;
}
#footer #search{
	float:left;
	display:inline;
}
#footer #footerLink{
	float:right;
	display:inline;
	border:dashed 1px #fff;
	width:650px;
	height:100px;
	font-size:85%;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
}
#footer #footerLink a:hover{
	text-decoration:underline;
}
#footer address{
	background-color:#dc143c;
	clear:both;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
	min-height:1%;
}