@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
}

p#attention {
	padding: 0 0 0 5px;
	margin: 9px 0 41px;
	line-height: 22px;
	background-color: #fff1da;
	color:#FF3900;
	font-weight: bold;
}

img {
	border: none;
}

#wrapper {
	width: 888px;
	margin: 0 auto;
	padding-bottom: 59px;
}

#header {
	width: 888px;
}

#header p {
	background: url(images/main1.jpg) no-repeat;
	text-indent: -9999px;
	width: 888px;
	height: 1251px;
	padding-bottom: 20px;
}

#header h1 {
	background: url(images/100ThousandCampaign.jpg) no-repeat;
	text-indent: -9999px;
	width: 888px;
	height: 1256px;
	padding-bottom: 20px;

}

#contents {
	width: 848px;
	padding: 0 20px;
}

#campaign-box {
	width: 848px;
	margin: 7px auto 35px;
}

#present {
	width: 848px;
	height: 361px;
	background: url(images/present.jpg) no-repeat;
	position: relative;
	margin-bottom: 30px;
}


#present p {
	position: absolute;
	bottom: 139px;
	left: 26px;
	padding: 0;
}

#contents-text {
	background: url(images/contents-text-img.gif) no-repeat;
	height: 276px;
	width: 848px;
	margin-bottom: 26px;
}

#contents-text p,
#contents-text h2 {
	text-indent: -9999px;
	padding: 0;
}

#kaats-walking {
	width: 848px;
	background-color:#22aee6;
	margin-bottom: 42px;
}

#kaats-walking img {
	vertical-align: bottom;
}

.to-shoplist {
	display: block;
	background: url(images/to-shoplist.jpg) no-repeat;
	width: 210px;
	height: 44px;
	text-indent: -9999px;
	margin: 0 auto 23px;
}

.close {
	display: block;
	background: url(images/close.gif) no-repeat;
	width: 74px;
	height: 24px;
	margin: 23px auto 0;
	text-indent: -9999px;
}

