@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: 5px;
	color: #006;
	background-color: #FFF;
}
.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}

#container {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#container h3 {
    height: 50px;
	background-image: url(../images/bk-titlebar.jpg);
	background-repeat: repeat-x;
}
#container h6 {
	text-align: right;
	font-size: 90%;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/*************************
  ヘッダー区分
*************************/
#header {
	height: 79px;
}
.bk-header {
	background-image: url(../images/header-back.jpg);
	background-repeat: repeat-x;
}
#search {
	background-image: url(../images/bk-searchsp.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 10px;
}
#searchbar {
	background-image: url(images/bk-search.jpg);
	background-repeat: no-repeat;
	width: 444px;
	height: 30px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 150px;
}

/*************************
  ナビゲーション区分
*************************/
#navigation {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
#navigation h5 {
	float: left;
	font-size: 100%;
}
#navigation h5 a {
	color: #006;
	text-decoration: none;
	font-weight: bold;
	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;
}

/*************************
  （左）サブナビゲーション区分
*************************/
#subnavigation {
	float: left;
	display: inline;
	width: 220px;
	margin-bottom: 2px;
	border: 1px solid #CCC;
}
#subnavigation ul {
	font-size: 100%;
	text-decoration: none;
}
#subnavigation ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	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: 30px;
	background-color: #32639D;
}
#subnavigation ul li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#subnavigation ul li a:hover {
	color: #FF6600;
	font-weight: bold;
}
#subnavigation h4 a {
	display: block;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #32639D;
	background-image: url(../image/brt-navigation.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	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;
}
#subnavigation h4 a:hover {
	text-decoration: none;
	color: #CCC;
	background-image: url(../image/brt-navigation-over.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#subnavigation h5 a {
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	background-color: #FFFFFF;
	display: block;
	width: 190px;
	background-image: url(../image/brt-navigation.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom: 1px dashed #FFFFFF;
}
#subnavigation h5 a:hover {
	text-decoration: none;
	background-color: #E7E7E7;
	background-image: url(../image/brt-navigation-over.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/*************************
  （右）ライトコンテンツ区分
*************************/
#rightcontent {
	float: right;
	width: 220px;
	display: inline;
	border: 1px solid #CCC;
}
#rightcontent ul {
	font-size: 100%;
	list-style-type: circle;
	list-style-position: inside;
}
#rightcontent ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	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;
	background-color: #32639D;
}
#rightcontent ul li a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#rightcontent ul li a:hover {
	color: #66FFFF;
	font-weight: bold;
}

#rightcontent p {
	font-size: 100%;
	margin: 10px;
}

/*************************
  メインコンテンツ区分
*************************/
#maincontent {
	width: 638px;
	margin-right: auto;
	margin-left: auto;
	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 h4 {
    height: 35px;
    width: 578px;
    padding-top: 15px;
    padding-left: 60px;
	font-size: 120%;
	color: #FFFFFF;
	background-image: url(../images/title-etc.jpg);
	background-repeat: repeat-x;
}
#maincontent .topics {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#maincontent .company {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}





/*************************
  フッター区分
*************************/
#footer {
	background-color: #336699;
	padding-top: 7px;
	padding-bottom: 7px;
}
#footer h6 {
	font-size: 100%;
	color: #999;
	font-weight: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
