@charset "utf-8";
/* CSS Document */

/*===============================================
	左メニュー
================================================*/
.left_m {
	margin-left:20px;
	text-align:center;
	}
.left_m ul li {
	margin-top:5px;

	}

.left_m li {
	display:block;
	height:30px;
	padding-top:15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	}

.left_m ol li {
	margin-left:15px;
	}	



/* サーメニュー */
.btn_service a {
	display:block;
	width:300px;
	height:66px;
	text-indent:-10000px;
	margin-top: 30px;
	margin-right: 0;
	margin-left:150px;
	margin-bottom: 0;
	background-image: url(file:///D|/MyDocument/%E3%83%9B%E3%83%BC%E3%83%A0%E3%83%9A%E3%83%BC%E3%82%B8/servicemenu/images/entry_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.btn_service a:hover {background-position:0 -70px;}