@charset "utf-8" ;
/* ==================== override */
/* font */
body, input, textarea {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","MS　PゴシチE",sans-serif;
	font-size: 100% ;
	line-height: 160% ;
}
th, td {
	line-height: 160% ;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/* block elements */
body {
	margin: 0 ; padding: 0 ; background-color: #fff ; 
}
blockquote,div,address,p,dl,dd,dt,ol,ul,li,table,th,td,form,legend,textarea,h1,h2,h3,h4,h5,h6 {
	margin: 0 ; padding: 0 ; 
}
hr {
	display: none ; 
}
address {
	font-style: normal; 
}
iframe {
	border: none ; 
}
img {
	padding:0; margin:0; border: none ; 
}
table {
	border: none ; border-collapse: collapse ; border-spacing: 0px 0px ; empty-cells: show ; 
}
th,td {
	margin: 0 ; border: none ; padding: 0 ; vertical-align: top ; 
}
th {
	text-align: left ; 
}

/* ==================== float clear */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	
}
* html .clearfix             {
	zoom: 1; 
} /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

div.cb {
	clear: both;
	height: 0px;
	font-size: 0px;
}

.yetanother_clear {
	overflow: hidden; 
}


/* ====================  text format */
h3 {
	margin: 1em 0 0 0;
	font-weight: bold;
}

/* paragraph indent */
.indent4 {
	padding-left: 4em;
	text-indent: -4em;
}

.msg_visual {
	margin: 1em 0 2em 0;
}
.profile {
	font-weight: bold;
}

/* ====================  text link */
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
/* float map link button */
.float_map {
	margin-left: 2em;
	vertical-align: baseline;
}
.float_map img {
	display: inline;
	vertical-align: baseline;
}

/* ==================== Basic Layout */
.wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}
.c_wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
}

/* header */
.header {
	margin: 0 0 9px 0;
	padding: 30px 0 0 0;
}
.logo {
	padding: 0 0 40px 0;
	height: 85px;
}
.g_menu {
	margin: 0 0 10px 0;
	padding: 3px 0 35px 0;
	height: 14px;
	background-position: 10px 0px;
	background-repeat: no-repeat;
}
.g_menu ul {
	margin: 0 0 0 452px;
	padding: 0 0 0 0;
	width: 508px;
	height: 14px;
	list-style-type: none;
}
.g_menu li {
	overflow: hidden;
	float: left;
	height: 14px;
}
.g_menu li a,
.submenu a
{
	display: block;
	overflow: hidden;
	height: 100%;
	font-size: 1px;
	text-indent: -5000px;
	background-color: #fff;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.g_menu li.concert a {
	width: 108px; background-image : url(../images/g_menu-concert.png);
}
.g_menu li.archive a {
	width: 103px; background-image : url(../images/g_menu-archive.png);
}
.g_menu li.about a   {
	width: 89px; background-image : url(../images/g_menu-about.png);
}
.g_menu li.joinus  a {
	width: 99px; background-image : url(../images/g_menu-joinus.png);
}
.g_menu li.contact a {
	width: 109px; background-image : url(../images/g_menu-contact.png);
}

.g_menu li a:hover,
#concert .g_menu li.concert a,
#about .g_menu li.about a,
#joinus .g_menu li.joinus a
{
	background-position: 0px -14px;
}
.pagetitle h2 {
	overflow: hidden;
	width: 450px;
	height: 18px;
	font-size: 1px;
	text-indent: -5000px;
	background-position: 10px 0px;
	background-repeat: no-repeat;
}

/* header override */
#home .header {
	margin: 0 0 7px 0;
}
#home .g_menu {
	margin: 0;
	padding: 0 0 0 0;
	height: 14px;
}
#home .g_menu ul {
	margin-top: 0px;
}

/* content */
.content {
	margin: 0 0 12px 0;
	padding: 40px 40px 40px 40px;
	width: 880px;
	background-color: #f1f1f1;
}

/* footer */
.footer {
	margin: 0;
	border-top: 1px solid #ccc;
	padding: 5px 0 0 0;
}
.footer p {
	text-align: right;
	font-size: 68.75%;
	color: #333;
}

/* ===================================== */
/* Page Layout */
/* ===================================== */
/* grouped                               */
/* ------------------------------------- */

#concert .article_date,
#archive .article_date
{
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	width: 197px;
}

#about .image_block,
#joinus .image_block
{
	float: left;
	margin: 0;
	padding: 0;
	width: 197px;
}

#concert .article_text,
#archive .article_text
{
	float: left;
	margin: 15px 0 16px 0;
	padding: 0 0 0 23px;
	width: 660px;
}

#about .text_block,
#joinus .text_block
{
	float: left;
	margin: 0 0 16px 0;
	padding: 0 0 0 23px;
	width: 660px;
}

#concert .article_text *,
#archive .article_text *,
#about .text_block *,
#joinus .text_block *,
#contact .text_block *
{
	/* margin-bottom: 16px; */
	font-size: 87.5%;
	color: #333;
}
#concert .article_text * *,
#archive .article_text * *,
#about .text_block * *,
#joinus .text_block * *,
#contact .text_block * *
{
	font-size: 100%;
}
#concert .article_text ul,
#about .text_block ul,
#joinus .text_block ul
{
	padding-left: 2em;
	font-size: 100%;
}
#concert .article_text ul li,
#about .text_block ul li,
#joinus .text_block ul li
{
	margin-bottom: 0;
	font-size: 87.5%;
}
#archive .article_text ul li,
{
	margin-bottom: 0;
	padding-left: 0em;
	font-size: 100%;
}
#archive .article_text ul ul,
{
	padding-left: 0em;
	font-size: 100%;
}
/*
#archive .article_text ul li,
{
	margin-bottom: 0;
	font-size: 100%;
}
*/

#about .text_block h2.main_copy {
	padding: 30px 1em 30px 1em;
	font-size: 112.5%;
}


/* ------------------------------------- */
/* home                                  */
/* ------------------------------------- */
#home .wrapper {
	background : #ffffff url(../images/home-keyvisual-bg.png) repeat-x 0px 176px;
}
#home .keyvisual {
	position: relative;
	margin: 0 0 20px 0;
	height: 384px;
}
#home .keyvisual .copy {
	position: absolute;
	z-index: 10000;
	left: 417px;
	top: 223px;
	width: 531px;
	height: 150px;
}
#home .content {
	margin: 0 20px 30px 20px;
	padding: 0;
	width: 920px;
	background-color: #fff;
}
#home .news {
	float: left;
	margin: 0 50px 0 0;
	padding: 0;
	width: 780px;
	background : #ffffff url(../images/home-news-bg.png) no-repeat 0px 14px;
}
#home .news ul {
	margin: 0 0 0 67px;
	border-left: 1px solid #ccc;
	padding: 6px 0 20px 20px;
	width: 692px;
	list-style-type: none;
	color: #333;
	font-size: 87.5%;
}
.become_member#home {
	float: left;
	margin: 0;
	padding: 0;
	width: 140px;
}

/* ------------------------------------- */
/* concert                               */
/* ------------------------------------- */
#concert .g_menu {
	background-image : url(../images/concert-gmenu-bg.png);
}
#concert .pagetitle h2 {
	background-image : url(../images/concert-pagetitle.png);
}
#concert .content {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 0px;
}
#concert .repeat_block {
	margin-bottom: 40px;
	width: 100%;
	background : transparent url(../images/content-repeat_block-bg1.png) repeat-y 197px 0px;
}
#concert .date {
	margin:15px 0 1em 0;
}
#concert .article_text h3 {
	margin:15px 0 1em 0;
	font-size: 100%;
	font-weight: bold;
}
#concert .article_text .indent {
	padding-left: 3em;
	text-indent: -3em;
}

/* ------------------------------------- */
/* archive                               */
/* ------------------------------------- */
#archive .g_menu {
	background-image : url(../images/archive-gmenu-bg.png);
}
#archive .pagetitle h2 {
	background-image : url(../images/archive-pagetitle.png);
}
#archive .content h2.year {
	margin-bottom: 16px;
	border-bottom: 2px solid #333;
	font-size: 100%;
	font-weight: bold;
}
#archive .repeat_block {
	overflow: hidden;
	margin-bottom: 40px;
	width: 100%;
	background : transparent url(../images/content-repeat_block-bg1.png) repeat-y 197px 0px;
}
#archive .article_date {
	font-size: 87.5%;
}
#archive .article_date img {
	border: 1px solid #ccc;
}

#archive .event_name {
	margin:0 0 0 0;
}
#archive .date {
	margin:0 0 0 0;
}
#archive .article_text h3 {
	margin:0 0 1em 0;
	font-size: 100%;
	font-weight: bold;
}

/* ------------------------------------- */
/* about                                 */
/* ------------------------------------- */
#about .g_menu {
	background-image : url(../images/about-gmenu-bg.png);
}
#about .pagetitle h2 {
	float: left;
	margin-right: 200px;
	background-image : url(../images/about-pagetitle.png);
}
#about .submenu {
	float: left;
	width: 297px;
	list-style-type: none;
}
#about .submenu li {
	float: left;
	padding-right: 17px;
	height: 17px;
}
#about .submenu li.schedule {
	padding-right: 0;
}
#about .submenu li.concept a {
	width: 99px; background-image : url(../images/about-submenu-concept.png);
}
#about .submenu li.conductor a {
	width: 75px; background-image : url(../images/about-submenu-conductor.png);
}
#about .submenu li.schedule a {
	width: 88px; background-image : url(../images/about-submenu-schedule.png);
}

#about .submenu li a:hover,
#about #concept .submenu li.concept a,
#about #conductor .submenu li.conductor a,
#about #schedule .submenu li.schedule a
{
	background-position: 0px -17px;
}
#about .image_block img {
	margin-bottom: 10px;
	border: 5px solid #fff;
}
#about .text_block h2 {
	padding: 0 0 0 0;
	font-size: 100%;
	font-weight: bold;
	color: #000;
}
#about .text_block h2.main_copy {
	padding: 30px 0 30px 0;
	font-size: 112.5%;
}
#about .band_overview {
}
#about .band_overview th {
	padding: 0.25em 0 0.25em 0;
	width: 8em;
	font-weight: normal;
}
#about .band_overview td {
	padding: 0.25em 0 0.25em 0;
}

/* about -> conductor                    */
/* ------------------------------------- */

#about #conductor .repeat_block {
	margin-bottom: 40px;
	width: 100%;
}

/* about -> schedule                     */
/* ------------------------------------- */
#about #schedule h3 {
	margin: 1em 0 0 0;
	font-size: 100%;	
}


/* ------------------------------------- */
/* joinus                                 */
/* ------------------------------------- */
#joinus .content {
	margin: 0 0 12px 0;
	padding: 40px 40px 40px 40px;
	width: 880px;
	background : #f1f1f1 url(../images/joinus-content-bg.png) no-repeat;
}
#joinus .g_menu {
	background-image : url(../images/joinus-gmenu-bg.png);
}
#joinus .pagetitle h2 {
	float: left;
	margin-right: 200px;
	background-image : url(../images/joinus-pagetitle.png);
}
#joinus .submenu {
	float: left;
	width: 297px;
	list-style-type: none;
}
#joinus .submenu li {
	float: left;
	padding-right: 17px;
	height: 18px;
}
#joinus .submenu li.joinus a {
	width: 130px; background-image : url(../images/joinus-submenu-joinus.png);
}
#joinus .submenu li.qa a {
	width: 132px; background-image : url(../images/joinus-submenu-qa.png);
}
#joinus .submenu li a:hover,
#joinus #applicant .submenu li.joinus a,
#joinus #qa .submenu li.qa a
{
	background-position: 0px -18px;
}
#joinus .text_block {
	float: none;
	margin-left: 197px;
}
#joinus .text_block h2 {
	padding: 0 0 0 0;
	font-size: 100%;
	font-weight: bold;
	color: #000;
}
#joinus .text_block h3 {
	margin: 1em 0 0 0;
	font-size: 100%;
}
#joinus .followed_by_line {
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}
#joinus .text_block .question,
#joinus .text_block .answer {
	padding: 8px 0 0 50px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}
#joinus .text_block .question {
	margin: 0;
	background : transparent url(../images/joinus-content-q.png) no-repeat;
}
#joinus .text_block .answer {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #cccccc;
	padding: 8px 0 20px 50px;
	background : transparent url(../images/joinus-content-a.png) no-repeat;
}
#joinus .mark {
	padding-right: 1em;
	font-weight: bold;
}
#joinus .entry table {
	margin: 0 0 20px 0;
	width: 100%;
}
#joinus .entry table th,
#joinus .entry table td
{
	padding: 8px 0px 0px 0px;
}
#joinus .entry table th {
	border-bottom: 1px solid #ccc;
	padding-left: 1em;
	width: 10%;
	font-weight: normal;
}
#joinus .entry table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 10%;
	text-align: center;
}
#joinus .entry table td.noright {
	border-right: none;
}
#joinus .entry table tr.nobottom th {
	border-bottom: none;
}
#joinus .entry table tr.nobottom td {
	border-bottom: none;
}
#joinus .entry p {
	font-size: smaller;
}

/* ------------------------------------- */
/* contact                               */
/* ------------------------------------- */
#contact .g_menu {
	background-image : url(../images/contact-gmenu-bg.png);
}
#contact .pagetitle h2 {
	float: left;
	margin-right: 200px;
	background-image : url(../images/contact-pagetitle.png);
}
#contact .text_block {
	margin: 60px auto 0 auto;
	width: 660px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	background : transparent url(../images/contact-text_block-bg.png) no-repeat 50% 50%;
}
#contact .text_block h2.main_copy {
	padding: 30px 0 30px 0;
	font-size: 112.5%;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#contact .text_block h2 {
	font-weight: bold;
	text-align: center;
}
#contact .text_block p.no_spam_please {
	margin: 2em 0 2em 0;
	text-align: center;
}
#contact .text_block p.pseudo_list {
	margin: 0 0 1em 0;
	padding: 0 3em 0 3em;
	text-indent: -1em;
}