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


body{
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ ゴシック";
}
#container{
	position:absolute;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -240px;
	width: 640px;
	height: 480px;
}



/*フッター*/

#footer {
	position:absolute;
	right:20px;
	bottom:0px;
	width:100%;
	text-align: right;
	padding-bottom: 20px;
	font-size:11px;
}
#footer a{
    text-decoration:none;
	color: #000000;
	border: 0;
 }
#footer a:hover{
    color: #CC3300;
}
#footer .text{
	/*background-image: url(../img/arrowbtn.gif);
	background-repeat: no-repeat;*/
	padding-right: 110px;
	background-position: right 2px;
	font-size: 100%;
	line-height: 1.8em;
	display: block;
	padding-bottom: 5px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer #arrow{
    position:absolute;
	top: 1px;
	right: 6px;
	border: 0;
	}