@charset "utf-8";

@import "reset.css";

h1 {
	text-indent:-9999px;
	overflow:hidden;
}
		
#wrapper {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: medium;
	color: #000;
	background-color: #FFF;
	width: 800px;
	font-weight: bold;
	text-align: center;
	margin: 0px auto;
}

#herder {
	height: 130px;
	width: 800px;
	padding-top: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}

#navi_box {
	text-align: center;
	height: 48px;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #F00;
}

#footer {
	clear: both;
	height: 50px;
	width: 800px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.h1 {
	color: #FFF;
	font-size: xx-small;
}

#under_navi {
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #FFF;
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;
	padding-top:10px;
	padding-bottom: 5px;
}

#wrapper #main_box p .sube {
	font-size: x-large;
	color: #000;
}

a:link{
	color:#F00
}

a:visited{
	color:#F6F;
}

a:hover{
	color:#999;
}

