@charset "UTF-8";


/*フッター部分*/
div#footer{
	position: fixed;
	_position: absolute;
	bottom: 0;
	width:100%;
	min-width:960px;
	height:65px;
	background-image:url(../img/footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;	
}

div#footerWrap{
	width:960px;
	margin:0 auto;
}
div#footerL{
	float:left;
	text-align:left;
	margin:0 0 0 10px;
	/*overflow: hidden;*/
}

img#rogo{
	position: fixed;
	_position: absolute;
	margin:0 auto;
	bottom: 0;
	margin: 0 0 30px 0;
}
img#rogo2{
	position: fixed;
	_position: absolute;
	margin:0 auto;
	bottom: 0;
	margin: 0 0 5px 0;
}

#footerL ul.sns{
	margin: 38px 0 0 0;
	padding: 0px;
}
.sns li{
	padding-right: 5px;
	list-style-type: none;
	float: left;
}

div#footerR{
	float:right;
	text-align:right;
	margin:0 10px 0 0;
	padding:13px 0 0 0;
}
div#footerR img#roadshow{
	margin:0 10px 0 0;
}
#c{
	margin:5px 0 0 0;
	font-size:10px;
	line-height: 1.2em;	
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-align:right;
}
