@charset "shift_jis";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
	"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
	color: #030133;
	background-image: url(./00image/wall00.jpg);
	background-repeat: repeat;
	background-position: center 0px;
}

table {
	font-size: 10pt;
}

#container {
	width: 970px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(./00image/wall00.jpg);
	background-repeat: repeat;
	background-position: center 0px;
}

.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}

#maincontent {
	display: inline;
	float: left;
	width: 740px;
	padding-left: 20px;
}

#navigation {
	display: inline;
	float: left;
	width: 170px;
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 20px;
}
#navigation h5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #483d8b;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
	background-color: #eeeeee;
	text-align: left;
}
#navigation h5 a {
	color: #483d8b;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(./00image/brt-maincontent.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#navigation h5 a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #7b68ee;
}

#footer {
	clear: both;
	background-color: #7b68ee;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer p {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
}

#footer a:link {
	color: #FFF;
}

#footer a:hover {
	color: #F00;
}

