@charset "shift_jis";
/* CSS Document */
/* 折りたたみメニュー用のスタイル指定 */

.bscal{
	margin-top: 20px;
	margin-left: 5px;
	float: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	width: 90px;
}

.bscal .menuheader{
	color: #006;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	background-image: url(../img/hide.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 25px;
}

.bscal .openheader{
	background-image: url(../img/show.gif);
	background-repeat: no-repeat;
}

.bscal ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px;
}

.bscal ul li{
	padding-bottom: 2px;
	padding-left: 15px;
}

.bscal ul li a{
	display: block;
	padding-left: 28px;
	height: 15px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	width: 40px;
}

.bsrtitle {
	text-decoration: none;
	background-image: url(../img/bsr_t.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -999999px;
	display: block;
	height: 50px;
	background-color: #FFF;
	padding-bottom: 10px;
}

