@charset "utf-8";

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-size: 75%;
	line-height: 1.8;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#body {
	height: 100%;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(img/gri.gif);
	background-repeat: repeat-y;
	color: #333;
}
#header {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	background-color: #C30D23;
	width: auto;
	text-align: center;
}


.rogo {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	float: left;
}

.name {
	width: 259px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	background-color: #FFF;
	position: relative;
}
.info {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;

}
.flash {
	margin: 0px;
	padding: 0px;
	width: 750px;
}

#navi {
	width: 750px;
	margin: 0px;
	padding: 0px;
	height: 31px;
}
#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navi li {
	float: left;
}
#under_navi {
	text-align: center;
	width: 760px;
}
#under_navi ul {
	list-style-type: none;
	text-align: center;
}
#under_navi ul li {
	float: left;
	margin-right: 15px;
	margin-left: 20px;
	text-align: center;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}
