@charset "Shift_JIS";



	/* メニューボタン */



#banner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	box-sizing:border-box;
	padding-left:20px;
	margin-bottom:auto;
	overflow:hidden;
}


#banner ul{
	margin:0;
	padding:0;
    list-style-type: none;
}

#banner li{
	display:block;
	width: 215px;
	height: 40px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
	float:left;
}
#banner li a{
	display:block;
	color:#00b3b3;
	font-size:1em;
	line-height:40px;
	text-align:left;
	text-decoration:none;
	border:1px solid #00b3b3;
	background-image : url(icon_menu.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	text-indent:30px;
}
#banner li a:hover{
	border:1px solid #b3e6e4;
}
#banner li a#banner1{
	background-image : url(icon_menu.png);
}
#banner li a#banner2{
	background-image : url(icon_menu.png);
}
#banner li a#banner3{
	background-image : url(icon_menu.png);
}
#banner li a#banner4{
	background-image : url(icon_menu.png);
}
