@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 20px;
	color: #006;
	background-color: #FFF;
}
.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	height: 79px;
}

#header h4 {
	background-color: black;
}

.bk-header {
	background-image: url(images/header-back.jpg);
	background-repeat: repeat-x;
}

#navigation {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 560px;

}

#navigation h5 {
	float: left;
	font-size: 100%;
}

#navigation h5 a {
	color: #006;
	text-decoration: none;
	font-weight: bold;
	width: 55px;
	display: block;
	background-image: url(images/brt-search.jpg);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#searchbar {
	background-image: url(images/bk-search.jpg);
	background-repeat: no-repeat;
	width: 444px;
	height: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 150px;
}

#subnavigation {
	float: left;
	display: inline;
	width: 15%;
	border: 1px solid #CCC;
}
#subnavigation h4{
	height: 14px;
	background-color: black;
	background-repeat: repeat-x;
}

#container h4 {
	background-image: url(images/bk-titlebar.jpg);
	background-repeat: repeat-x;
}

#container ul {
	font-size: 100%;
	list-style-type: circle;
	list-style-position: inside;
}
#container ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-left: 5px;
}

#container ul li a {
	color: #06F;
	text-decoration: underline;
	font-weight: bold;
}

#container ul li a:hover {
	color: #00F;
	text-decoration: underline;
	font-weight: bold;
}

#container h6 {
	text-align: right;
	font-size: 90%;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#rightcontent {
	float: right;
	width: 15%;
	display: inline;
	border: 1px solid #CCC;
}

#rightcontent h4 {
	height: 14px;
	background-color: black;
	background-repeat: repeat-x;
}

#rightcontent p {
	font-size: 100%;
	margin: 10px;
}

#maincontent {
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
}

#maincontent_index {
	width: auto;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align:center;
	background-color: #FFF;
	border: 1px solid #CCC;

}

#maincontent h2 {
	font-size: 20px;
	color: #C00;
	background-image: url(images/brt-maincont.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#maincontent .topics {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#footer {
	background-color: #F1F5F6;
	padding-top: 7px;
	padding-bottom: 7px;
}

#footer h4 {
	background-color: black;
}

#footer h6 {
	font-size: 100%;
	color: #999;
	font-weight: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
