/* ========= 共通 =============== */

.px18 {  line-height:125%;font-size:18px}
.px16 {  line-height:125%;font-size:16px}
.px14 {  line-height:125%;font-size:14px}
.px12 {  line-height:125%;font-size:12px}
.px11 {  line-height:125%;font-size:11px}
.px10 {  line-height:125%;font-size:10px}
.red{ color:#FF0033;}
.blue{ color:#0000FF;}
.gray{ color:#666666;}
.white{ color:#FFFFFF;}



html,body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	background-color: #000000;
	background-image:url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-base-color : #d0111a;
	scrollbar-face-color : #d0111a;/*真ん中*/
	scrollbar-arrow-color : #ffff00;/*▼▲*/
	scrollbar-3dlight-color: #000000;/*外側の左と上*/
	scrollbar-highlight-color : #ffff00;/*内側の左と上*/
	scrollbar-shadow-color : #ffff00;/*内側の右と下*/
	scrollbar-darkshadow-color : #000000;/*外側の右と下*/
	text-align: center;
	min-height:100px;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	}

p,div {
padding:0px;
margin:0px auto;
}

img {
border:0px;
}


a:link    { color: #362442; text-decoration: underline; font-weight: bold;}
a:visited { color: #362442;text-decoration: underline; font-weight: bold;}
a:hover   { color: #FF0000; text-decoration: none; font-weight: bold;}
a:active  { color: #B27390; text-decoration: underline; font-weight: bold;}


a.white:link    { color: #FF0000; text-decoration: underline;}
a.white:visited { color: #FF0000; text-decoration: underline;}
a.white:hover   { color: #FFFF00; text-decoration: underline;}
a.white:active  { color: #FFFFFF; text-decoration: underline;}

a.link_u:link    { color: #CC0000; text-decoration: underline;}
a.link_u:visited { color: #CC0000; text-decoration: underline;}
a.link_u:hover   { color: #362442; text-decoration: none;}
a.link_u:active  { color: #FF0000; text-decoration: underline;}

.frame_top{
	background-image: url(images/frame_01.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 30px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.frame_middle{
	background-image: url(images/frame_02.gif);
	background-repeat: repeat-y;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.frame_bottom{
	background-image: url(images/frame_03.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 30px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}



/* ========= トップのみ =============== */

.top_btn_bg{
	background-image: url(images/top_03.gif);
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 740px;
}

/* ボタンの枠 */
.topbtn_win {
	margin: 0px auto;
	padding: 5px 0px 0px 410px;
	width: 330px;
	clear: both;
	height: 155px;
	text-align: right;
	background-image: url(images/top_03.gif);
}

/* 共通 */
ul.topbtn{
	width:100%;
	margin:0px;
	padding:0px;
	float: right;
}

ul.topbtn li{
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
	width:110px;
	height:35px;
}


/* ボタン 配信概要 */
.btn_haishin{
	background:url(images/btn_top_haishin1.gif) no-repeat;
	position: relative;
}

.btn_haishin a{
	background:url(images/btn_top_haishin1.gif) no-repeat;
	display:block;
}
.btn_haishin a:hover {
	background:url(images/btn_top_haishin2.gif) no-repeat;
}


/* ボタン Ｑ＆Ａ */
.btn_qa{
	background:url(images/btn_top_qa1.gif) no-repeat;
	position: relative;
}

.btn_qa a{
	background:url(images/btn_top_qa1.gif) no-repeat;
	display:block;
}
.btn_qa a:hover {
	background:url(images/btn_top_qa2.gif) no-repeat;
}


/* ボタン 公演概要 */
.btn_kouen{
	background:url(images/btn_top_kouen1.gif) no-repeat;
	position: relative;
}

.btn_kouen a{
	background:url(images/btn_top_kouen1.gif) no-repeat;
	display:block;
}
.btn_kouen a:hover {
	background:url(images/btn_top_kouen2.gif) no-repeat;
}





.box {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	background-color: #F0FEFF;
	padding: 10px;
	width: 520px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
	border: 2px dotted #3399CC;
}



.questionnaire{
	width: 570px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px dotted #FF6699;
	background-color: #FBFEFF;
	padding: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #000033;
	text-align: left;
	font-weight: bold;
}
