/**********************************/
/* テンプレート名 : No.003 詳細画面用 */
/**********************************/
#wrapper {
	background-image	: url('../images/contents/6/bg.jpg');
	background-position	: 50%;
	background-repeat	: no-repeat;
}
#home_box .home {
	height: 37px;
	width: 107px;
	background-image: url('../images/contents/6/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/6/controller_bg.png');
	background-repeat	: no-repeat;
	background-position : 0px -2px;
    height              : 98px;
	width				: 648px;
}

#footer #f_center .f_menu {
    padding: 0px;
    padding-top: 28px;
    text-align: left;
}

#footer #f_center .f_menu li.pdf{
	background-image	: url('../images/contents/6/btn_pdf.png');
	width				: 42px;
	height				: 41px;
}
#footer #f_center .f_menu li.index{
	background-image	: url('../images/contents/6/btn_index.png');
	width				: 42px;
	height				: 41px;
}
#footer #f_center .f_menu li.list{
	background-image	: url('../images/contents/6/btn_home.png');
	width				: 42px;
	height				: 41px;
    margin-left         : 26px;
}


#footer #f_center .f_menu li.left{
	background-image	: url('../images/contents/6/btn_left.png');
	width				: 65px;
	height				: 41px;
    margin-left: 27px;
}
#footer #f_center .f_menu li.left_off {
	width				: 65px;
	height				: 41px;
	background-image: url('../images/contents/6/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/6/btn_left_w.png');
	width				: 42px;
	height				: 41px;
    margin-left: 17px;
}

#footer #f_center .f_menu li.left_w_off {
    margin-left: 17px;
	width				: 42px;
	height				: 41px;
	background-image: url('../images/contents/6/btn_left_w.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer #f_center .f_menu li.right{
	background-image	: url('../images/contents/6/btn_right.png');
	width				: 65px;
	height				: 41px;
    margin-left: 9px;
}
#footer #f_center .f_menu li.right_off {
	width				: 65px;
	height				: 41px;
	background-image: url('../images/contents/6/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/6/btn_right_w.png');
	width				: 42px;
	height				: 41px;
    margin-left: 27px;
}
#footer #f_center .f_menu li.right_w_off {
	width				: 42px;
	height				: 41px;
	background-image: url('../images/contents/6/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/6/btn_plus.png');
	width				: 42px;
	height				: 41px;
    margin-left : 17px;
    
}
#footer #f_center .f_menu li.plus_off {
	width				: 42px;
	height				: 41px;
	background-image: url('../images/contents/6/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/6/btn_minus.png');
	width				: 42px;
	height				: 41px;
}
#footer #f_center .f_menu li.minus_off {
	width				: 42px;
	height				: 41px;
	background-image: url('../images/contents/6/btn_minus.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}


#footer #f_center .f_menu li.all{
	background-image	: url('../images/contents/6/btn_all.png');
	width				: 42px;
	height				: 41px;
}


#footer #f_center .f_menu li.all_off {
	width				: 42px;
	height				: 41px;
	background-image: url('../images/contents/6/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				: 42px;
	height				: 41px;
}

/**********/