@charset "UTF-8";

body { 
	/* for anthing:hover of IE6 */
	behavior:url ("/_css/csshover3.htc");
	background: url(/_img/bg.gif) repeat-y center top;
}


#container {
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
}

#header {
	border-bottom: 1px dotted #f00;

}

#main {
	color: #000;
}

/* HEADER
--------------------------------------------------------------------------------
*/

#header h1 a {
	display: block;
}

/* MAIN MENU
--------------------------------------------------------------------------------
*/

#menu {
	width: 554px;
	height: 25px;
	padding-left: 296px;
	margin-bottom: 32px;
	}

#menu ul {
	float: left;
	width: 554px;
	list-style-type: none;
	margin: 0;
	}

#menu ul li {
	float: left;
	height: 25px;
}

#menu ul li a {
	display: block;
	height: 25px;
}

ul.menu li a.information1 {
	width: 69px;
	background: transparent url(/_img/menu.png) no-repeat scroll 0 -50px;
}

ul.menu li a.information2 {
	width: 69px;
	background: transparent url(/_img/menu.png) no-repeat scroll 0 -25px;
}

ul.menu li a.concept1 {
	width: 82px;
	background: transparent url(/_img/menu.png) no-repeat scroll -69px -50px;
}

ul.menu li a.concept2 {
	width: 82px;
	background: transparent url(/_img/menu.png) no-repeat scroll -69px -25px;
}


ul.menu li a.artists1 {
	width: 69px;
	background: transparent url(/_img/menu.png) no-repeat scroll -151px -50px;
}

ul.menu li a.artists2 {
	width: 69px;
	background: transparent url(/_img/menu.png) no-repeat scroll -151px -25px;
}

ul.menu li a.view1 {
	width: 82px;
	background: transparent url(/_img/menu.png) no-repeat scroll -220px -50px;
}

ul.menu li a.view2 {
	width: 82px;
	background: transparent url(/_img/menu.png) no-repeat scroll -220px -25px;
}

ul.menu li a.events1 {
	width: 70px;
	background: transparent url(/_img/menu.png) no-repeat scroll -302px -50px;
}

ul.menu li a.events2 {
	width: 70px;
	background: transparent url(/_img/menu.png) no-repeat scroll -302px -25px;
}

ul.menu li a.housoubu1 {
	width: 63px;
	background: transparent url(/_img/menu.png) no-repeat scroll -372px -50px;
}

ul.menu li a.housoubu2 {
	width: 63px;
	background: transparent url(/_img/menu.png) no-repeat scroll -372px -25px;
}

ul.menu li a.blog1 {
	width: 54px;
	background: transparent url(/_img/menu.png) no-repeat scroll -435px -50px;
}

ul.menu li a.blog2 {
	width: 54px;
	background: transparent url(/_img/menu.png) no-repeat scroll -435px -25px;
}

ul.menu li a.language1 {
	width: 65px;
	background: transparent url(/_img/menu.png) no-repeat scroll -489px -50px;
}

ul.menu li a.language2 {
	width: 65px;
	background: transparent url(/_img/menu.png) no-repeat scroll -489px -25px;
}

/* English */

#en #menu { 
	width: 421px;
	padding-left: 429px;
 }

#en #menu ul { width: 421px; }

#en ul.menu li a.information1 {
	width: 93px;
	background: transparent url(/_img/menu.png) no-repeat scroll 0 -125px;
}

#en ul.menu li a.information2 {
	width: 93px;
	background: transparent url(/_img/menu.png) no-repeat scroll 0 -100px;
}

#en ul.menu li a.concept1 {
	width: 74px;
	background: transparent url(/_img/menu.png) no-repeat scroll -93px -125px;
}

#en ul.menu li a.concept2 {
	width: 74px;
	background: transparent url(/_img/menu.png) no-repeat scroll -93px -100px;
}

#en ul.menu li a.artists1 {
	width: 63px;
	background: transparent url(/_img/menu.png) no-repeat scroll -167px -125px;
}

#en ul.menu li a.artists2 {
	width: 63px;
	background: transparent url(/_img/menu.png) no-repeat scroll -167px -100px;
}

#en ul.menu li a.view1 {
	width: 50px;
	background: transparent url(/_img/menu.png) no-repeat scroll -230px -125px;
}

#en ul.menu li a.view2 {
	width: 50px;
	background: transparent url(/_img/menu.png) no-repeat scroll -230px -100px;
}

#en ul.menu li a.events1 {
	width: 62px;
	background: transparent url(/_img/menu.png) no-repeat scroll -280px -125px;
}

#en ul.menu li a.events2 {
	width: 62px;
	background: transparent url(/_img/menu.png) no-repeat scroll -280px -100px;
}

#en ul.menu li a.language1 {
	width: 79px;
	background: transparent url(/_img/menu.png) no-repeat scroll -342px -125px;
}

#en ul.menu li a.language2 {
	width: 79px;
	background: transparent url(/_img/menu.png) no-repeat scroll -342px -100px;
}

ul.menu li a:focus { outline: none; }

/* SUB
--------------------------------------------------------------------------------
*/

#sub .inner {
	padding: 56px 0 0 40px;
}

#sub h2 { font-size: 14px; }

#sub ul li { list-style-type:none; }

#sub li.widget_pages h2 { display: none; }

#sub li.page_item {
	margin-bottom: 14px;
	font-size: 14px;
}

#sub input#s {
	width: 107px;
}

#sub table#wp-calendar { 
	width: 100%;
	margin-bottom: 14px;
 }

#sub table#wp-calendar caption { 
	text-align: center;
	font-weight: bolder;
 }

#sub table#wp-calendar th, #sub table#wp-calendar td { text-align: center; }

#sub table#wp-calendar #prev { 
	padding-top: 0;
	text-align: left;
 }

#sub table#wp-calendar #next { 
	padding-top: 0;
	text-align: right;
 }

/* BREAD
--------------------------------------------------------------------------------
*/

#bread { 
	clear: both;
	padding: 30px 0 70px 0px;
	font-size: 90%;
}

/* FOOTER
--------------------------------------------------------------------------------
*/

#footer {
	clear: both;
	height: 70px;
}

#footer div {
	position: relative;
}

#footer div img {
	position: absolute;
	top: 0;
	right: 0;
}

/* HOME
--------------------------------------------------------------------------------
*/

/* INFORMATION
--------------------------------------------------------------------------------
*/

dl.information {
	width: 850px;
	margin-bottom: 2em;
}

dl.information dt {
	clear: both;
	float: left;
	width: 80px;
	font-size: 90%;
	color: #6f6f6f;
}

dl.information dd {
	float: left;
	width: 770px;
	padding-bottom: 8px;
}

#en dt { width: 130px; }

#en dd {width: 720px; }


/* ARTISTS
--------------------------------------------------------------------------------
*/

table#artistsList {
	width: 100%;
}

table#artistsList td { padding-bottom: 30px; }

table#artistsList td.cel1 { text-align: left; }

table#artistsList td.cel2 { text-align: center; }

table#artistsList td.cel3 { text-align: right; }

div.artistsList { display: inline; }

img.thumb {
	vertical-align: bottom;
	border: 1px solid #000;
	padding: 2px;
	background-color: #fff;
}

.artistsList a img.thumb:hover { background-color: #f00; }

ul.artistsList li { padding-bottom: 1em; }

/* Events
--------------------------------------------------------------------------------
*/

.profile { font-size: 90%; }

.profile .name { 
	display: block;
	margin-bottom: 5px;
	padding-left: 6px;
	font-weight: bold;
	border-left: 4px #ff0000 solid;
 }

.accent {
	padding: 1px 5px;
	background: #ff0000;
	color: #ffffff !important;
	font-size: 90%;
	text-decoration: none !important;
}

.accent span { 
	font-family: 'メイリオ' !important;
	font-size: 85%;
	letter-spacing: 2px;
 }

table.chart { margin-bottom: 1.82em; }

table.chart td {
	padding: 10px;
	vertical-align: top;
	border: 1px #000 solid;
}

dl.information dd table { margin-bottom: 1em; }

dl.information dd table td {
	vertical-align: top !important;
	padding: 5px 0.5em 0.5em 0;
}

dl.information dd table th {
	font-weight: bolder;
}


/* 100121 add */

/* simple_overlay */

.simple_overlay { 
	display: none; 
	z-index: 10000; 
	width: 770px;
	min-height: 200px;
	padding: 40px;
	background-color: #fff; 

	/* CSS3 styling for latest browsers */ 
	-moz-box-shadow: 0 0 90px 5px #000; 
	-webkit-box-shadow: 0 0 90px #000;
	
	}
	
.simple_overlay h2 { margin-top: 0; }
	
.simple_overlay .close { 
    position: absolute; 
    right: 0px; 
    top: 0px; 
    width: 35px;
    height: 35px; 
    background-image: url(/_img/close.gif);
    cursor: pointer; 
}

.simple_overlay h2 { 
	margin-top: 0;
	margin-bottom: 20px;
 }

.simple_overlay dl {
	margin-bottom: 1em;
	padding: 0px;
}
.simple_overlay dd {
	padding: 0px;
}



div.timeTable span{ 
	padding: 1px 5px;
	background: #ff0000;
	color: #fff;
 }

div.simple_overlay div.profile { margin-bottom: 1.67em; }

div.simple_overlay div.profile .img {
	float: left;
	padding-right: 10px;
}

div.simple_overlay div.profile .txt {
	float: right;
	width: 685px;
}

/* Block
--------------------------------------------------------------------------------
*/

h2 {
	display: block;
	padding: 6px 0px;
	margin: 56px 0 10px 0;
	font-size: 17px;
	color: #ff0000;
}

#sub h2 {
	margin-top: 36px;
}

h3 { 
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
 }

/* Inline
--------------------------------------------------------------------------------
*/

#contents a:link, #contents a:visited { 
	text-decoration: underline;
	color: #000;
 }

#contents a:hover {
	text-decoration: none;
	background-color: #ff0000;
	color: #ffffff;
}

div.artistsList a:hover {
	background: transparent !important;
}

.italic { font-style: italic; }

.justify {
	text-align: justify;
}

.notice { color: #ff0000; }

/* フッターを画面下部に貼り付かせる。
---------------------------------------------------------------------------
*/


body , html {
	height: 100%;
	}

#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#main {
	padding-bottom: 70px;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 70px;
}