@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../image/background.jpg) repeat-x;
	font-size: 0.75em;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
}

.clear {
	clear: both;
}

/*** HEADER ***/
div.header {
	width: 640px;
	height: 500px;
	margin: 0 auto;
}

/*** FOOTER ***/
div.footer {
	position: relative;
	width: 100%;
	padding: 10px 0px 15px;
	background: url(../image/bgFooter.gif);
}

.footer address {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-style: normal;
	fotn-size: 10px;
	font-family: Arial;
}


/***  CONTENTS ***/
div.wrapper {
	width: 710px;
	margin: 0 auto;
}

.wrapper h2 {
	float: left;
	width: 120px;
	height: 30px;
	background: url(../image/story.gif) no-repeat center bottom;
	text-indent: -1000em;
}

p.sentence {
	float: left;
	width: 540px;
	padding-left: 20px;
	line-height: 1.6em;
	background: url(../image/dot.gif) repeat-y left;
}

.sentence img.storyCopy {
	display: block;
	margin-bottom: 16px;
}
