@charset "UTF-8";
/* CSS Document */



/* サイドメニュー67用ハックここから */

* html .side_menu {
	width: 153px;
	line-height:2;
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -15px;
}

*+html .side_menu {
	width: 230px;
	line-height:2;
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -55px;
}

/* サイドメニュー本体ここから */

.side_menu {
	width: 170px;
	line-height:2;
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -40px;
}





.side_menu li{
	margin: 1px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}


/* IE7用ハック */

*+html .side_menu li{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 52px;
}




*+html .side_menu li a {
	text-decoration: none;
	width: 100%;
	display: block;
	padding-left: 15px;
	background-image: url(bg_a.gif);
	background-repeat: repeat-y;
	background-position: -5px 1px;
	margin-left: -10px;

}

*+html .side_menu li.here a {
	text-decoration: none;
	width: 100%;
	display: block;
	padding-left: 15px;
	background-image: url(bg_b.gif);
	background-repeat: repeat-y;
	background-position: -5px 1px;
	margin-left: -10px;
}

/* 普通の */

.side_menu li a {
	text-decoration: none;
	width: 100%;
	display: block;
	padding-left: 15px;
	background-image: url(bg_a.gif);
	background-repeat: repeat-y;
	background-position: -5px 1px;
}

.side_menu li.here a {
	text-decoration: none;
	width: 100%;
	display: block;
	padding-left: 15px;
	background-image: url(bg_b.gif);
	background-repeat: repeat-y;
	background-position: -5px 1px;
}






/* がぞうのところ */
.side_menu_main {
	width: 170px;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: inside;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



/* いろをかえるところここから */
.side_menu li a:link {
	color: #000;
}

.side_menu li a:visited {
	color: #000;
}

.side_menu li a:hover {
	text-decoration: none;
	width: 100%;
	display: block;
	padding-left: 15px;
	color: #C36;
	background-image: url(bg_b.gif);
	background-repeat: repeat-y;
	background-position: -5px 1px;
}

.side_menu li a:active {
	color: #B91450;
}

/* リンクの破線を消す */
a:focus {
  outline: none;
}
