@charset "shift_jis";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : story.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@import "../../assets/styles/reset.css";

@import "../../assets/styles/class.css";

	
/* ********************************************************************************
 * Link
 * ******************************************************************************** */

a {
	outline: none;
}
/* a:link */
a:link {
	color: #ffffff;
	text-decoration: none;
}
/* a:active */
a:active {
	color: #ffffff;
	text-decoration: none;
}
/* a:visited */
a:visited {
	color: #ffffff;
	text-decoration: none;
}
/* a:hover */
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ********************************************************************************
 * Base Layout
 * ******************************************************************************** */

/* html */
html,body {
	height: 100%;
}
/* body */
body {
	background: #fff;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-align: left;
}


/* ********************************************************************************
 * div#content
 * ******************************************************************************** */

div#storyContent {
	position:absolute; top:50%; left:50%;
	width: 706px;
	height: 444px;
	margin: -222px 0 0 -353px;
	background: url(images/bg_story_content.jpg) 0 0 no-repeat;
}
/* p#title */
div#storyContent p#title {
	position:absolute; top:-28px; right:13px;
	z-index: 100;
}
/* h2 */
div#storyContent h2 {
	position:absolute; top:32px; left:33px;
}
/* p.txt_1 */
div#storyContent p.txt_1 {
	position:absolute; top:85px; left:38px;
}
/* p.txt_2 */
div#storyContent p.txt_2 {
	position:absolute; top:339px; left:68px;
}
/* p.txt_3 */
div#storyContent p.txt_3 {
	position:absolute; top:301px; left:273px;
	z-index: 100;
}
/* p.txt_4 */
div#storyContent p.txt_4 {
	position:absolute; top:352px; left:414px;
}
/* img.img_1 */
div#storyContent img.img_1 {
	position:absolute; top:36px; left:400px;
}
/* img.img_2 */
div#storyContent img.img_2 {
	position:absolute; top:294px; left:171px;
}
/* img.img_3 */
div#storyContent img.img_3 {
	position:absolute; top:314px; left:543px;
}
