* {
	margin:0px;
	padding:0px;
	border:0px;
}


body {
	font-size: 14px;
	line-height: 130%;
	scrollbar-arrow-color: #FFA500;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #ffcc00;
	scrollbar-darkshadow-color: #FFA500;
	scrollbar-highlight-color: #ffcc66;
	scrollbar-shadow-color: #FFA500;
}


#base{
	width: 940px;
	margin: 0 auto;
	text-align: center;
}


div#header2{
	width:900px;
	text-align: left;
}

div#header{
	width:900px;
	height:60px;
	border-bottom: 8px solid #000000;
  margin-bottom: 10px;
}


div#hleft{
	width:240px;
	height:60px;
	float:left;
}

div#hright{
	width:660px;
	height:60px;
	float:right;
	text-align:right;
}



div#body{
	width:900px;
	height:600px;
}

div#bleft{
	width:200px;
	float:left;
	text-align:left;


}

div#bcenter{
	width:8px;
	height:700px;
	float:right;
}


div#bright{
	padding:0px;
	width:692px;
	float:right;
	text-align:left;
}

h1{
	font-size: 10px;
	color: #000033;
}

.menuheader2{
  height:24px;
  background-image: url("../img/menu01.gif");
  background-repeat: no-repeat;
  color: #ffffff;
}


.menuheader2 a{
  height:24px;
	font-size:14px;
  line-height: 24px;
  color: #A70303;
  background: url("../img/arrow.gif") no-repeat 5px 6px;
  display: block;
  text-decoration: none;
  font-weight: bold;
	text-indent: 20px;
}



.menuheader2 a:link{
	color:#ffffff;
}

.menuheader2 a:visited{
	color:#ffffff;
}

.menuheader2 a:active{
	color:#ffffff;
}


.menuheader2 a:hover{
  color: #000000;
  background-color: #ffccff;
	width:200px;
  height:23px;
  line-height: 24px;
}


div#footer{
	width:900px;
	height:72px;
 	clear: both;
 	margin: 0;
	border-top: 8px solid #000000;
}


hr{
	height:2px;
	color: #ff99ff;
}






/* ▼　アコーディオンメニュー　▼ */
#accordion_menu{
  width: 200px;
	text-align:left;
  font-size: 14px;
  background-color:#fff;
  margin-bottom: 10px;
}
/* アコーディオンのカテゴリの指定 */
#accordion_menu .menuheader{
  background-image: url("../img/menu01.gif");
  background-repeat: no-repeat;
  height:24px;
  margin-bottom: 0px;
  text-decoration: none;
  line-height: 24px;
  font-weight:bold;
  text-indent: 22px;
  color: #ffffff;
  cursor: pointer;
  /* ステータスアイコンを使用する場合 以下の2行が必要です。使用しない場合は削除しても構いません。 */
  display: block;
  position: relative; 
}
#accordion_menu .menuheader:hover{
  color: #FF0;
}
/* openheader はカテゴリが開いている状態のCSS */
#accordion_menu .openheader{
  background-image: url("../img/menu02.gif");

  background-repeat: no-repeat;
  color: #ffffff;
}
/* 子メニューの指定 */
#accordion_menu div.categoryitems ul{
  list-style-type: none;
  border: 0;
  margin: 0;
  padding: 0px;
}
/*ステータスアイコンのCSS*/
#accordion_menu div.menuheader .statusicon{
  position: absolute;
  top: 6px;
  left: 5px;
  border: none;
}


#accordion_menu div.categoryitems ul li{
  height:24px;
	vertical-align:bottom;
}
#accordion_menu div.categoryitems ul li a{

  height:23px;
  line-height: 24px;
  color: #A70303;
  background: url("../img/arrow.gif") no-repeat 5px 6px;
  display: block;
  text-decoration: none;
	border-bottom: 1px solid #dadada;
  font-weight: bold;
	text-indent: 20px;
}


#accordion_menu div.categoryitems ul li a:visited{
  background-color: #ffffff;
  color: #A70303;
}

#accordion_menu div.categoryitems ul li a:hover{
  color: #A70303;
  background-color: #ffccff;
}



#accordion_menu div.categoryitems ul li .menu00{
	float:left;
}



/* ▲　アコーディオンメニュー ▲　ここまで */


