@charset "utf-8";
@import "common.css";
/*共通レイアウト*/

html,body {
	height: 100%;
	font:13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#efefef;
	letter-spacing:1px;
　　min-width: 100%; /* html要素をウィンドウサイズにフィット */
　　min-height: 100%; /* html要素をウィンドウサイズにフィット */
}
#container {
    width: 100%;
    position: relative;
    height: auto !important;    
    height: 100%;
    min-height: 100%;
}
 
#contents {
}
 
#footer {
	clear:both;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
	background: url(../img/site2/footer_bg.png) 100% 100% no-repeat;
	min-width:700px;
	z-index:200;
}
#footer p{
	margin:0;
	padding:0;
}

.footerMenu{
	float:left;
	width:620px;
	padding:3px 5px;
	font-size:12px;
	bottom:0;
	margin-top:120px;
}
.footerMenu ul li {
    display: block;
	float:left;
}
.footerMenu ul li a {
    display: block;
}
.footerMenu ul{
	margin:0;
	padding:0 10px;
}
.footerMenu li a{
	background:url(../img/site2/arrowWhite.png) 0 5px no-repeat;
	padding-left:10px;
	padding-right:15px;
}
.footerMenu li:hover a{
	background:url(../img/site2/arrowWhite.png) 2px 5px no-repeat;
}
.footerMenu li.home a{
	padding:0;
	background: url(../img/site2/icon_footer_home.png) 0 0 no-repeat;
	text-indent:-9999px;
	width:22px;
	height:20px;
}
.footerMenu li.contact a{
	padding:0;
	background: url(../img/site2/icon_footer_contact.png) 0 0 no-repeat;
	text-indent:-9999px;
	width:22px;
	height:20px;
}
.footerMenu li.shop a{
	padding:0 10px 0 0;
	background: url(../img/site2/icon_footer_shop.png) 0 0 no-repeat;
	text-indent:-9999px;
	width:22px;
	height:20px;
}
.footerMenu li.home a:hover{
	background: url(../img/site2/icon_footer_home_o.png) 0 0 no-repeat;
}
.footerMenu li.contact a:hover{
	background: url(../img/site2/icon_footer_contact_o.png) 0 0 no-repeat;
}
.footerMenu li.shop a:hover{
	background: url(../img/site2/icon_footer_shop_o.png) 0 0 no-repeat;
}

#footer .copyright{
	margin-top:55px;
	float:right;
	width:350px;
	padding:0 5px;
	font-size:10px;
	color:#aaa;
	text-align:right;
}
#footer .copyright .bannur img{
	padding-right:150px;
}


.withImage{
	padding: 0;
	font-size:12px;
	margin: 0;
}
.withImage img{
	float: right;
	margin: 0 0 5px 5px;
}

/*共通レイアウト ここまで*/
