@charset "utf-8";

ul.sidemenu li {
	list-style-type:none;
}
ul.navi li.sidemenu_item a{
	display:block;
	width:222px;
	height:47px;
	margin-top:7px;
	margin-bottom:0px;
	height: 47px;
	line-height: 40px;
	text-indent:30px;
	background:url(../img/button/side_menu_btn_1.jpg);
	background-size:222px 47px;
	background-repeat: no-repeat;
	list-style-type:none;
	text-decoration:none;
	text-align:left;
	position:relative;
	float:left;
}
ul.navi li.sidemenu_item a:hover{
	background:url(../img/button/side_menu_btn_2.jpg);
	background-size:222px 47px;
	background-repeat: no-repeat;
	list-style-type:none;
	text-decoration:none;
	text-align:left;
	float:left;
}
ul.navi li.sidemenu_item2 a{
	display:block;
	width:222px;
	height:47px;
	margin-top:7px;
	margin-bottom:0px;
	height: 47px;
	line-height: 40px;
	text-indent:30px;
	background:url(../img/button/side_menu_btn_2.jpg);
	background-size:222px 47px;
	background-repeat: no-repeat;
	list-style-type:none;
	text-decoration:none;
	text-align:left;
	position:relative;
	float:left;
}

ul.navi li a:link {
	text-decoration: none; 
}
.sidemenu_item a:link {
	text-decoration: none; 
}

.side_menu_text {
	padding-top:5px;
	width:222px;
	height:47px;
	/*font-family:"ＭＳ Ｐゴシック";*/
	font-size: 13px;
	color:#63574E;
	font-weight: bold;
	letter-spacing: 1px;
	text-align:left;
	overflow:hidden;
	position:relative;
	float:left;
}
.side_menu_text2 {
	padding-top:5px;
	width:222px;
	height:47px;
	/*font-family:"ＭＳ Ｐゴシック";*/
	font-size: 13px;
	color:#63574E;
	font-weight: bold;
	letter-spacing: 1px;
	text-align:left;
	overflow:hidden;
	position:relative;
	float:left;
}
.side_menu_text3 {
	padding-top:2px;
	width:222px;
	height:47px;
	/*font-family:"ＭＳ Ｐゴシック";*/
	font-size: 13px;
	color:#63574E;
	font-weight: normal;
	letter-spacing: 1px;
	text-align:left;
	overflow:hidden;
	position:relative;
	float:left;
}


ul.navi {
	width:222px;
	margin:0px;
	/*background-color:orange;*/	/* test */
	position:relative;
	float:left;
}

ul.navi, ul.menu_list {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
	float:left;			/* slideの動きがスムーズになった */
}
ul.navi, ul.menu_list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
	float:left;			/* slideの動きがスムーズになった */
}

/*
li.category_item {
	text-decoration: none; 
	position:relative;
}
*/
div.category {
	top:0px;
	display:block;
	margin-top:7px;
	margin-bottom:0px;
	height: 47px;
	width:222px;
	line-height: 40px;
	text-indent:30px;
	background:url("../img/button/side_menu_btn_plus_1.jpg");
	background-size:222px 47px;
	/*background-color:#6FC;*/
	cursor:pointer;
	text-align:right;
	position:relative;	/* safari対応（背景画像が表示されない） */
	float:left;
}
div.category.rollover{
	background:url("../img/button/side_menu_btn_plus_2.jpg");
	background-size:222px 47px;
	background-repeat: no-repeat;
}
div.open {
	/*margin-bottom:0px;*/
	background:url("../img/button/side_menu_btn_minus.jpg");
	background-size:222px 47px;
	margin-bottom:0px;
}
ul.menu_list {
	font-size:13px;
}

ul.menu_list a{
	margin-left:10px;
	margin-bottom:0px;
	padding-top:8px;
	display:block;
	height: 32px;
	width:212px;
	color: #164158;
	text-indent:25px;
	position:relative;
	float:left;
}
ul.menu_list2 a{
	margin-left:10px;
	margin-bottom:0px;
	padding-top:8px;
	display:block;
	height: 32px;
	width:212px;
	color: #164158;
	text-indent:25px;
	position:relative;
	float:left;
}

ul.menu_list li {
	top:0px;
	margin-left:0px;
	width:220px;
	border-top: solid 0px #AFAD8B; 
	border-bottom: solid 1px #AFAD8B;
	border-left: solid 1px #AFAD8B; 
	border-right: solid 1px #AFAD8B;
	background-color:white;
	position:relative;
	float:left;
}
ul.menu_list2 li {
	top:0px;
	margin-left:0px;
	width:220px;
	border-top: solid 0px #AFAD8B; 
	border-bottom: solid 1px #AFAD8B;
	border-left: solid 1px #AFAD8B; 
	border-right: solid 1px #AFAD8B;
	background-color:white;
	position:relative;
	float:left;
}

ul.menu_list li.rollover{
	background-color:#FFFFD9;
}
ul.menu_list2 li.rollover{
	background-color:#FFFFD9;
}
