/**********************************/
/* テンプレート名 : No.006 詳細画面用 */
/**********************************/
#wrapper {
	background-image	: url('../images/contents/7/bg.jpg');
	background-position	: 50%;
	background-repeat	: no-repeat;
}
#home_box .home {
	height: 37px;
	width: 107px;
	background-image: url('../images/contents/7/btn_hp.png');
	background-position: center top;
	background-repeat: no-repeat;
}

#footer {
    height : 98px;
	background-position : 0px 18px;
    position : relative;
}

#footer #f_center{
	background-image	: url('../images/contents/7/controller_bg.png');
	background-repeat	: no-repeat;
	background-position : 0px 8px;
    height              : 99px;
	width				: 800px;
}

#footer #f_center .f_menu {
    padding: 0px;
    margin-top: 10px;
}

#footer #f_center .f_menu li.pdf{
	background-image	: url('../images/contents/7/btn_pdf.png');
	width				: 53px;
	height				: 56px;
}
#footer #f_center .f_menu li.index{
	background-image	: url('../images/contents/7/btn_index.png');
	width				: 53px;
	height				: 56px;
}
#footer #f_center .f_menu li.list{
	background-image	: url('../images/contents/7/btn_home.png');
	width				: 53px;
	height				: 60px;
}


#footer #f_center .f_menu li.left{
	background-image	: url('../images/contents/7/btn_left.png');
	width				: 57px;
	height				: 54px;
    margin-left: 27px;
}
#footer #f_center .f_menu li.left_off {
	width				: 57px;
	height				: 54px;
	background-image: url('../images/contents/7/btn_left.png');
	background-position: center bottom;
	background-repeat: no-repeat;
    margin-left: 27px;
}

#footer #f_center .f_menu li.left_w{
	background-image	: url('../images/contents/7/btn_left_w.png');
	width				: 50px;
	height				: 51px;
    margin-left: 17px;
}

#footer #f_center .f_menu li.left_w_off {
    margin-left: 17px;
	width				: 50px;
	height				: 51px;
	background-image: url('../images/contents/7/btn_left_w.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer #f_center .f_menu li.right{
	background-image	: url('../images/contents/7/btn_right.png');
	width				: 57px;
	height				: 54px;
    margin-left: 9px;
}
#footer #f_center .f_menu li.right_off {
	width				: 57px;
	height				: 54px;
	background-image: url('../images/contents/7/btn_right.png');
	background-position: center bottom;
	background-repeat: no-repeat;
    margin-left: 9px;
}

#footer #f_center .f_menu li.right_w{
	background-image	: url('../images/contents/7/btn_right_w.png');
	width				: 50px;
	height				: 51px;
    margin-left: 27px;
}
#footer #f_center .f_menu li.right_w_off {
	width				: 50px;
	height				: 51px;
	background-image: url('../images/contents/7/btn_right_w.png');
	background-position: center bottom;
	background-repeat: no-repeat;
    margin-left: 27px;
}

#footer #f_center .f_menu li.plus{
	background-image	: url('../images/contents/7/btn_plus.png');
	width				: 48px;
	height				: 60px;
    margin-left : 17px;
    
}
#footer #f_center .f_menu li.plus_off {
	width				: 48px;
	height				: 60px;
	background-image: url('../images/contents/7/btn_plus.png');
	background-position: center bottom;
	background-repeat: no-repeat;
    margin-left : 17px;
}

#footer #f_center .f_menu li.minus{
	background-image	: url('../images/contents/7/btn_minus.png');
	width				: 47px;
	height				: 60px;
}
#footer #f_center .f_menu li.minus_off {
	width				: 47px;
	height				: 60px;
	background-image: url('../images/contents/7/btn_minus.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}


#footer #f_center .f_menu li.all{
	background-image	: url('../images/contents/7/btn_all.png');
	width				: 52px;
	height				: 59px;
}


#footer #f_center .f_menu li.all_off {
	width				: 52px;
	height				: 59px;
	background-image: url('../images/contents/7/btn_all.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#footer #shop_info {
	margin-top: 50px;
}
#footer #f_center .f_menu li.emptyBtn {
	width				: 53px;
	height				: 56px;
}
/**********/