﻿@charset "utf-8";

/*-----------------------------------------------------
Footer
-------------------------------------------------------*/
#Footer{
	width:100%;
	margin:30px 0 0 0;
	background:url("/cmn/images/footer/bg_foot.jpg") repeat-x 0 24px;
}
#Footer div.foot-inline{
	width:900px;
	margin:0 auto 0 auto;
	position:relative;
}

/* pagetop
---------------------*/
#Footer p.pagetop{
	width:220px;
	height:44px;
	overflow:hidden;
	position:absolute;
	top:-15px;
	right:0;
}
#Footer p.pagetop img.btn{
	position:absolute;
	bottom:-1px;
	right:0;
	z-index:1001;
}
#Footer p.pagetop img.piglet{
	position:absolute;
	top:0;
	right:5px;
	z-index:1000;
}

/* functionnavi
---------------------*/
#Footer ul.functionnavi{
	width:400px;
	height:20px;
	overflow:hidden;
	padding:4px 0 0 0;
}
#Footer ul.functionnavi li{
	float:left;
	display:inline;
	margin:0 11px 0 0;
	line-height:0;
}

/* lineup
---------------------*/
#Footer dl.lineup{
	width:667px;
	height:39px;
	float:left;
	display:inline;
	overflow:hidden;
	padding:11px 0 9px 0;
	background:url("/cmn/images/footer/bg_lineup_border.gif") repeat-x 0 100%;
}
#Footer dl.lineup dt{
	width:154px;
	height:39px;
	float:left;
	display:inline;
}
#Footer dl.lineup dd{
	width:78px;
	float:left;
	display:inline;
	margin:2px 0 0 15px;
	line-height:0;
}
#Footer dl.lineup dd a{
	display:block;
	padding:2px 0 2px 9px;
	background:url("/cmn/images/footer/bg_lineup.gif") no-repeat 0 3px;
}

/* search
---------------------*/
#Footer div.search{
	width:208px;
	height:85px;
	float:right;
	display:inline;
	margin:11px 0 0 0;
	padding:0 4px 0 11px;
	background:url("/cmn/images/footer/bg_search_border.gif") repeat-y 0 0;
}
#Footer div.search div.search-inline{
	width:198px;
	height:52px;
	overflow:hidden;
	padding:5px;
	background:url("/cmn/images/footer/bg_search.jpg") no-repeat 0 0;
}
#Footer div.search div.search-inline p.title{
	width:198px;
	margin:0 0 3px 0;
}
#Footer div.search div.search-inline p.keyword{
	
}
#Footer div.search div.search-inline p.keyword input{
	
}
#Footer div.search div.search-inline p.keyword input.input-usually{
	width:136px;
	height:20px;
	margin:0 3px 0 0;
	line-height:26px;
	vertical-align:top;
}

/* navi-f
---------------------*/
#Footer ul.navi-f{
	width:666px;
	height:20px;
	float:left;
	display:inline;
	overflow:hiddens;
	margin:8px 0 10px 0;
	padding:5px 0 5px 0;
	background:url("/cmn/images/footer/bg_navi_f.jpg") no-repeat 0 0;
}
#Footer ul.navi-f li{
	height:20px;
	float:left;
	display:inline;
	padding:0 1px 0 0;
	line-height:20px;
	font-size:84%;
	background:url("/cmn/images/footer/bg_foot_dotted_border.gif") repeat-y 100% 0;
}
#Footer ul.navi-f li.last{
	background:url("") no-repeat 0 0;
}
#Footer ul.navi-f li a{
	display:block;
	padding:0 15px 0 15px;
	text-decoration:none;
	color:#505050;
}
#Footer ul.navi-f li a:hover{
	text-decoration:underline;
}

/* address
---------------------*/
#Footer address{
	width:900px;
	clear:both;
	margin:0 auto 0 auto;
	padding:12px 0 12px 0;
	text-align:right;
}