/* CSS Document */
html{
    height:100%;
    }

body { font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
       font-size:13px;
	   line-height: 1.3em;
       color:#333333;
	   margin: 0px;
	   background-color:#000;
	   height:100%;

	   }

#outline {  width:1060px;
            min-height: 100%;
            text-align:left;
		    margin-left: auto; 
		    margin-right: auto;
			position:relative;
			background-color:#FFFFFF;
		   }
#tittle { width: 1060px;
          height: 127px;
		  margin-left: auto;
		  margin-right: auto;
		  background-color:#000000;
		  text-align:center;
		  }
		  
#menu { width: 1060px;
        height: 45px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		}

#main { width: 1060px;
        height: 100%;
        text-align:left;
		margin-left: auto; 
		margin-right: auto;
		padding-bottom: 50px;
		}

#foot { width: 100%;
		margin-left: auto; 
		margin-right: auto;
		bottom: 0px;
		height: 50px;
		font-size: 12px;
		color:#FFFFFF;
        position: absolute;
		background-color:#000000;
		text-align:center;
		}

h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #c6ba9e;
	background-color:#000;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: lighter;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

h2 { font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
     font-size: 14px;
	 color:#996633;
	 font-weight:normal;
	 }
 
 ▼演目のページ▼
#back_spartacus{ position:relative;
				 }
				 
#cast_spartacus {
	left: 55px;
	top: 300px;
	position: absolute;
	width: 260px;
	color:#000000;
}

#story_spartacus {
	left: 360px;
	top: 830px;
	position: absolute;
	width: 530px;
	color:#fff;
	font-size: 14px;
}

#cast_swan {
	left: 56px;
	top: 292px;
	position: absolute;
	width: 260px;
	color:#000000;
	height: 846px;
}

#story_swan {
	left: 360px;
	top: 830px;
	position: absolute;
	width: 530px;
	color:#222;
	font-size: 14px;
}

#cast_raimonda {
	left: 58px;
	top: 300px;
	position: absolute;
	width: 260px;
	color:#eee;
	height: 702px;
}

#story_raimonda {
	left: 360px;
	top: 830px;
	position: absolute;
	width: 530px;
	color:#222;
	font-size: 14px;
}

 .back_swan { background-color: #aec2d0;
                   height: 100%;
				   width: 100%;}
 
 ▲演目のページ▲
 
 ▼トップページの顔写真テーブル▼

table#top { width: 100%;
			margin-top: 10px; }
				
table#top td {
    height:73px;
	width:73px;
    padding: 2px;
    border: 0px;
    border-width: 0px;
    background: #fff;
	 }
 
 ▲トップページの顔写真テーブル▲ 


 ▼チケットページ▼

.ticket {
	width: 900px;
}
.ticket {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

table#ticket {
    width: 900px;
    border: 2px #9a7b42 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#ticket th {
    padding: 3px;
    border: #9a7b42 solid;
    border-width: 0 0 2px 2px;
    background: #cbc2aa;
    font-weight: bold;
	font-size:16px;
    line-height: 120%;
    text-align: center;
}

table#ticket td {
    padding: 5px;
    border: 1px #9a7b42 solid;
    border-width: 0 0 3px 2px;
    text-align: center;
}

.hatsubai {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

table#hatsubai {
    width: 900px;
	border-style: solid;
	border-color: #996666;
	border-width: 2px 0px 0px 0px; 
    border-collapse: collapse;
    border-spacing: 0;
}

table#hatsubai th {
    padding: 20px 40px 20px 40px;
    border-style: solid;
	border-color: #996666;
    background: #fff;
	border-width: 2px 0px 2px 0px; 
    font-weight: normal;
	font-size:14px;
    line-height: 120%;
    text-align: left;
}

table#hatsubai td {
	background-color: #D6BAB1;
    text-align: left;
	padding-left: 40px;
	font-size:20px;
	font-weight: bold;
	color: #473A25;
	height: 35px;
}
 

 ▲チケットページ▲ 


 ▼キャストページ▼

table#cast {
    width: 700px;
	border-style: solid;
	border-color: #cb8787;
	border-width: 2px 0px 0px 0px; 
    border-collapse: collapse;
    border-spacing: 0;
	margin-right: auto;
	margin-left: auto;
}

table#cast th {
    padding: 1px;
	background-image:url(images/table_back.jpg);
	background-repeat:repeat-x;
    border: 1px  solid;
	border-width:0px 0px 1px 1px;
    text-align: center;
    white-space: nowrap; }


table#cast td {
	background-color: #fff;
	border-color: #fff;
	border-width: 0px 0px 1px 0px;
	vertical-align:top;
	border-style: solid;
	height: px;
}

.waku {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

 ▲キャストページ▲ 


 ▼フォント▼

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

.foot a{ color:#fff;
         text-decoration:none;}
.foot a:hover {  ext-decoration:yes; }

.px11 { font-size:11px; }		   
.px12 { font-size:12px; }
.px14 { font-size:14px; }
.px16 { font-size:16px; line-height: 1.5em;}
.px18 { font-size:18px;  line-height: 1.5em;}
.px20 { font-size:20px; }
.px24 { font-size:24px; }
.px28 { font-size:28px; font-weight:normal; color: #473A25; }


.px11_en { font-size:11px; font-family:Georgia, "Times New Roman", Times, serif; }		   
.px12_en { font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; }
.px14_en { font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; }
.px16_en { font-size:16px; font-family:Georgia, "Times New Roman", Times, serif; line-height: 1.5em;}
.px18_en { font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; line-height: 1.5em;}
.px20_en { font-size:20px; }
.px24_en { font-size:26px; 
           font-weight:normal; 
		   color: #990033; 
		   font-family:Georgia, "Times New Roman", Times, serif;
		   line-height: 1em; }
.foot { padding-top: 10px; }
.urikire {
	text-decoration: line-through;
}

.under_menu a{color:#FFFFFF;
              text-decoration:none;}
.under_menu {text-align:center;
             color:#FFFFFF;
			 height: 25px;
			 margin-top:10px;}
 ▲フォント▲.
