/*-------------------------------------------------
 基本CSS
-------------------------------------------------*/

body, html
{
	background-image: url(../images/bk.gif);
	color: #000;
	font-family: "メイリオ", Meiryo, "Verdana", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 14px;
/*	height: 100%; */ /* ← */
	padding: 0;
	margin: 0;
}

h1 {
	margin:0;
	padding:0;
}
h2 {
	font-family: "メイリオ", Meiryo, "Verdana", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	background: url(../images/bk_h2.gif) 0 0 no-repeat;
	height: 158px;
	line-height: 158px;
	font-size: 28px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align:center;
	color: #000;
	letter-spacing: 10px;
	overflow: hidden;
}
h3 {
	font-family: "メイリオ", Meiryo, "Verdana", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 20px;
	font-weight: bold;
	padding: 2px 0 0 10px;
	margin:20px 0 20px 0;
	text-align:left;
	color: #900;
	border-left: #b7aa00 solid 5px;
}
h4 {
	font-family: "メイリオ", Meiryo, "Verdana", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0 0 0;
	margin:20px 0 10px 0;
	text-align:left;
	color: #900;
}

p, form {
	margin:0;
	padding:0;
}

img {
	margin:0;
	padding:0;
	border:0;
}

a {
	color:#900;
	text-decoration: none;
}
a:hover {
	color:#900;
	text-decoration:underline;
}

hr {
	height: 0px;
	border: 0px;
	margin: 5px 0 5px 0;
	border-top: 1px dotted #CCCCCC;
}


.clearing {
/*	width: 950px; */
	width: 100%;
	height: 0;
	line-height: 0;
	clear: both;
}

.text_size10 {
	font-size: 10px;
	line-height: 14px;
}
.text_size12 {
	font-size: 12px;
}
.text_size14 {
	font-size: 14px;
	line-height: 24px;
}

.caution {
	color:#FF0000;
	font-weight: normal;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox {
	margin: 5px 10px 5px 0;
	padding: 0px 10px 5px 0;
	float: left;
}
.rightbox {
	margin: 5px 0 5px 10px;
	padding: 0 0 5px 10px;
	float: right;
}

.pankuzu {
	text-align:left;
	font-size:12px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 0;
}
.pankuzu a {
	color: #900;
}

table.dotted_table  {
	background-color: #FFFFFF;
	padding:0;
	margin:5px 0 20px 0;
	border-collapse:collapse;
	border-top:1px dotted #999999;
}
table.dotted_table th {
	color: #000066;
	vertical-align: top;
	border-bottom:1px dotted #999999;
	line-height: 160%;
	text-align: left;
	white-space: nowrap;
	padding: 5px;
}
table.dotted_table td {
	vertical-align: top;
	line-height: 160%;
	text-align: left;
	padding: 5px;
	border-bottom:1px dotted #999999;
}
table.dotted_table caption {
	background: url(../images/table_caption_bk.gif) 0 0 no-repeat;
	padding: 10px 5px 10px 20px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #333300;
}

table.no_line td {
	vertical-align: top;
	line-height: 160%;
	text-align: left;
	padding: 1px 0 1px 0;
	border-width: 0px;
}



/*-------------------------------------------------
 wrapper
-------------------------------------------------*/
#mainwrapper {
	background: url(../images/bk_wrapper.gif) 0 0 no-repeat;
	background-position: 50% 0;
	text-align:center;
/*	position:relative; */ /* ← */
/*	min-height:100%; */ /* ← */
}
#wrapper
{
	width: 950px;
/*	padding-bottom: 90px; */ /* ← */
	margin:0 auto;
	text-align:left;
}


/*-------------------------------------------------
 ヘッダー関連
-------------------------------------------------*/
#header {
	width: 950px;
	height: 80px;
	margin: 0;
	text-align:left;
	overflow: hidden;
}
#header h1 {
	float: left;
	font-size:18px;
	margin: 20px 0 0 0;
	padding: 0;
}
#header a {
	color: #000;
}
.header_box {
	float: left;
	width :590px;
	text-align: right;
	margin-top: 55px;
}
.header_box a.header_menu {
	background: url(../images/arrow.gif) 0 6px no-repeat;
	padding-left: 15px;
	margin-left: 15px;
}



/*-------------------------------------------------
 メニュー関連
-------------------------------------------------*/
.menu {
	background-color: #900606;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.menu ul {
	list-style-type:none;
	height: 56px;
	line-height: 56px;
	padding: 0;
	margin: 0;
}
.menu ul li {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

/* イベント */
a.menu_event, .menu_event_on {
	display:block;
    text-indent:-500px;
    overflow:hidden;
	width: 241px;
	height: 56px;
	background: url(../images/menu_event.gif) 0 0 no-repeat;
}
a:hover.menu_event, .menu_event_on {
	background: url(../images/menu_event.gif) 0 -56px no-repeat;
}

/* 主催公演 */
a.menu_sponsorship, .menu_sponsorship_on {
	display:block;
    text-indent:-500px;
    overflow:hidden;
	width: 237px;
	height: 56px;
	background: url(../images/menu_sponsorship.gif) 0 0 no-repeat;
}
a:hover.menu_sponsorship, .menu_sponsorship_on {
	background: url(../images/menu_sponsorship.gif) 0 -56px no-repeat;
}

/* ピックアップ */
a.menu_pickup, .menu_pickup_on {
	display:block;
    text-indent:-500px;
    overflow:hidden;
	width: 246px;
	height: 56px;
	background: url(../images/menu_pickup.gif) 0 0 no-repeat;
}
a:hover.menu_pickup, .menu_pickup_on {
	background: url(../images/menu_pickup.gif) 0 -56px no-repeat;
}

/* お稽古 */
a.menu_lesson, .menu_lesson_on {
	display:block;
    text-indent:-500px;
    overflow:hidden;
	width: 226px;
	height: 56px;
	background: url(../images/menu_lesson.gif) 0 0 no-repeat;
}
a:hover.menu_lesson, .menu_lesson_on {
	background: url(../images/menu_lesson.gif) 0 -56px no-repeat;
}



/*-------------------------------------------------
 ページタイトル関連
-------------------------------------------------*/
#pagetitle {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
}
#pagetitle h2, #pagetitle a {
	color: #000;
}


/*-------------------------------------------------
 コンテンツエリア
-------------------------------------------------*/
#container
{
	overflow: hidden;
	width: 950px;
	padding: 10px 0 0 0;
	background-color: #FFF;
}
.content
{
	float: left;
	padding: 0;
	margin: 0;
	line-height: 160%;
}

.more {
	padding-right: 15px;
	text-align: left;
	line-height: 160% !important;
}
.more a {
    padding-right: 15px;
	background:url(../images/arrow.gif) right 7px no-repeat;
}
.more:after {
	content: ""; 
	display: table; 
	clear: both; 
}


/* TOP用 */
.info_body {
	padding: 0px 30px 20px 30px;
	width: 460px;
	float: left;
}
.info_body h4 {
	margin-bottom: 5px;
}
.info_body .description {
	padding-bottom: 20px;
}

.event_body {
	background: #FFC url(../images/bk_column.gif);
	margin: 15px 0 30px 0;
	padding: 0 20px 20px 20px;
	width: 360px;
	float: left;
	border: #eee solid 2px;
	line-height: 150%;
}
.event_body img {
	width: 180px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

/* 下位ページ用 */
.content_body {
	padding: 0px 30px 20px 30px;
	width: 560px;
	float: left;
}
.content_body img {
  width: 560px !important;
  height: auto !important;

}

.sidebar {
	padding: 10px 20px 20px 20px;
	width: 280px;
	float: left;
}

.list_title {
	background: #900 url(../images/list_title_bk.gif);
	width: 257px;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.list_title a {
	color: #FFF;
}

.sidebar ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
}
.sidebar ul li {
	width: 240px;
	background: #FFF url(../images/list_bk.gif) 0 0 no-repeat;
	text-align: left;
	padding: 9px 10px 10px 25px;
	margin: 0;
	border-left: #CCC solid 1px;
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
}

.sidebar .event_box {
	background: #FFC url(../images/bk_column.gif);
	margin-top: 15px;
	padding: 0 20px 20px 20px;
	width: 233px;
	float: left;
	border: #eee solid 2px;
}



/*-------------------------------------------------
  ページの先頭へ
-------------------------------------------------*/
#goto_top {
	background: #000 url(../images/bk_goto_top.gif);
	height: 30px;
	text-align: right;
	padding: 0 20px 0 20px;
}

#goto_top img {
	padding-top: 8px;
}

/*-------------------------------------------------
  フッター
-------------------------------------------------*/
#footer {
/*	position:absolute; */ /* ← */
	overflow: hidden;
	background: #000 url(../images/bk_footer.gif) 0 0 repeat-x;
	bottom: 0;
	width : 950px;
	text-align: center;
	font-size: 12px;
}

.footer_contents {
	padding: 20px;
	color: #FFF;
}
.footer_contents a {
	color: #FFF;
}

.footer_menu {
	height: 20px;
	padding: 0 0 10px 0;
	color: #FFF;
}
.footer_contents a {
	padding: 0 5px;
}

.copyright {
	height: 20px;
	font-size: 12px;
}


.ad {
	clear: both;
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
	color: #b069ee;
}
.ad a {
	color: #b069ee;
}
