@charset "utf-8";

body {
	min-width:1100px;
	height:100%;
}

/*	header
================================================================== */
#header {
	width:1100px;
	height:82px;
	margin:0 auto;
	padding-top:15px;
	background-image: url(../../img/common/header_info.gif);
	background-repeat: no-repeat;
	background-position: 236px center;
}
#header h1  {
	margin:14px 234px 0 0;
	display:inline;
	float:left;
}
#header #header_innr {
	width:285px;
	height:62px;
	float:left;
	padding-top:10px;
}
#header #header_innr img {
	vertical-align:middle;
	margin-right:0px;
}
#header #header_fn {
	width:315px;
	height:82px;
	float:left;
}
#header #header_fn dt {
	float:left;
}
#header #header_fn dd {
	float:left;
}
#header #header_fn dl dt {
	color:#666;
	font-weight:bold;
	margin:4px 5px 0 0;
}
#header #header_fn dl dd {
	margin-right:4px;
}
#header #header_fn .language {
	margin:3px 0 0 30px;
}
#header #header_fn #header_search {
	background: url(../../img/common/header_search.gif) no-repeat top left;
	height: 34px;
	width: 290px;
	margin-top:8px;
}
#header #header_fn #header_search .header_search_box {
	border: 0;
	width:220px;
	margin:8px 5px 0 12px;
	float:left;
	font-size:13px;
}
#header #header_fn #header_search .header_search_btn {
	margin:4px 0 0 0;
}
#header_en {
	width:1100px;
	height:82px;
	margin:0 auto;
	padding-top:15px;
	background-image: url(../../img/common/header_info_en.gif);
	background-repeat: no-repeat;
	background-position: 236px center;
}
#header_en h1  {
	margin:14px 234px 0 0;
	display:inline;
	float:left;
}
#header_en #header_innr {
	width:285px;
	height:62px;
	float:left;
	padding-top:10px;
}
#header_en #header_innr img {
	vertical-align:middle;
	margin-right:0px;
}
#header_en #header_fn {
	width:315px;
	height:82px;
	float:left;
}
#header_en #header_fn dt {
	float:left;
}
#header_en #header_fn dd {
	float:left;
}
#header_en #header_fn dl dt {
	color:#666;
	font-weight:bold;
	margin:4px 5px 0 0;
}
#header_en #header_fn dl dd {
	margin-right:4px;
}
#header_en #header_fn .language {
	margin:3px 0 0 30px;
}
#header_en #header_fn #header_search_en {
	background: url(../../img/common/header_search.gif) no-repeat top left;
	height: 34px;
	width: 290px;
	margin-top:8px;
}
#header_en #header_fn #header_search_en .header_search_box {
	border: 0;
	width:220px;
	margin:8px 5px 0 12px;
	float:left;
}
#header_en #header_fn #header_search_en .header_search_btn {
	margin:4px 0 0 0;
}

/*	gnav
================================================================== */
#gnav {
	width:100%;
	height:50px;
	background-image: url(../../img/common/gnav_bg.gif);
	background-repeat: repeat-x;
}
#gnav ul#gnav_list {
	width:1100px;
	padding:0;
	margin:0 auto;
}
#gnav ul#gnav_list li {
    float: left;
    text-decoration: none;
	list-style-type: none;
}
#gnav ul#gnav_list li.concert a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background: url(../../img/common/gnav_01.png) left top no-repeat;
    width: 203px;
    height: 50px;
}
#gnav ul#gnav_list li.concert a:hover {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background-position: right bottom;
    width: 203px;
    height: 50px;
}
#gnav ul#gnav_list li.ticket a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background: url(../../img/common/gnav_02.png) left top no-repeat;
    width: 236px;
    height: 50px;
}
#gnav ul#gnav_list li.ticket a:hover {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background-position: right bottom;
    width: 236px;
    height: 50px;
}
#gnav ul#gnav_list li.membership a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background: url(../../img/common/gnav_03.png) left top no-repeat;
    width: 240px;
    height: 50px;
}
#gnav ul#gnav_list li.membership a:hover {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background-position: right bottom;
    width: 240px;
    height: 50px;
}
#gnav ul#gnav_list li.news_blog a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background: url(../../img/common/gnav_04.png) left top no-repeat;
    width: 195px;
    height: 50px;
}
#gnav ul#gnav_list li.news_blog a:hover {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background-position: right bottom;
    width: 195px;
    height: 50px;
}
#gnav ul#gnav_list li.artist a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background: url(../../img/common/gnav_05.png) left top no-repeat;
    width: 224px;
    height: 50px;
}
#gnav ul#gnav_list li.artist a:hover {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background-position: right bottom;
    width: 224px;
    height: 50px;
}
#gnav ul#gnav_list li.concert_en a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background: url(../../img/common/gnav_01_en.png) left top no-repeat;
    width: 203px;
    height: 50px;
}
#gnav ul#gnav_list li.concert_en a:hover {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background-position: right bottom;
    width: 203px;
    height: 50px;
}
#gnav ul#gnav_list li.ticket_en a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background: url(../../img/common/gnav_02_en.png) left top no-repeat;
    width: 236px;
    height: 50px;
}
#gnav ul#gnav_list li.ticket_en a:hover {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background-position: right bottom;
    width: 236px;
    height: 50px;
}
#gnav ul#gnav_list li.membership_en a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background: url(../../img/common/gnav_03_en.png) left top no-repeat;
    width: 240px;
    height: 50px;
}
#gnav ul#gnav_list li.membership_en a:hover {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background-position: right bottom;
    width: 240px;
    height: 50px;
}
#gnav ul#gnav_list li.news_blog_en a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background: url(../../img/common/gnav_04_en.png) left top no-repeat;
    width: 195px;
    height: 50px;
}
#gnav ul#gnav_list li.news_blog_en a:hover {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background-position: right bottom;
    width: 195px;
    height: 50px;
}
#gnav ul#gnav_list li.artist_en a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background: url(../../img/common/gnav_05_en.png) left top no-repeat;
    width: 224px;
    height: 50px;
}
#gnav ul#gnav_list li.artist_en a:hover {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background-position: right bottom;
    width: 224px;
    height: 50px;
}

/*	wrapper
================================================================== */
#wrap {
	width:1100px;
	height:auto;
	margin:0 auto;
}

/*	PankuzuList
================================================================== */
#pankuzu {
	width:1100px;
	height:auto;
	margin:10px 0 -20px 0;
}
#pankuzu_other {
	width:auto;
	height:auto;
	margin:10px 0 -10px 0;
}
#pankuzu_wp {
	width:auto;
	height:auto;
	margin:-15px 0 10px 0;
	position:relative;
}

/*	SideBar
================================================================== */
#sidebar {
	width:230px;
	float:left;
	margin:30px 0 0 44px;
	display:inline;
	overflow:hidden;
}

/*	Calendar
================================================================== */
#sidebar #calendar {
	width:230px;
	height:auto;
	padding-top:12px;
	background-image: url(../../img/common/side_calendar_line.gif);
	background-repeat: no-repeat;
}
#sidebar #calendar h2 {
	display:inline;
	margin:4px 0;
}
#sidebar #calendar .en {
	margin:10px 0 10px 0;
}
#sidebar #calendar .link_calendar {
	margin:0 0 0 85px;
}
#sidebar #calendar table {
	border:1px solid #CCC;
}
#sidebar #calendar td {
	border:1px solid #CCC;
}

iframe#mini_calendar {
	width:320px;
	height:263px;
	border:0 none;
}
iframe#mini_calendar_frame {
	width:320px;
	height:263px;
	border:0 none;
}

div#mini_calendar {
	width:320px;
	height:263px;
	border:0 none;
}
body > #calendar {
	width:230px;
	height:auto;
	padding-top:12px;
	background-image: url(../../img/common/side_calendar_line.gif);
	background-repeat: no-repeat;
}
body > #calendar h2 {
	display:inline;
	margin:4px 0;
}
body >  #calendar .en {
	margin:10px 0 10px 0;
}
body >  #calendar .link_calendar {
	margin:0 0 0 85px;
}
body >  #calendar table {
	border:1px solid #CCC;
}
body >  #calendar td {
	border:1px solid #CCC;
}

/*	SideNav
================================================================== */
#sidebar #side_nav {
	width:230px;
	height:auto;
	margin-bottom:20px;
	padding-top:12px;
	background-image: url(../../img/common/side_calendar_line.gif);
	background-repeat: no-repeat;
}
#sidebar #side_nav h2{
	font-size:20px;
	font-weight:bold;
	display:inline;
	color:#595945;
	margin-bottom:10px;
}

/*	Footer
================================================================== */
#footer {
	min-height:350px;
	height: auto !important;
	height: 350px;
	padding:30px;
	background-color:#FBFBFB;
	border-top: 1px solid #CCCCCC;
}
#footer #fmenu {
	color:#666;
	width:1000px;
	height:280px;
	margin:0 auto;
	line-height:170%;
}
#footer #fmenu ul {
	width:180px;
	height:auto;
	float:left;
	padding:0 70px 0 0;
}
#footer #fmenu li {
	display:block;
	background-image:url(../../img/common/footer_arrow.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:14px;
}
#footer #fmenu p {
	font-size:15px;
	font-weight:bold;
	margin:15px 0 5px 0;
	padding-bottom:2px;
	border-bottom:1px solid #69C;
}
#footer .margin{
	margin-top:10px;
}
#footer .margin_last{
	margin-top:45px;
}
#footer .notitle {
	margin:40px 0 0 0;
	padding-bottom:2px;
}
#footer .copyright {
	text-align:center;
	margin-top:40px;
}
#footer .link_none{
	color:#4AABDF;
}
.margin_top {
	margin-top:20px;
}
.margin_bottom {
	margin-top:20px;
}
#footer_en {
	height:auto;
	padding:30px;
	background-color:#FBFBFB;
	border-top: 1px solid #CCCCCC;
}
#footer_en #fmenu_en {
	color:#666;
	height:auto;
	margin:0 auto;
	line-height: 170%;
	text-align: center;
}
#footer_en #fmenu_en ul {
	width: 670px;
	margin: 0 auto;
}
#footer_en #fmenu_en li {
	display:block;
	background-image:url(../../img/common/footer_arrow.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:14px;
	float:left;
	margin:5px 20px 0 20px;
}
#footer_en .copyright_en {
	text-align:center;
	margin-top:60px;
}
#footer_en .link_none{
	color:#69C;
}