@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}



/*======================
Second Navi
======================*/

#sidebar {
	float: left;
	width: 200px;
	margin-top: 20px;
	clear: both;
	margin-left: 0px;
}



#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #666666;
	line-height: 30px;
}

#sidebar ul li a {
	color: #666666;
	text-decoration: none;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	line-height: 30px;
	display: block;
	padding-left: 25px;
}

#sidebar ul li a:hover {
	background-position: -200px 0px;
	color: #222222;
}


#sidebar .act {
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	line-height: 30px;
	display: block;
	padding-left: 25px;
	background-position: -200px 0px;
	color: #222222;
	margin: 0px;
}



/*ご挨拶 sidbar h2*/
#gree {
	background-image:  url(../greeting/images/menu_h2.gif);
	background-repeat: no-repeat;
	height: 130px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: -9999px;
}

/*概要 sidbar h2*/
#sum {
	background-image:  url("../greeting/images/menu_h2.gif");
	background-repeat: no-repeat;
	height: 130px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: -9999px;
}

/*研修設備 sidbar h2*/
#equ {
	background-image: url(../equipment/images/menu_h2.gif);
	background-repeat: no-repeat;
	height: 130px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: -9999px;
}

/*コース紹介 sidbar h2*/
#cou {
	background-image: url(../course/images/menu_h2.gif);
	background-repeat: no-repeat;
	height: 130px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: -9999px;
}

/*利用規程 sidbar h2*/
#rul {
	background-image: url(../rule/images/menu_h2.gif);
	background-repeat: no-repeat;
	height: 130px;
	text-indent: -9999px;
}

/*手続・注意 sidbar h2*/
#pro {
	background-image: url(../procedure/images/menu_h2.gif);
	background-repeat: no-repeat;
	height: 130px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: -9999px;
}

/*問い合わせ sidbar h2*/
#con {
	background-image: url(../contact/images/menu_h2.gif);
	background-repeat: no-repeat;
	height: 130px;
	text-indent: -9999px;
}
