


@charset "utf-8";









body {margin:0 auto;margin-left:auto;margin-right:auto;}


body {
	width: 100％;
	min-width: 860px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size: 13px;
    background-image: url(img/back.png);
    background-repeat:repeat;
    background-position: center ;
	line-height:1.4;
	
	background-attachment:fixed;

}






#wrap {
    margin: 0 auto  0;
    width: 860px;
	
}



.space{clear: left;}


img  {border:none;}




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






.body {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height:auto;
	padding: 0px 0px 0px 0px;

}


.contents {
    margin: 0 auto  0;
    width: 860px;
	height:auto;
	padding: 0px 0 0 0;
	text-align:left;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 5px 0 #999999; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 5px 0 #999999; /* Firefox用 */
	box-shadow: 0 0 5px 0 #999999; /* CSS3 */

}





h1 {
	float: left;
	margin: 0px 0px 0px 0px;
	text-align:left;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}







.header a {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 660px;
	height:215px;
	padding: 5px 0px 0px 200px;
	background-image: url(img/header.png);
	text-align:left;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}

.main {
	float: left;
	margin: 10px 10px 0px 10px;
	width: 840px;
	height:auto;
	padding: 0px 0px 0px 0px;
    text-align:left;

}
.main img {
	float: left;
}


.btn img {
border:5px solid #dddddd;
}





.footer {
	float: left;
	margin: 60px 0 0  0;
	width: 860px;
	height:60px;
	padding: 20px 0 0 0 ;
	background-image: url(img/footer.png);
    background-repeat:repeat-x;
    text-align:center;
}







#page-top{
    width: 50px;
	position: fixed; 
    bottom: 15px; 
    right: 15px; 

}


.page-top{
display:none;	

}




