@charset "utf-8";
/* CSS Document */

/*###################################
#####################################
初期化・初期設定
#####################################
#####################################*/
*{
	margin: 0;
	padding: 0;
	text-indent: 0px;
	line-height: 100%;
	border: none;
	text-decoration: none;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	list-style:none;
}




/*###################################
共通パーツ設定
#####################################*/
.clear{
	clear:both;
	visibility: hidden;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	border-style: none;
}


.return {
	clear: both;
	height: 38px;
	text-align: left;
}
.return a {
	background: url(img/cmn_return.jpg) no-repeat 0 0;
	display: block;
	height: 38px;
	text-indent: -9999px;
	text-align: left;
	margin: 0px 0px 0px auto;
}
.return a:hover,
.return a:active {
	background: url(img/cmn_return.jpg) no-repeat 0 -38px;
}





.right {
	float: right;
}
.left {
	float: left;
}



/*###################################
.基本タグ
#####################################*/
html{
	height:100%;
}
body{
	background: #F9F9F9 url(img/bkimg.jpg) repeat-x 0px 0px;
	height:100%;
	text-align: center;
}

p{
	line-height: 20px;
	font-size:12px;
}

table{
	margin: 0 auto 0 auto;
}
th {
	padding: 0;
	text-align: right;
	font-size: small;
	border-right: 3px solid #AE3A3D;
}
tr{}
td {
	padding: 0px;
	text-align: left;
	font-size: small;
	vertical-align: middle;
}

ul {}
ul li{
	text-align:left;
}

ol {
	padding: 5px 5px 5px 15px;
	margin-left: 24px;
}
ol li {
	list-style: decimal outside;
}

blockquote {
	color: #666666;
	padding: 10px;
}

a:link, a:visited{
	color: #B29D8C;
}

a:hover, a:active{
	color: #990000;
	background: #E7E7E7;
}



/*###################################
#####################################
基本レイアウト
#####################################
#####################################*/

#head {
	height: 224px;
	margin: 0 0 0 auto;
	width: 853px;
	text-align: left;
	position: relative;
	background: url(img/head.jpg) no-repeat;
	vertical-align: bottom;
}
#navi {
	width: 853px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 108px;
	background: url(img/navi.jpg) no-repeat;
}
/*==========wrap*/
#wrap {
	width: 853px;
	margin: 0px auto;
	text-align: right;
	height: 100%;

}
/*#############
cssハック　ff対策
###############*/
body > #wrap {
        height: auto;
}
/* Mac IEは次の行を無視 \*/
* html #wrap {
	height:1%;	
}
/* IEに適用終了　ホーリーハック */





/*==========cntainer*/

.top #container {
	background: url(img/top_img.jpg) no-repeat -130px 0px;
	height: 384px;
	width: 804px;
}
.cntpage #container {
	background: url(img/bkimg_cnt1.jpg) no-repeat -130px 0px;
	width: 804px;
}

#container .cnt {
	width: 469px;
	margin: 0 0 0 auto;
	text-align: left;
}


/*========== #cnt*/

#cnt {
	width: 751px;
	margin: 0px auto;
	background: #F9F9F9;
}





/*==========レイアウト*/



.main {
	width: 539px;
	height: 570px;
}
.side {
	width: 207px;
	height: 570px;
}
/*左メイン　右サイド*/
.ms-2clm .main {
	float: left;
}
.ms-2clm .side {
	float: right;
}

/*左サイド　右メイン*/
.sm-2clm .main {
	float: right;
}
.sm-2clm .side {
	float: left;
	height: 430px;
	background: url(img/sidebar.jpg) no-repeat 1px 100%;
}







/*###################################
#####################################
ヘッダー
#####################################
#####################################*/





/*###################################
#####################################
ナヴィゲーション
#####################################
#####################################*/
#navi li {
	display: block;
	float: left;
	height: 108px;
}
#navi li a {
	height:108px;
	display:block;
	text-indent:-9999px;
}
#navi .navi-ul {
	padding: 0px 40px 0px 39px;
}


/*home*/
#navi .home a:link, #navi .home a:visited{
	background: url(img/navi.jpg) no-repeat -39px 0;
	width: 108px;
}
#navi .home a:hover, #navi .home a:active{
	background: url(img/navi.jpg) no-repeat -39px -108px;
}
#navi .home a.active:link, #navi .home a.active:visited{
	background: url(img/navi.jpg) no-repeat -584px -44px;
}


/*n-gekidadn*/
#navi .n-gekidadn a:link, #navi .n-gekidadn a:visited{
	background: url(img/navi.jpg) no-repeat -147px 0;
	width: 117px;
}
#navi .n-gekidadn a:hover, #navi .n-gekidadn a:active{
	background: url(img/navi.jpg) no-repeat -147px -108px;
}
#navi .n-gekidadn a.active:link, #navi .n-gekidadn a.active:visited{
	background: url(img/navi.jpg) no-repeat -147px -108px;
}


/*n-kouen*/
#navi .n-kouen a:link, #navi .n-kouen a:visited{
	background: url(img/navi.jpg) no-repeat -264px 0;
	width: 104px;
}
#navi .n-kouen a:hover, #navi .n-kouen a:active{
	background: url(img/navi.jpg) no-repeat -264px -108px;
}
#navi .n-kouen a.active:link, #navi .n-kouen a.active:visited{
	background: url(img/navi.jpg) no-repeat -264px -108px;
}

/*n-scadule*/
#navi .n-scadule a:link, #navi .n-scadule a:visited{
	background: url(img/navi.jpg) no-repeat -368px 0;
	width: 116px;
}
#navi .n-scadule a:hover, #navi .n-scadule a:active{
	background: url(img/navi.jpg) no-repeat -368px -108px;
}
#navi .n-scadule a.active:link, #navi .n-scadule a.active:visited{
	background: url(img/navi.jpg) no-repeat -368px -108px;
}

/*n-bbs*/
#navi .n-bbs a:link, #navi .n-bbs a:visited{
	background: url(img/navi.jpg) no-repeat -484px 0;
	width: 108px;
}
#navi .n-bbs a:hover, #navi .n-bbs a:active{
	background: url(img/navi.jpg) no-repeat -484px -108px;
}
#navi .n-bbs a.active:link, #navi .n-bbs a.active:visited{
	background: url(img/navi.jpg) no-repeat -484px -108px;
}
/*n-diary*/
#navi .n-diary a:link, #navi .n-diary a:visited{
	background: url(img/navi.jpg) no-repeat -596px 0;
	width: 91px;
}
#navi .n-diary a:hover, #navi .n-diary a:active{
	background: url(img/navi.jpg) no-repeat -596px -108px;
}
#navi .n-diary a.active:link, #navi .n-diary a.active:visited{
	background: url(img/navi.jpg) no-repeat -596px -108px;
}
/*n-form*/
#navi .n-form a:link, #navi .n-form a:visited{
	background: url(img/navi.jpg) no-repeat -687px 0;
	width: 126px;
}
#navi .n-form a:hover, #navi .n-form a:active{
	background: url(img/navi.jpg) no-repeat -687px -108px;
}
#navi .n-form a.active:link, #navi .n-form a.active:visited{
	background: url(img/navi.jpg) no-repeat -687px -108px;
}


/*ナヴィゲーション（ポップアップ表示）*/
#sub-prf {
	width: 151px;
	position: absolute;
	left: 147px;
	top: 82px;
	visibility: hidden;
	background: url(img/subnavi.jpg) no-repeat;
	height: 73px;
	font-size: 12px;
}
#sub-prf li {
	padding: 2px 2px 2px 5px;
	clear: both;
}
#sub-prf ul {
	padding: 5px 0px 0px;
}

/*ナヴィゲーション（ポップアップ表示）*/
#sub-prf2 {
	width: 151px;
	position: absolute;
	left: 596px;
	top: 76px;
	visibility: hidden;
	background: url(img/subnavi2.jpg) no-repeat;
	height: 57px;
	font-size: 12px;
}
#sub-prf2 li {
	padding: 2px 2px 2px 5px;
	clear: both;
}
#sub-prf2 ul {
	padding: 5px 0px 0px;
}






/*###################################
#####################################
メイン
#####################################
#####################################*/




/*###################################
#####################################
サイドバー
#####################################
#####################################*/




/*###################################
#####################################
フッター
#####################################
#####################################*/
#foot {
	width: 853px;
	margin: 0px auto;
	text-align: center;
	clear: both;
}
#foot p {
	padding: 17px 30px 0px 50px;
}
#footwrap {
	height: 98px;
	background: url(img/footer.jpg) repeat-x;
	clear: both;
}





/*flashバナー*/
.flash {
	vertical-align: baseline;
}
.flash img {
}
.flash a {
	line-height: 18px;
}
/*バナー*/
.banr {
	padding-right: 22px;
}

#container {
	width: 853px;
	margin: 0;
	text-align: right;
	position: relative;
	padding: 108px 0 0 0;
}
/* Mac IEは次の行を無視 \*/
* html #container {
	height:1%;	
}
/* IEに適用終了　ホーリーハック */
#head h1 {
	text-align: right;
	padding: 10px 50px 0px 0px;
	color: #797979;
	font-size: 14px;
	line-height: 16px;
}
#head p {
	text-align: right;
	padding: 0px 50px 0px 100px;
	font-size: 12px;
	line-height: 14px;
}




/*トップページ　こんにゃく座主催公演*/
.konnyaku {
	background: url(img/top_kouen02.jpg) repeat-y;
	text-align: center;
}
.konnyaku .ttl {
	background: url(img/top_kouen01.jpg) no-repeat;
	height: 12px;
	width: 539px;
}
.konnyaku dl {
	margin: 0px auto;
	width: 480px;
	text-align: left;
}
.ms-2clm .konnyaku .topmain {
	width: 513px;
	text-align: left;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	height: 430px;
}
.konnyaku .btn {
	background: url(img/top_kouen03.jpg) no-repeat;
	height: 12px;
	width: 539px;
	clear: both;
}
.konnyaku dt {
	font-size: small;
	font-weight: 900;
	color: #2F0000;
	padding: 10px 0px 5px;
	border-bottom: 1px dashed #2F0000;
	line-height: 120%;
	clear: both;
}
.konnyaku dd {
	line-height: 150%;
	font-size: small;
	padding: 5px 0px 0px 0px;
}
.konnyaku dd img {
	padding: 10px;
	background: url(img/top_photo_bkimg.jpg) no-repeat 50% 50%;
	float: right;
}




.top_bnr_goannai a {
	display: block;
	height: 108px;
	width: 539px;
	text-align: left;
	text-indent: -9999px;
	background: url(img/top_bnr_goannai.jpg) no-repeat;
}
.top_bnr_goannai a:link,
.top_bnr_goannai a:visited {
	background: url(img/top_bnr_goannai.jpg) no-repeat 0 0;
}
.top_bnr_goannai a:active,
.top_bnr_goannai a:hover {
	background: url(img/top_bnr_goannai.jpg) no-repeat 0 -108px;
}

/*トップページ　住所TEL情報*/
.post {
	background: url(img/top_sidewhite05.jpg) no-repeat;
	margin: 0;
	height: 94px;
	text-align: center;
	padding: 8px;
}
.post .ttl {
	background: url(img/top_post01.jpg) no-repeat;
	height: 4px;
	width: 207px;
}
.post .btn {
	background: url(img/top_post03.jpg) no-repeat 0px 0px;
	height: 4px;
	width: 100%;
	font-size: 1px;
	text-indent: -9999px;
}
.post dl {
	padding: 8px 6px 8px 5px;
	text-align: left;
	color: #666666;
}
.post dt {
	font-weight: 900;
	font-size: 11px;
	padding: 0 0 5px 3px;
}
.post dd {
	font-size: 12px;
	padding: 0px 0px 0px 3px;
	line-height: 1.2em;
}

/*トップページ　更新情報*/
.sidewhite {
	background: url(img/top_sidewhite02.jpg) repeat-y;
}
.sidewhite .ttl {
	height: 12px;
	width: 207px;
	background: url(img/top_sidewhite01.jpg) no-repeat;
}
.sidewhite p {
	text-align: left;
}
.sidewhite dl {
	text-align: left;
	height: 295px;
	overflow: auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 13px;
}
.sidewhite dt {
	background: no-repeat;
	padding: 4px 0px;
	font: 900 small Arial, Helvetica, sans-serif;
	color: #2F0000;
}
.sidewhite dd {
	font-size: small;
	padding: 0 0 10px 0;
	color: #2F0000;
}
.sidewhite .btn {
	background: #FFFFFF url(img/top_sidewhite03.jpg) no-repeat;
	height: 10px;
	width: 207px;
	font-size: 1px;
}
.sidewhite ul {
	padding: 10px 10px 5px 16px;
	margin: 0;
}
.sidewhite li {
	padding: 0px 0px 14px 21px;
	background: url(img/cmn_list_maru.jpg) no-repeat 0px -3px;
	font-size: 12px;
}
.sidewhite a {
	display: block;
	margin: 0px 5px 0px 0px;
}


/*トップページ　更新情報02*/
.sidewhite02 {
	background: url(img/top_sidewhite04.jpg) no-repeat;
	height: 242px;
}
.sidewhite02 .ttl {
	height: 12px;
	width: 207px;
	background: url(img/top_sidewhite01.jpg) no-repeat;
}
.sidewhite02 p {
	text-align: left;
	padding-top: 12px;
	margin-left: 12px;
}
.sidewhite02 dl {
	text-align: left;
	height: 180px;
	overflow: auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 13px;
}
.sidewhite02 dt {
	background: no-repeat;
	padding: 2px 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #2F0000;
}
.sidewhite02 dd {
	padding: 0 0 5px 0;
	color: #2F0000;
	font: 12px/1em Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka－等幅";
}
.sidewhite02 .btn {
	background: #FFFFFF url(img/top_sidewhite03.jpg) no-repeat;
	height: 10px;
	width: 207px;
	font-size: 1px;
}
.sidewhite02 ul {
	padding: 10px 10px 5px 16px;
	margin: 0;
}
.sidewhite02 li {
	padding: 0px 0px 14px 21px;
	background: url(img/cmn_list_maru.jpg) no-repeat 0px -3px;
	font-size: 12px;
}
.sidewhite02 a {
	display: block;
	margin: 0px 5px 0px 0px;
	color: #6A0000;
}



.sidewhite03 {
	background: url(img/top_post03a.jpg) no-repeat;
	height: 133px;
	margin: 0px 0px 4px;
	overflow: hidden;
	padding-top: 75px;
	padding-right: 2px;
	padding-left: 10px;
}
.sidewhite03 li {
	font: 10px/1.2em "メイリオ", "ＭＳ ゴシック", "Osaka－等幅";
	padding-bottom: 2px;
	padding-top: 2px;
}

#wrap #container #cnt .side .sidewhite03 a {
	color: #333333;
	text-decoration: none;
}






.cnttitle {
	background: url(img/cnt_title_topics.jpg) no-repeat 14px 0px;
	height: 32px;
	text-align: left;
	color: #FFFFFF;
	line-height: 30px;
	font-size: 12px;
}
.sm-2clm .konnyaku h2 {
	background: url(img/cnt_title01.jpg) no-repeat 12px 0px;
	height: 38px;
	line-height: 38px;
	color: #E1E1E1;
}
.sm-2clm .konnyaku h3 {
	border-bottom: none;
	padding: 0px;
	background: url(img/cnt_title02.jpg) no-repeat 12px 0px;
	height: 30px;
	color: #FFFFFF;
	line-height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 12px;
}
.konnyaku p {
	text-align: justify;
	padding: 5px 15px 5px 15px;
	font-size: small;
	text-align:justify;
	text-justify:inter-ideograph;
	
	}
.konnyaku p img {
	padding: 0;
}
.konnyaku .zain {
	width: 170px;
	float: left;
	position: relative;
	height: 250px;
}
.konnyaku .zain p {
	text-align: center;
	padding: 0;
	position: absolute;
	left: 21px;
	width: 139px;
	top: 7px;
}
.sm-2clm .konnyaku .zain h3 {
	background: url(img/cnt01ttlzisyaku.jpg) no-repeat 8px 0px;
	color: #4D2C00;
	line-height: 50px;
	height: 50px;
	position: absolute;
	left: 3px;
	top: 169px;
	width: 161px;
}
.konnyaku .zain img {
	padding: 20px 0 0 0;
}
.konnyaku .zain a {
	background:url(img/cmn_photobkimg.jpg) no-repeat 0 0;
	height: 185px;
	width: 132px;
	display: block;
	margin: 0 auto 0 auto;
}
.konnyaku .zain a:hover,
.konnyaku .zain a:active {
	background:url(img/cmn_photobkimg.jpg) no-repeat 0 -185px;
	margin: 0 auto 0 auto;
}
.konnyaku .scadule h3 {
	background: url(img/cnt_title03.jpg) no-repeat 12px 0px;
	height: 40px;
}
.sm-2clm .konnyaku .scaduletitle {
	background: url(img/cnt011.jpg) no-repeat 12px 0px;
}
.scadule th {
	border-top: 5px none #354A5D;
	border-right: 5px none #354A5D;
	border-bottom: 5px solid #354A5D;
	border-left: 5px none #354A5D;
	text-align: center;
	color: #354A5D;
	padding: 5px 0;
	font-size: x-small;
}
.scadule td {
	padding: 5px;
	background: #E1E1E1;
}
.scadule table {
	width: 93%;
	margin: 0 auto 0px auto;
}
.scadule .sca-biko {
	width: 40px;
	text-align: center;
	padding: 5px 0;
}
#nenpyo th {
	width: 50px;
	background: #DFDFDF;
	padding: 3px 3px 3px 0;
}
#nenpyo table {
	width: 93%;
	margin: 10px auto;
}
#repart .repabox {
	padding: 0px 15px 30px;
}
#repart .repabox h3 {
	background: url(img/repa_ttlbkimg.jpg) no-repeat;
	height: 20px;
	width: 200px;
	color: #333333;
	text-align: left;
	margin: 0;
}
#repart .repabox strong {
	padding: 10px 15px 0 15px;
	display: block;
	font-size: medium;
	line-height: 150%;
}
#repart .repabox ul {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px 10px;
	padding: 5px 0px 0px;
}
#repart .repabox li {
	line-height: 150%;
	font-size: small;
}
#repart .repabox p {
	padding: 5px 0px 0px 10px;
}

#repart hr {
	margin: 10px 15px;
	color: #D8CCC0;
	font-size: 1px;
}
#repart .repabox a {
	display: block;
	width: 93px;
	float: left;
}
#repart .repabox a:hover,
#repart .repabox a:active {
}#repart h3 {
	background: url(img/repa_subttlbkimg.jpg) no-repeat 12px 0px;
	height: 70px;
	margin: 0px;
	padding: 20px 0px 0px;
	color: #333333;
}
#repart h3 span {
	display: block;
	text-align: right;
	font-weight: 100;
	padding: 0px 70px 0px 0px;
	color: #999999;
	font-size: small;
}
#repart .repartsub .lead {
	padding: 10px;
	margin: 10px 100px;
	border: 1px solid #CCCCCC;
}
#repart .repartsub dl dl {
	width: 450px;
}
#repart h2.top_bnr_goannai {
	height: 108px;
}
#repart .repartsub .photo {
	background: url(img/repa_photobkimg.jpg) no-repeat center center;
	text-align: center;
	margin: 0 auto;
	height: 352px;
	width: 495px;
	vertical-align: middle;
	padding: 0;
}
#repart .photo img {
	padding: 20px 0px 0px;
}
#repart h4 span {
	font-size: 10px;
	color: #999999;
	font-weight: 100;
	text-align: right;
}
#repart .repartsub p {
	background: #F0F0F0;
	margin: 0px 20px;
}
#fanclub li {
	border-left: 3px solid #666666;
	margin: 0px 0px 4px 0;
	padding: 5px;
	text-align: left;
	line-height: 130%;
	font-size: small;
	list-style: decimal outside;
	text-indent: 0px;
}
#fanclub ul li {
	margin: 2px 20px;
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
	text-align: center;
}
h4 {
	color: #F9F9F9;
	background: #333333;
	margin: 0 14px 0 14px;
	padding: 5px;
	font-size: small;
}
#fanclub h2 {
	background: url(img/fan_ttl01.jpg) no-repeat 12px 0px;
	height: 78px;
	text-align: left;
	text-indent: -9999px;
}
#fanclub .left {
	padding-right: 10px;
}
.rental-main {
	background: url(img/noclm_bkimg.jpg) repeat-y;
}
.rental-main .hd {
	background: url(img/noclm_head.jpg) no-repeat;
	height: 12px;
	font-size: 1px;
}
.rental-main .btn {
	background: #F9F9F9 url(img/noclm_btn.jpg) no-repeat;
	height: 12px;
}
.rental-main th {
	text-align: center;
	border-bottom: 3px solid #4D5564;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 3px 0px;
	width: 20px;
	color: #F9F9F9;
	background: #000000;
}
.rental-main h2 {
	background: url(img/rental_ttl.jpg);
	text-indent: -9999px;
	height: 109px;
	text-align: left;
}
.rental-main .timei {
	border-right: 3px solid #323943;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #323943;
	border-bottom-color: #323943;
	border-left-color: #323943;
	padding: 10px 0;
	width: 50px;
	text-align: right;
	color: #000000;
}
.rental-main table {
	border-bottom: 1px solid #4D5564;
	border-left: 1px solid #4D5564;
	border-right: 1px solid #323943;
}
.rental-main .yoyaku {
	padding: 5px 14px 14px 14px;
	text-align: left;
}
.rental-main td {
	border-right: 1px solid #DFDFDF;
	text-align: center;
	color: #CC6600;
}
.rental-main p {
	color: #746B5A;
	text-align: left;
	padding-left: 14px;
}
.rental-main p span {
	color: #CC6600;
}
.rental-main h3 {
	text-align: center;
	margin: 0px 14px;
	padding: 0px 0px 10px;
	font-size: large;
}
.rental-main h4 {
	border-bottom: 3px solid #646464;
	text-align: left;
}
.returnlong {
	height: 38px;
	text-align: left;
}
.returnlong a:link, .returnlong a:visited{
	background: url(img/retunlong.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	height: 38px;
}
.returnlong a:hover, .returnlong a:active{
	background: url(img/retunlong.jpg) no-repeat 0px -38px;
}
#product h2 {
	background: url(img/product_ttl.jpg) no-repeat 12px 0px;
	height: 55px;
	text-align: left;
	text-indent: -9999px;
}
#product .konnyaku h3 {
	background: url(img/product_subttl.jpg) no-repeat 12px 0px;
	text-align: left;
	padding-left: 28px;
	clear: both;
	height: 40px;
	line-height: 40px;
	color: #660000;
}
h4 span {
	font-weight: 100;
	color: #CCCCCC;
}
#product h4 {
	text-align: left;
	padding-left: 12px;
	background: #000000;
	margin: 0;
	clear: both;
}
#product  th {
	width: 50%;
	padding: 5px 5px 5px 0px;
	border-color: #D58000;
}
#product table {
}
#product .productbox {
	padding: 5px 14px 40px;
}
#product .productbox p {
	clear: both;
}
#product .productbox .left {
	margin: 5px 10px 10px 0px;
}
#product .productbox .right {
	margin: 5px 0px 10px 10px;
	border: 2px solid #000000;
}
#product td {
	padding: 5px;
}
#repart .top_bnr_syusai {
	height: 82px;
	text-align: left;
	text-indent: -9999px;
	background: url(img/syusai_ttl.jpg) no-repeat 13px 0px;
}
#repart th {
	width: 50%;
	padding: 5px;
}
.syusaibox {
	padding: 15px 12px 20px;
}
#repart .syusaibox h4 {
	margin: 0px;
}
#repart .midashi {
	background: #EEEEEE;
	font-weight: 900;
}
.midashi span {
	text-align: center;
	display: block;
}
#repart td {
	padding: 5px;
}
#repart .ikumi {
	background: #E3E9EE;
}
#repart .rokumi {
	background: #FFF2CA;
}
#repart .time th {
	border-top: 3px none #364B5C;
	border-right: 3px none #364B5C;
	border-bottom: 3px solid #364B5C;
	border-left-width: 3px;
	border-left-color: #364B5C;
	text-align: center;
}
#repart .time td {
	text-align: center;
	background: #F1F2EC;
}
#product .ticket-ttl {
	background: url(img/ticket_ttl.jpg) no-repeat 12px 0px;
}
.otoiawasesaki th {
	padding: 10px;
	background: #D7DFE5;
	border-bottom: 1px solid #548BB4;
}
.otoiawasesaki td {
	padding: 5px;
	border-bottom: 1px solid #538CB9;
	background: #FDFDF7;
}
.otoiawasesaki .center {
	text-align: center;
}
#product strong {
	color: #993300;
}
#product .konnyaku ul {
	padding: 0px 12px;
}
#product .konnyaku li {
	padding: 2px 0px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 140%;
	font-size: small;
}
#product #form1 table {
	width: 97%;
	margin: 5px 0 0 0;
}
#product #form1 th {
	width: 100px;
}
#product #form1 .soshin {
	text-align: center;
}
#product #form1 textarea,
#product #form1 input {
	border: 1px solid #D58000;
	padding: 1px 3px 3px;
	line-height: 130%;
	font-size: small;
}
#product #form1 {
	padding: 5px 0px 0px;
}
.konnyaku .topmain dt {
	font-size: 20px;
	border-style: none;
	padding: 0;
}
.konnyaku .topmain dd img {
	padding: 10px;
	background: url(img/photobkimg.jpg) repeat;
	margin: 8px;
}


.konnyaku .topmain dl {
	padding: 0px;
	margin: 0px;
	width: 90%;
	overflow: hidden;
	height: 85%;
}
.konnyaku .topmain dl dt {
	font-size: 12px;
	border-left: 5px solid #004A87;
	padding: 3px;
}
.konnyaku .topmain dl dd {
}

.topmain td {
	text-align: center;
	padding: 5px 2px 5px 2px;
	background: #F4F1EC;
}
.konnyaku-inline {
	height: 400px;
	overflow: auto;
	width: 98%;
}
.busimg {
	background: url(img/pro_img.jpg) no-repeat 50% 50%;
}
.p01gyou dd {
	padding: 3px 0px 0px;
}
.nenpyoinline {
	height: 400px;
	overflow: auto;
	margin: 0 15px 0 0;
}
.nenpyo-in {
	height: 400px;
	overflow: auto;
	width: 98%;
	position: relative;
}
#repart .ticketdl td,
#repart .ticketdl th {
	width: 20%;
	padding:2px;
}

.repa-in {
	height: 400px;
	overflow: auto;
	width: 98%;
}

.scadule h3 a:link,
.scadule h3 a:visited {
	display: block;
	margin: 13px auto 0px;
	color: #FFFFFF;
	background:none;
}
.scadule h3 a:hover,
.scadule h3 a:active {
	color:#990000;
}
#product #ticket th {
	width: 120px;
	border-bottom: 3px solid #D58000;
	border-right-style: none;
	text-align: left;
	padding-left: 10px;
	background: #FFE9C8;
}
#ticket .productbox td {
	background: #F5F5F5;
	text-align: center;
}
#ticket .productbox .tdright {
	text-align: left;
}
#ticket .productbox p {
	width: 100%;
	margin: 0 auto 0 0;
	padding: 10px 50px 0 0;
}
#product #ticket .productbox .ticket-tori th {
	width: 200px;
	border-right: 3px solid #D58000;
	border-bottom-style: none;
}
#ticket {
}
#fanclub li p {
	background: #E1E1E1;
}
#product .productbox table {
	width: 380px;
	float: right;
}
.otoiawasesaki table {
	border-top: 1px none #538CB9;
	border-right: 1px solid #538CB9;
	border-bottom: 1px none #538CB9;
	border-left: 1px solid #538CB9;
}
.repamain {
}
.repamain {
	background: url(img/noclm_bkimg.jpg) repeat-y;
}
.repamain .ttl {
	background: url(img/noclm_head.jpg) no-repeat;
	height: 12px;
	width: 751px;
}
.repamain .btn {
	width: 751px;
	background: #FFFFFF url(img/noclm_btn.jpg) no-repeat;
}
.repamain .konnyaku {
	background: url(none);
}
.repamain .left {
	width: 230px;
	height: 200px;
	margin: 0 3px 0;
}
.repamain a {
	float: left;
	display: block;
	padding: 0 5px 0 0;
}
.repamain h3 {
	height: 40px;
	text-align: left;
	font-size: 12px;
	background: url(img/repa_ttlbkimg.jpg) no-repeat;
	text-indent: 1em;
	line-height: 24px;
}
.repamain ul {
	padding: 5px;
	font-size: 12px;
	color: #666666;
}
.repamain .copy {
	clear: both;
	font-size: 10px;
	line-height: 10px;
	padding: 5px 0px 0px;
}
#repart ul {
	padding: 5px 10px 5px 35px;
	font-size: 12px;
}
#repart .repartsub li {
	list-style: disc outside;
	line-height: 20px;
}
#repart .repa-in {
	height: 290px;
}
#head a:visited,
#head a:link {
	color: #FFFFFF;
	background: url(none);
}
#head a:hover,
#head a:active {
	color: #990000;
}


.konnyaku .topmain dt .catch {
	display: block;
	font-size: 12px;
	background: #CCCCCC;
	padding: 6px 0 4px 5px;
	color: #CC3300;
	border-top: 1px solid #333333;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #333333;
}
.topmain ul {
	background: url(img/cmn-bkimgorange.jpg);
	padding: 22px 0px 22px 5px;
	margin: 0 290px 0 0;
	border-top: 1px solid #E38800;
	border-right: 1px solid #FFD79B;
	border-bottom: 1px solid #FFD79B;
	border-left: 1px solid #E38800;
}
.topmain table {
	padding: 22px 0px 22px 5px;
	width: 200px;
	margin: 0 300px 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.small {
	font-size: 10px;
}

.topmain th {
	background: url(none);
	width: 60px;
	font-size: 10px;
	color: #333333;
	text-align: left;
	border-bottom: 1px solid #AE3A3D;
}
.topmain .leftzoroe {
	text-align: left;
	font-size: 10px;
	color: #000000;
}
.konnyaku .topmain .topleft {
	width: 256px;
	float: left;
	padding: 0px 0px 10px;
}
.konnyaku .topmain .topright {
	float: right;
	width: 257px;
	padding: 0px 0px 10px;
}
#head .enlink {
	font-family: "Times New Roman", Times, serif;
}

#foot address {
	text-align: center;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding: 10px 0px 0px;
}

#head h1 .mobilelink a:link,
#head h1 .mobilelink a:visited {
	font-size: 10px;
	font-weight: 100;
}

#head h1 .mobilelink a:hover,
#head h1 .mobilelink a:active {
	font-size: 10px;
	font-weight: 100;
	color: #990000;
}

konnyaku .topmain .left {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px;
}

#flash {
	position: absolute;
	left: 4px;
	top: 289px;
}
#container #cnt .info {
	clear: both;
	text-align: left;
	border-top: 1px solid #E0D3B1;
	border-bottom: 1px solid #E0D3B1;
	margin-top: 6px;
}
#container #cnt .info dl {
	font-size: 13px;
	color: #674C2F;
}
#container #cnt .info dd {
	float: left;
	padding-top: 8px;
	padding-bottom: 6px;
}
#container #cnt .info dt {
	float: left;
	padding-right: 20px;
	font-weight: bold;
	padding-top: 13px;
}
#wrap #container #cnt .side .sidewhite03 .large {
	font-size: 16px;
	font-weight: bold;
}
