@charset "utf-8";

@import url("../../css/common.css");

/* ページ内リンク */

#area_link {
	clear: both;
	margin-bottom: 20px;
	width: 750px;
	height: 320px;
}

h2 {
	margin: 0;
	padding: 0;
}

/* 本文エリア */

#contents_main {
	clear: both;
	margin: 0 auto;
	width: 700px;
}

#contents_left {
	float: left;
	margin-right: 10px;
	width: 290px;
}

#contents_right {
	float: right;
	width: 400px;
}

h3 {
	margin: 0 0 10px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}

/* シーンタイトル */

#scene01{
	background-image: url(../img/title_scene01.gif);
}

#scene02 {
	background-image: url(../img/title_scene02.gif);
}

#scene03 {
	background-image: url(../img/title_scene03.gif);
}

#scene04 {
	background-image: url(../img/title_scene04.gif);
}

#scene05 {
	background-image: url(../img/title_scene05.gif);
}

#scene06 {
	background-image: url(../img/title_scene06.gif);
}

#scene07 {
	background-image: url(../img/title_scene07.gif);
}

#scene08 {
	background-image: url(../img/title_scene08.gif);
}

#scene09 {
	background-image: url(../img/title_scene09.gif);
}

#scene10 {
	background-image: url(../img/title_scene10.gif);
}

#scene11 {
	background-image: url(../img/title_scene11.gif);
}

#scene12 {
	background-image: url(../img/title_scene12.gif);
}

#scene13 {
	background-image: url(../img/title_scene13.gif);
}

/* テキスト */

#contents_left p {
	margin-bottom: 20px;
}

.pagetop {
	clear: both;
	margin-top: 10px;
	border-top: #B4ACBE dotted 1px;
	text-align: right;
}


