@charset "UTF-8";

/*全体構造
-----------------------------------------------------------------*/
body {
	background-color: #edeadf;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	line-height: 1.8em;
}
.clear {
	clear: both;
}
a:link {
	color: #009900;
}
a:visited {
	color: #006600;
}
a:hover,a:active {
	color: #60B241;
}

/*映画box
-----------------------------------------------------------------*/
.warpper {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/warpper_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 60px;
}
.header {
	width: 760px;
	background-image: url(../image/header_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 20px;
}
h2 {
	height: 30px;
	width: 760px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #387b15;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
h2.end {
	background-image: url(../image/end_h2.gif);
}
.story {
	width: 730px;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px solid #d5d5d5;
	font-size: 0.9em;
	line-height: 1.8em;
}
.gaiyou {
	width: 750px;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
h3 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	font-size: 2px;
	line-height: 2px;
}
p {
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0px;
}
p.people {
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}
p.day {
	padding-left: 80px;
	background-image: url(../image/day.gif);
}
p.place {
	padding-left: 80px;
	background-image: url(../image/place.gif);
}
p.oubo {
	padding-left: 80px;
	background-image: url(../image/oubo.gif);
}
.kojin {
	width: 660px;
	color: #006600;
	margin-left: 80px;
	border: 1px solid #006600;
	font-size: 0.8em;
	line-height: 1.7em;
	padding: 5px;
}
.font_red {
	color: #FF3333;
}
.footer {
	width: 760px;
	background-image: url(../image/footer_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 20px;
	text-align: right;
}

/*フッタ
-----------------------------------------------------------------*/
#copy {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #9b9377;
}

