@charset "utf-8";
/* CSS Document */

.wrapper {
	width:700px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
}

body {
	width: 100%;
	font: 13px/1.7 "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka;
	clear: both;
	background-color: #FFFFFF;	
}

.ttl {
	margin-bottom:40px;
	width:700px;
}


.imgBox {
	width:700px;
	text-align:center;
	margin-bottom:30px;
}

.text {
	width:700px;
	font-size: 13px;
	line-height: 1.7em;
	color: #333;	
}

.closeBott {
	width:700px;
	margin-top:20px;
	text-align:center;
}

a{outline:0;}
a:hover img.alp {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=70);
}


