/*          */
/*   base   */
/*          */
body, 
td,
th {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 12px;
	lin-height: 125%;
	line-height: 130%;
}


body {
	background-color: #111111;
	background-image: url("../images/back.gif");
}
a:link, a:visited {
	color: #FBD63E;
	text-decoration: none;
}
a:hover {
	color: #FF6666;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/*                */
/*   header   */
/*                */
#header {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#header_link {
	padding-right: 5px;
	padding-bottom: 3px;
}
#header_link img {
	margin-left: 12px;
}

/*                     */
/*   side navigation   */
/*                     */
#side_navi {
	border-bottom: 1px solid #333333;
	padding-right: 9px;
}
.side_main_navi {
	padding-top: 10px;
	padding-bottom: 10px;
}

#side_navi_mobile {
	margin-top: 15px;
	margin-bottom: 15px;
}


/*               */
/*   main body   */
/*               */
#main_body {
	background-color: #111111;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.title {
	margin-top: 1px;
}
.pick_up_event_image {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom:1px solid #333333;
}
.pick_up_event_name {
	padding-top: 5px;
}


/*                */
/*   footer   */
/*                */
#footer {
	padding-top: 6px;
	padding-bottom: 15px;
}#main_body table.hall_rental_price td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #88843C;
	border-right-color: #88843C;
	border-bottom-color: #88843C;
	border-left-color: #88843C;
}
#main_body table.hall_rental_price {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #88843C;
	border-right-color: #88843C;
	border-bottom-color: #88843C;
	border-left-color: #88843C;
}
#main_body table.sr_system {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #88843C;
	border-right-color: #88843C;
	border-bottom-color: #88843C;
	border-left-color: #88843C;
	margin-top: 10px;
	margin-bottom: 20px;
}
#main_body table.sr_system th {
	text-align: left;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #88843C;
	border-right-color: #88843C;
	border-bottom-color: #88843C;
	border-left-color: #88843C;
	padding: 5px;
}
#main_body table.sr_system td {
	text-align: left;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #88843C;
	border-right-color: #88843C;
	border-bottom-color: #88843C;
	border-left-color: #88843C;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#photo_image {
	border: 1px solid #333333;
}


/*                   */
/*   schedule page   */
/*                   */
#main_body table.schedule td {
	padding: 5px;
}
#main_body table.schedule td.ticket_num {
	text-align: right;
}
#main_body table.schedule td.date {
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	width: 50px;
}
#main_body table.schedule table.day {
	background-color: #1F1D0A;
	border: 1px solid #484800;
}
#main_body table.schedule table.day td {
	color: #979700;
}
#main_body table.schedule table.day td.event_name {
	font-size: 16px;
	font-weight: bold;
	color: #ADB10E;
}
#main_body table.schedule table.day td.date {
	color: #ADB10E;
}
#main_body table.schedule table.saturday {
	background-color: #00202B;
	border: 1px solid #005555;
}
#main_body table.schedule table.saturday td {
	color: #247A9B;
}
#main_body table.schedule table.saturday td.event_name {
	font-size: 16px;
	font-weight: bold;
	color: #288EB5;
}
#main_body table.schedule table.saturday td.date {
	color: #288EB5;
}
#main_body table.schedule table.sunday {
	background-color: #2C0E1C;
	border: 1px solid #5F1B3F;
}
#main_body table.schedule table.sunday td {
	color: #C53A67;
}
#main_body table.schedule table.sunday td.event_name {
	font-size: 16px;
	font-weight: bold;
	color: #CB456D;
}
#main_body table.schedule table.sunday td.date {
	color: #CB456D;
}


/*                        */
/*   pick up event page   */
/*                        */
#main_body td.pick_up_event {
	color: #000033;
}
#main_body td.title_date {
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}
#main_body td.pick_up_event span.event_name {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#main_body td.pick_up_event span.date {
	font-size: 14px;
	color: #003399;
	font-weight: bold;
}
#main_body td.pick_up_event span.price {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
#main_body td.pick_up_event hr {
	text-decoration: none;
	border: 1px solid #003366;
}


/*                 */
/*   access page   */
/*                 */
#main_body td#access_address {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main_body #transport {
	border: 1px solid #718238;
}
#main_body #transport td {
	padding: 15px;
}

/*               */
/*   link page   */
/*               */
#main_body td.link_subtitle {
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
