/*- Menu vertical1 --------------------------- */
#menu_v1{
	width:180px;/*- メニュー 幅- */
	background-color: #5f2e25;
}
#menu_v1 ul{
	padding:0;
	margin:0;
	list-style:none;
}
#menu_v1 li{
	list-style:none;/*- メニュー 間- */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#menu_v1 li a{
	list-style:none;
	color:#FFF;/*- メニュー 文字カラー- */
	text-transform:uppercase;
	font-size:14px;/*- メニュー 文字サイズ- */
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:35px;
	line-height:35px;/*- メニュー 高さ- */
	padding:0 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 0;
	border-right-width: 10px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A7C68;
	border-right-color: #9A7C68;
	border-bottom-color: #9A7C68;
	border-left-color: #9A7C68;
	background-color: #9A7C68;
}
#menu_v1 li a.green{
	border: 0 solid #5f2e25;
	background-color: #5f2e25;
}
#menu_v1 li a:hover.orange{
	background:#d65611;
}
