@import url(defaults.css);

body {
	background: #000000 url(../images/event-page-bg.jpg) scroll center top repeat-x;
}

#page {
	width: 974px;
	margin: 0 auto;
}

/*
----------------------------------

HEADER

----------------------------------
*/

#header {
	width: 974px;
	height: 40px;
}

#header .logo, #header .logo:visited {
	display: block;
	float: left;
	width: 230px;
	height: 40px;
	text-indent: -9999px;
}

#header .buttons {
	float: left;
	width: 516px;
}

#header .buttons a, #header .buttons a:visited {
	display: block;
	float: right;
	width: 110px;
	height: 23px;
	margin: 7px 15px 0 0;
	line-height: 23px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #b2b2b2;
	background: url(../images/event-nav-btn-bg.gif) scroll 0 0 no-repeat;
}

#header .buttons a:hover, #header .buttons a:active {
	background-position: 0 -23px;
}

#header .login {
	float: left;
	width: 228px;
}

#header .login {
	float: left;
	width: 228px;
	color: #cccccc;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
}

#header .login .login-btn {
	float: left;
}

#header .login .logout-btn {
	float: left;
	margin-left: 15px;
}

#header .login .register-btn {
	float: left;
	margin-left: 15px;
}

#header .login a, #header .login a:visited {
	display: block;
	color: #cccccc;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
}

#sub-nav {
	position: relative;
	width: 974px;
	height: 61px;
}

#sub-nav .top {
	display: block;
	position: absolute;
	top: 5px;
	width: 474px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/event-banner.jpg) scroll 0 0 no-repeat;
}

#sub-nav .present {
	display: block;
	position: absolute;
	top: 5px;
	left: 484px;
	width: 225px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/present-banner-small.jpg) scroll 0 0 no-repeat;
}

#sub-nav .about {
	float: right;
	display: block;
	width: 200px;
	height: 26px;
	margin: 17px 55px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	color: #6b5830;
	background: url(../images/event-sub-nav-btn-bg.jpg) scroll 0 0 no-repeat;
}

/*
----------------------------------

CONTENT

----------------------------------
*/

#main .content-wrapper  {
	float: left;
	width: 670px;
	height: 510px;
	margin: 30px 0 0 10px;
	background: url(../images/theater-content-main-bg.jpg) scroll center top no-repeat;
}

#main .content  {
	width: 650px;
	margin-left: 10px;
}

#main .content .title {
	margin: 10px 0;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #d7cec5;
	background-color: #5e3a17;
}

#main .content .scroll {
	overflow: auto;
	width: 650px;
	height: 440px;
}

#main .sidebar  {
	float: left;
	width: 270px;
	height: 510px;
	margin-top: 30px;
	margin-left: 14px;
}

#main .sidebar .scroll {
	overflow: auto;
	height: 440px;
}

#main .sidebar .tickets {
	margin-top: 10px;
}

#main .sidebar .news-wrapper {
	margin-top: 10px;
	background: url(../images/theater-event-info-bg.jpg) scroll center top no-repeat;
}

#main .sidebar .video-banner {
	margin-top: 10px;
}

#main .sidebar .news {
	padding: 50px 5px 5px 5px;
}

#main .sidebar .news .item {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(../images/theater-event-news-hr.gif) scroll center bottom no-repeat;
}

#main .sidebar .news .item.first {
}

#main .sidebar .news .item p {
	padding: 0 5px;
	font-size: 14px;
	line-height: 150%;
}

#main .sidebar .news .item h1 {
	padding: 0 5px;
	font-size: 12px;
}

#main .sidebar .news .item h1 a, #main .sidebar .news .item h1 a:visited {
	color: #5e3a17;
}

#main .sidebar .news .link {
	text-align: right;
}

#main .sidebar .news .link a, #main .sidebar .news .link a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #99703b;
}

#main .sidebar .info-wrapper {
	background: url(../images/theater-event-info-bg.jpg) scroll center top no-repeat;
}

#main .sidebar .info {
	padding: 55px 5px 10px 5px;
}

#main .sidebar .info h2 {
	margin-top: 15px;
	padding: 0 5px;
	font-size: 12px;
	line-height: 150%;
}

#main .sidebar .info p {
	padding: 0 5px;
	font-size: 12px;
	line-height: 150%;
}

#main .sidebar .info ul {
	margin-top: 5px;
}

#main .sidebar .info ul li {
	margin: 2px 0 0 30px;
	font-size: 12px;
	line-height: 150%;
	list-style-type: disc;
}

/*
----------------------------------

FOOTER

----------------------------------
*/

#footer {
	position: relative;
	width: 974px;
	height: 70px;
	margin-top: 140px;
}

#footer .logo, #footer .logo:visited {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;	width: 130px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/footer-logo.png) scroll 0 0 no-repeat;
}

#footer p {
	font-weight: bold;
	font-size: 12px;
	line-height: 70px;
	color: #939393;
}

#footer p a, #footer p a:visited {
	color: #c72d43;
	text-decoration: underline;
}

#footer p a:hover, #footer p a:active {
	color: #ffffff;
}


#footer p.first {
	padding: 18px 30px 0 30px;
	font-size: 12px;
}


#footer p.second {
	padding-left: 30px;
	font-size: 9px;
	text-align: left;
}

#footer p.second span {
	padding-left: 30px;
}

/* 11/11追加 特定商取引追加による変更のため */

#footer {
	clear: both;
	position: relative;
	width: 974px;
	height: 60px;
	padding-top: 15px;
}

#footer p {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px !important;
	color: #939393;
}

/* 11/18追加 サンプル動画/チケット購入 グレーアウト */
.buttons ul {
	margin: 7px 0 0 25px;
}

.buttons ul li {
	float: left;
	width: 110px;
	height: 23px;
	margin-right: 15px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	line-height: 23px;
	background: url(/img/common/event-nav-btn-off-bg.png) no-repeat;
}

.buttons ul li a, .buttons ul li a:visited {
	margin: 0 !important;
}
