* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f8f4eb;
	font-family: "ヒラギノ角ゴシックW3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 140%;
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

span.note {
	font-size: 90%;
	color: #333;
}

div#container {
	width: 910px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	text-align: left;
}

div#header {
	width: 900px;
	height: 147px;
	position: relative;
	background: url(../images/header_logo.png) top left no-repeat;
}

ul.site-navigation {
	position: absolute;
	top: 10px;
	right: 20px;
	list-style: none;
	font-size: 80%;
}

ul.site-navigation li {
	float: left;
}

ul.site-navigation li a {
	text-decoration: none;
	color: #ae0002;
 }

ul.site-navigation li a:hover {
	 text-decoration: underline;
 }

ul.guest {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 640px;
	list-style: none;
	line-height: 80%;
}

ul.guest li {
	display: inline;
	font-size: 70%;
	font-style: italic;
	color: #ae0002;
}

ul.guest li a {
	color: #ae0002;
}

div#wrapper {
	height: 100%;
	overflow: hidden;
	margin: 20px 10px 20px;
	padding-bottom: 20px;
	background: url(../images/back.jpg) bottom right no-repeat;
}

div#content {
	float: right;
	width: 700px;
	height: 100%;
	overflow: hidden;
}

div#content a {
	text-decoration: none;
	color: #ae0002;
}

div#content a:hover {
	 text-decoration: underline;
}

ul.breadcrumbs {
	height: 100%;
	overflow: hidden;
	margin-bottom: 3px;
	list-style: none;
}

ul.breadcrumbs li {
	float: left;
	font-size: 75%;
}

div.contents {
	padding: 0 16px;
}

h1.home-title {
	clear: both;
	margin-bottom: 0.5em;
	padding: 8px 12px;
	background: url(../images/title_back.jpg) top left no-repeat;
	font-size: 140%;
	letter-spacing: 1px;
	color: #ae0002;
}

h2.home-sub-title {
	clear: both;
	margin-bottom: 1em;
	padding: 3px 8px;
	border-left: 8px solid #ae0002;
	font-size: 110%;
}

div.contents h3 {
	clear: both;
	margin: 0 16px 0.5em;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
	color: #333;
}

.top-title {
	margin: 0 0px 0.5em ! important;
}

p.text {
	margin-bottom: 1.5em;
	padding: 0 16px;
	font-size: 90%;
}

p.text a {
	text-decoration: underline ! important;
}

p.note {
	margin-bottom: 1.5em;
	padding-left: 1em;
	font-size: 90%;
}

p.image {
	margin-bottom: 1em;
	padding: 0 16px;
}

p.img-left {
	float: left;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	padding: 0 16px;
}


p.img-right {
	float: right;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	padding: 0 16px;
}

div.contents ul {
	margin-left: 2.5em;
	margin-bottom: 1.5em;
	font-size: 90%;
}

div.contents ul li {}

div.contents ol {
	margin-left: 2.5em;
	margin-bottom: 1.5em;
	font-size: 90%;
}

div.contents ol li {}

dl.news-list {
	margin: 0 1em 1.5em;
	font-size: 90%;
}

dl.news-list dt {
	float: left;
}

dl.news-list dd {
	padding-left: 7em;
	border-bottom: 1px dotted #ccc;
}

dl.schedule,
dl.contact,
dl.campa {
	margin-bottom: 1.5em;
	padding: 0 16px;
	font-size: 90%;
}

dl.schedule dt,
dl.contact dt,
dl.campa dt {
	float: left;
}

dl.schedule dd,
dl.campa dd {
	margin-bottom: 0.5em;
	padding-left: 8em;
	text-indent: -3px;
}

dl.contact dd {
	margin-bottom: 0.5em;
	padding-left: 15em;
	text-indent: -3px;
}

html[xmlns] dl.schedule dd,
dl.campa dd,
dl.contact dd {
	margin-bottom: 0.5em;
	padding-left: 8em;
	text-indent: 0px;
}

dl.campa dt, dl.campa dd {
	line-height: 120%;
}

html[xmlns] dl.contact dd {
	margin-bottom: 0.5em;
	padding-left: 15em;
}

dl.associated {
	margin-bottom: 1.5em;
	padding: 0 16px;
	font-size: 90%;
}

dl.associated dt {
	font-weight: bold;
}

dl.associated dd {
	margin-bottom: 1em;
	padding-left: 2em;
}

dl.personality {
	margin-bottom: 1.5em;
	padding: 0 16px;
	font-size: 90%;
}

dl.personality dt {
	float: left;
}

dl.personality dd {
	padding-left: 5em;
}

dl.time-table {
	margin-bottom: 1.5em;
	padding: 0 16px;
	font-size: 90%;
}

dl.time-table dt {
	float: left;
}

dl.time-table dd {
	padding-left: 4em;
}

dl.contents-menu {
	margin-left: 20px;
	margin-bottom: 1.5em;
	font-size: 90%;
}

dl.contents-menu dt {
	font-weight: bold;
}

dl.contents-menu dd {
	margin-left: 1em;
}

dd.wide-title {
	padding-left: 8em ! important;
}

p.page-top  {
	float: right;
	margin: 0 10px;
	font-size: 80%;
}

p.page-top a  {
	display: block;
	background: url(../images/go_top.gif) left no-repeat;
	padding-left: 1em;
	text-decoration: none;
	color: #ae0002;
}

table.timetable {
	border-collapse: collapse;
	font-size: 80%;
}

table.timetable th {
	padding: 10px 10px;
	border: 1px solid #666;
	background-color: #f4f4f4;
}

table.timetable th.date {
	font-size: 120%;
	border: none;
	background-color: #fff;
}

table.timetable th.time {
	text-align: center;
}

table.timetable td {
	padding: 10px 10px;
	border: 1px solid #666;
}

/* menu */
div#menu {
	width: 165px;
	background-color: #fcf3f3;
}

dl.menu-list,
dl.guest-name {
	padding-bottom: 1em;
}

dl.menu-list dt,
dl.guest-name dt {
	margin-bottom: 0.3em;
	padding: 5px 10px;
	background-color: #ae0002;
	font-size: 90%;
	font-weight: bold;
	line-height: 100%;
	color: #fff;
}

dl.menu-list dd,
dl.guest-name dd {
	padding: 0 10px;
}

dl.menu-list dd a {
	padding-left: 12px;
	background: url(../images/arrow_menu_list.gif) 0 no-repeat;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

* html dl.menu-list dd a {
	padding-top :2px;
}

dl.menu-list dd a.current {
	background: url(../images/arrow_menu_list.gif) -293px no-repeat;
	color: #ae0002;
}

dl.menu-list dd a:hover {
	background: url(../images/arrow_menu_list.gif) -293px no-repeat;
	color: #ae0002;
}

dl.guest-name dd ul {
	list-style: none;
}

dl.guest-name dd ul li {
	font-size: 90%;
	color: #ae0002;
}

/* guest.html */
div.guest-title {
	position: relative;
	margin-top: 2em;
}
div.guest-title p {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 90%;
}
div.guest-title p a {
	text-decoration: underline ! important;
}
h3.guest-subtitle {
	margin-left: 0 ! important;
	margin-right: 0 ! important;
	padding-left: 5px ! important;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc ! important;
	background: #f4f4f4;
	font-size: 95%;
	color: #000;
}
ul.guest-contents {
	margin-left: 1.5em ! important;
	list-style-type: square;
}
ul.guest-contents li {
	margin-bottom: 0.5em;
}
ul.guest-list {
	margin-left: 2em;
	margin-bottom: 1.5em;
}
ul.guest-list li {
	font-size: 85%;
	color: #ae0002;
}

/* footer */
div#footer {
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}
address.copyright {
	font-style: normal;
	font-size: 80%;
	text-align: center;
	color: #666;
}
.movie {
	clear: left;
}
.movie-box {
	float: left;
	padding-left: 20px;
	margin-bottom: 2.5em;
}
ul.movie-text {
	padding-left: 340px;
}




