@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border:none;
}
body {
	text-align: center;
	line-height: 130%;
	font-size: 100%;
	background-image: url(../img/Brown-Paper.jpg);
}
h1 {
	line-height: 200%;
	padding-bottom: 15px;
	padding-top: 20px;
}
p {
	padding-bottom: 8px;
}
.lastline {
	padding-bottom: 20px;
}
#contents {
	width: 1050px;
	padding: 10px;
	margin: 0 auto;
	background: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);	/* IE6、IE7対応 */
	-moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	}
#contents #insta {
	padding: 10px;
}
