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

body{
	margin:0px auto ;
	padding:0px;
	position:relative;
	z-index:3;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
div.popback{
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.60);
	z-index:990;
}
div.popback div{
	position:fixed;
	max-width:80%;
	max-height:80%;
	z-index:991;
	margin:auto;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
div.popback div span{
	display:block;
	position:relative;
	font-size:15px;
	background-color:#fff;
	width:60px;
	text-align:center;
	height:15px;
	lne-height:15px;
	padding:0px;
	align-items: center;
	justify-content: center;
	font-family:"Courier New", Courier, "monospace";
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0,100);
	color:#000;
	font-weight:900;
	border:1px solid #000;
	z-index:999;
	margin:auto;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
div.popback div img{
	display: block;
	position:relative;
	max-width: 100% ;
	max-height: 100% ;
	border:10px solid #fff;
	box-shadow: 1px 1px 31px 1px rgba(0,0,0,0,20);
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:998;
}
div.head_back{
	width:100%;
	height:120px;
	margin:0px;
	padding:0px;
	position:relative;
	z-index:6;
}
div.head{
	width:1000px;
	height:120px;
	margin:0px auto;
	position:relative;
	z-index:7;
}
div.head img.logo{
	position:absolute;
	left:-30px;
	bottom:-40px;
	width:150px;
	z-index:10;
}
div.head img.back{
	position:absolute;
	right:20px;
	top:-20px;
	width:300px;
	z-index:9;
}
div.head img.back2{
	position:absolute;
	left:100px;
	top:-70px;
	width:300px;
	z-index:9;
}
div.head img.title{
	display:block;
	height:90px;
	margin:0px auto;
	z-index:10;
}
div.menu{
	width:1000px;
	height:20px;
	margin:0px;
	text-align:center;
	position:absolute;
	left:0px;
	bottom:10px;
	z-index:10;
}
div.menu a{
	display:inline-block;
	position:relative;
	z-index:15;
	color:#000;
	font-size:16px;
	font-weight:900;
	height:20px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" ;
	text-shadow:0px 0px 2px #666 ;
	text-decoration:none;
	text-align:center;
	margin:0px 20px;
	padding:0px;
}


div.body{
	width:1000px;
	margin:0px auto;
}

div.copy{
	font-size:10px;
	color:#000;
	padding:8px;
	text-align: center;
	text-shadow:0px 0px 2px #666 ;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}