@charset "utf-8";
/* CSS Document */

/*clearfix*/
.clearfix:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
   }
.clearfix{display: inline-table;}
/*Mac版IEには適用しない*/
:html .clearfix{ height:1%:}
*+html .clearfix{height:1%;}
.clearfix{display:block;}
/*clearfixここまで*/


html{
	overflow:scroll;
	height: 100%;
	width: 100%;
}


body{
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	position: absolute;
	
}

.container{
	width: 830px;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

img{border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}


/*▼フッター▼*/

#in_footer p{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	
	}



#footer{
	clear:both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FC0;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}




#in_footer{
	width: 830px;
	margin-left:auto;
	margin-right:auto;
	
}
a {
	color: #000;
	text-decoration:none
}
a#to_top {
	position: fixed;
	left: 50%;
	bottom: 80px;
	margin-left: 425px;
	background-image: url(../images/to_top.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 200px;
}


a#to_top:hover{
	background-image: url(../images/to_top_on.gif);
	background-repeat: no-repeat;
}
