/* CSS Document */
body {
	font-size:13px;
	font-family: "メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	*font-size:small;
	*font:x-small;
	line-height:1.5;
	overflow-x: hidden;
}

table {
	font-size:inherit;
	font:100%;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, span, ul, ol, li, dl, dt, dd, a, form, input, textarea {
	margin:0;
	padding:0;
}
object,a,img {
	border:none;
	outline:none;
}

/* iPhone / mobile webkit */
@media screen and (max-device-width: 480px) {
body { font-size:120%; }
}





/* ===============================================
// Common CSS
// ============================================ */
html, body {
	width:100%;
	height:100%;
	min-height: 800px;
}
body {
	color:#666666;
	-webkit-text-size-adjust: none;
	background-color:#ffffff;
	position:relative;
}


a,
a:visited {
	text-decoration:none;
	color: #F60;
}
a:hover {
	text-decoration:none;
	color: #FC6;
}


/*ENTER用*/


#ENTER{
	width: 600px;
	margin: 0px auto;
	text-align: center;	
	padding: 10% 0 0 0;
	}
	
#ENTER p{
	margin: 20px 0px 10px 0px;
	line-height: 1.5em;
	text-align:center;
	}	
	
#ENTER p#enter{
	font-size: larger;
	margin: 40px 0px;
	}	
	
#ENTER p#note{
	color: #9E9E9E;
	margin: 0px 0px 20px 0px;
	}	


/* ===============================================
// Footer CSS
// ============================================ */
#FOOTER_WRAPPER {
	width:100%;
	height: 50px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(../images/footer_bg.jpg);
	background-position:top left;
	background-repeat: repeat;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
} 

#FOOTER_LINE{
	width: 100%;
	height: 10px;
	background-image:url(../images/footer_line.png);
	background-position:top left;
	background-repeat: repeat-x;
	}


#FOOTER {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	z-index:10;
	/* for IE 6/7 */
	*zoom:1;
	*-ms-inject:expression(this.x||(this.innerHTML+='<br\ style="clear:both;font:0/0">',this.x=1));
}
#FOOTER:before,
#FOOTER:after {
	content:"";
	display:table;
}
#FOOTER:after {
	clear:both;
}

#FOOTER .left{
	float: left;
	}

#FOOTER .right {
	float: left;
	text-align:right;
}

#FOOTER #twBOX{
	position: absolute;
	right: -100px;
	top: 0px;
	background: #66676a;	
    border-radius: 10px;      
    -webkit-border-radius: 10px;   
    -moz-border-radius: 10px;		
	}
	
#twit-ticker{
	padding: 5px 50px 5px 0px;
	background-color: transparent !important;
	}	
	
#FOOTER #twBOX .bird{
	display: block;
	width: 26px;
	height: 29px;
	position: absolute;
	right: 10px;
	top: 5px;
	}	
	
#FOOTER .right ul{
	padding: 5px 0 0 15px;
	}	

#FOOTER .right ul li{
	display: inline;
	font-size: x-small;
  text-shadow: 1px 1px 2px #000;  	
	}
	
#FOOTER .right ul li a,
#FOOTER .right ul li a:visited {
	text-decoration:none;
	color:#fff;
}
#FOOTER .right ul li a:hover {
	text-decoration:none;
	color:#ccc;
}


	

	

#FOOTER .btn_top_kinko a {
	display:block;
	width:298px;
	/*height:63px;*/
	/*margin-bottom:5px;*/
	background-position:top left;
	background-repeat: repeat;
	text-align:left;
	text-indent:-10000px;
	font-size:1px;
	line-height:0.1;
	overflow:hidden;
}

#FOOTER .copyright {
	color: #FFF;
	font-size:11px;
	margin-bottom:5px;
	text-align:center;
}
#FOOTER .left .bnr_foot img {
	margin-right:5px;
}
#FOOTER .right .bnr_foot img {
	margin-left:5px;
}



