/* Main */
div#main {
	clear: both;
	width: 780px;
	margin: 0 auto;
	padding: 5px;
}
div#main a img:hover {
	opacity: 0.75;
}

div#caution {
	width: 100%;
	padding: 5px;
	float: left;
	font-size: 90%;
	line-height: 1.6em;
}
div#caution span.linkbutton_cu {
	display: block;
	box-sizing: border-box;
	background-color: #d50065;
	font-size: 120%;
	font-weight: bold;
	text-shadow: 2px 2px 3px #666666;
	border-radius: 0.2em;
	width: auto;
	height: 2em;
	line-height: 2em;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto 10px;
}
div#caution span.linkbutton_cu:hover {
	background-color: #EA3A8D;
}

/* Article */
article {
	font-size: 90%;
	line-height: 1.6em;
	width: 520px;
	padding: 5px;
	float: left;
}

article .theater_banner {
    margin: 2px 2px;
    text-align: center;
}
article span.linkbutton {
	display: block;
	box-sizing: border-box;
	background-color: #ea69a6;
	border-radius: 0.2em;
	font-size: 200%;
	font-weight: bold;
	width: auto;
	height: 2em;
	line-height: 2em;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto 10px;
}
article span.linkbutton:hover {
	background-color: #fb7ab7;
}
article section {
	background-color: #FFFFFF;
}
article section#flier {
	border-radius: 0 0 1em 1em;
}
article section#flier p{
	border-right: 0.3em solid #071d70;
	border-left: 0.3em solid #071d70;
	border-bottom: 0.3em solid #071d70;
	border-radius: 0 0 1em 1em;
	text-align: right;
}
article section.lvh2 {
	border: 0.3em solid #071d70;
	border-radius: 1em;
	margin: 10px auto;
}

article section.lvh2 emp {
    font-size: 150%;
    font-weight: bold;
}

article section h2{
	background-color: #071d70;
	font-size: 120%;
	line-height: 2em;
	padding-left: 2em;
	color: #FFFFFF;
	font-weight: bold;
}
article section h3{
	font-size: 100%;
	line-height: 1.8em;
	padding: 5px;
	margin-left: 5px;
	margin-top: 5px;
	border-left: 20px #071d70 solid;
	border-top: 2px #071d70 solid;
}
article section p {
	padding: 10px;
}
article section dl {
	margin: 10px;
}
article section dt {
	width: 12em;
	padding-left: 0.8em;
	border-left: 0.8em solid #333333;
	border-top: 0.1em solid #333333;
}
article section dt.cu {
	border-color: #EA3A8D;
}
article section dt.co {
	border-color: #4867D6;
}
article section dt.pa {
	border-color: #FFC540;
}
article section dd{
	padding: 0.8em;
	padding-left: 1.6em;
}
article section dl img {
	display: block;
	margin: 10px 10px auto;
}
article section ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 10px;
	margin-left: 20px;
}
article span.linkbutton_cu {
	display: block;
	box-sizing: border-box;
	background-color: #d50065;
	font-size: 120%;
	font-weight: bold;
	text-shadow: 2px 2px 3px #666666;
	border-radius: 0.2em;
	width: auto;
	height: 2em;
	line-height: 2em;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto 10px;
}
article span.linkbutton_cu:hover {
	background-color: #EA3A8D;
}
article span.linkbutton_co {
	display: block;
	box-sizing: border-box;
	background-color: #1435AD;
	font-size: 120%;
	font-weight: bold;
	text-shadow: 2px 2px 3px #666666;
	border-radius: 0.2em;
	width: auto;
	height: 2em;
	line-height: 2em;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto 10px;
}
article span.linkbutton_co:hover {
	background-color: #4867D6;
}

article span.linkbutton_pa {
	display: block;
	box-sizing: border-box;
	background-color: #FFB100;
	font-size: 120%;
	font-weight: bold;
	text-shadow: 2px 2px 3px #666666;
	border-radius: 0.2em;
	width: auto;
	height: 2em;
	line-height: 2em;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto 10px;
}
article span.linkbutton_pa:hover {
	background-color: #FFC540;
}

/* End of Article */
/* Aside */
aside {
	width: 230px;
	padding: 5px;
	float: left;
	font-size: 90%;
	line-height: 1.6em;
}
aside span.linkbutton_cu {
	display: block;
	box-sizing: border-box;
	background-color: #d50065;
	font-size: 120%;
	font-weight: bold;
	text-shadow: 2px 2px 3px #666666;
	border-radius: 0.2em;
	width: auto;
	height: 2em;
	line-height: 2em;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto 10px;
}
aside span.linkbutton_cu:hover {
	background-color: #EA3A8D;
}
aside span.linkbutton_co {
	display: block;
	box-sizing: border-box;
	background-color: #1435AD;
	font-size: 120%;
	font-weight: bold;
	text-shadow: 2px 2px 3px #666666;
	border-radius: 0.2em;
	width: auto;
	height: 2em;
	line-height: 2em;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto 10px;
}
aside span.linkbutton_co:hover {
	background-color: #4867D6;
}
aside span.linkbutton_pa {
	display: block;
	box-sizing: border-box;
	background-color: #FFB100;
	font-size: 120%;
	font-weight: bold;
	text-shadow: 2px 2px 3px #666666;
	border-radius: 0.2em;
	width: auto;
	height: 2em;
	line-height: 2em;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto 10px;
}
aside span.linkbutton_pa:hover {
	background-color: #FFC540;
}
aside section {
	background-color: #FFFFFF;
}
aside section.twidget {
	margin: 0 auto 10px;
}
aside section.link {
	border: 0.3em solid #071d70;
	border-radius: 1em;
	margin: 10px auto;
}
aside section.link img {
	display: block;
	margin: 5px auto;
}
span.textlink {
	display: block;
	box-sizing: border-box;
	border: 1px solid #071D70;
	width: 200px;
	height: 40px;
	margin: 5px auto;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
}
aside section h2{
	background-color: #071d70;
	font-size: 120%;
	line-height: 2em;
	padding-left: 1em;
	color: #FFFFFF;
	font-weight: bold;
}
aside section p{
	padding: 10px;
}
/* End of Aside */

#info {
	width: 100%;
	padding: 5px;
	float: left;
	font-size: 90%;
	line-height: 1.6em;
}
#info span.linkbutton_cu {
	display: block;
	box-sizing: border-box;
	background-color: #d50065;
	font-size: 120%;
	font-weight: bold;
	text-shadow: 2px 2px 3px #666666;
	border-radius: 0.2em;
	width: auto;
	height: 2em;
	line-height: 2em;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto 10px;
}
#info span.linkbutton_cu:hover {
	background-color: #EA3A8D;
}

/* End of Main */
