
/* 
--------------------------------------------------*/
html,body{
height:100%;
margin:0;
padding:0;
overflow: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

body {
	color: #969696;
	/*font-family:"ヒラギノ角ゴ Pro W3","Osaka", "ＭＳ Ｐゴシック", verdana, arial, sans-serif;*/
	font-family :'Hiragino Kaku Gothic Pro', 'メイリオ', 'Verdana', san-serif;
	line-height:1.8;
	font-size:13px;
}

#container {
	position: relative;
	height: 100%;
	min-height: 100%;
}
body > #container {
height: auto;
}

a:link {
	color:#969696;
	text-decoration: underline;
}
a:hover {
	color:#969696;
	text-decoration: none;
}
a:visited {
	color:#969696;
	text-decoration: none;
}


/* コンテンツ
--------------------------------------------------*/

#contents {
	padding-bottom:50px;
	position: absolute;  
    top: 50%;  
    left: 50%;
	width:313px;
	height:155px;
	margin: -80px 0 0 -155px;
}


/* footer
--------------------------------------------------*/
/*#footer {
	margin:0 auto;
	width:900px;
    height: 100px;
	bottom: 0;
}*/
#footer {
	position: absolute;
	bottom: 0;
	height: 50px;
}

#footer{
width:100%;
position: absolute; 
bottom: 0;
}

#footer-inner{
width:900px;
height:50px;
text-align:center;
margin:0 auto;
padding:0;
}





.clearfix {
	float: none;
	clear: both;
}
.flol { float:left;}
.f_big { font-size:135%;}
