html * {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #41211D;
	line-height: 180%;
}

img {
	border:0;
}


#wrapper {
	background-color: #1CC449;
	width:750px;
	padding-top:15px;
}

h1{
	background-image: url(../img/title.gif);
	height: 83px;
	width: 705px;
	text-indent:-9999px;
	margin-left:15px;
	margin-bottom:70px;
}

.logo{
	height: 200px;
	width: 580px;
	margin-left:70px;
	margin-bottom:50px;
}

h2{
	background-image: url(../img/catch.gif);
	background-repeat:no-repeat;
	height: 25px;
	width: 528px;
	text-indent:-9999px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
}

p.info{	
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
}

p.credit{	
	margin-left:15px;
	margin-right:15px;
	padding-bottom:20px;
	font-size: 11px
}


.bottom{
	background-image: url(../img/btm.gif);
	background-repeat:no-repeat;
	height: 10px;
	width: 239px;
	text-indent:-9999px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:15px;
}

