@charset "utf-8";

#left_menu_box {
	background-color: #f5f4ec;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

#left_menu_box button:hover {
	opacity:0.7;
}

#left_menu_box .open{
	background-image: url(../img/menu_icon+.png);
	background-repeat: no-repeat;
	background-position: 200px center;
}
#left_menu_box .close{
	background-image: url(../img/menu_icon-.png);
	background-repeat: no-repeat;
	background-position: 200px center;
}

#left_menu_box .level1 {
	background-image: url(../img/menu_icon+.png);
	background-repeat: no-repeat;
	background-position: 190px center;
	background-color: #f5f4ec;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 100%;
}

#left_menu_box .level1.open{
	background-image: url(../img/menu_icon-.png);
	background-repeat: no-repeat;
	background-position: 190px center;
}

#left_menu_box .level1 a{
	width: 228px;
	display: block;
	font-family:futura-pt, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 2.6;
	text-align: left;
	color: #6b584a;
	text-decoration: none;
	padding-left: 3rem;
}

#left_menu_box .level2button {
	background-color: #f5f4ec;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 100%;
}

#left_menu_box .level2button a{
	width: 225px;
	display: block;
	font-size: 15px;
	line-height: 2.6;
	text-align: left;
	color: #666;
	text-decoration: none;
	padding-left: 5rem;
}

#left_menu_box .level2 {
	background-image: url(../img/menu_icon+.png);
	background-repeat: no-repeat;
	background-position: 180px center;
	background-color: #f5f4ec;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 100%;
}

#left_menu_box .level2.open{
	background-image: url(../img/menu_icon-.png);
	background-repeat: no-repeat;
	background-position: 180px center;
}

#left_menu_box .level2 a {
	width: 225px;
	display: block;
	font-size: 15px;
	line-height: 2.6;
	text-align: left;
	color: #666;
	text-decoration: none;
	padding-left: 5rem;
}
#left_menu_box .level2area,
#left_menu_box .level3area{
	margin-left: 0;
}
#left_menu_box .level3area li {
	font-size: 16px;
	line-height: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#left_menu_box .level3area li a{
	width: 188px;
	display: block;
	font-size: 14px;
	line-height: 2.6;
	text-align: left;
	color: #666;
	text-decoration: none;
	padding-left: 6rem;
}
