
@charset "EUC-JP";


*{
    margin:0;
    padding:0;
}

html {
	height:100%;
}

body {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size:14px;
	color:#ffffff;
	background-color:#000000;
	background-image:url(img/copy_right.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:100%;

}



div {
	margin:0px;
	padding:0px;
	
}


img {
	margin:0px;
	padding:0px;
	border:0px;
}

p {
	display:none;
}


.caution {
	font-size:13px;
	color:#ff0000;
}


#contents_area{
	margin:0px auto; width:1100px; height:100%;
	
}


/* ¥¿¥¤¥È¥ëº¸¶õÇòÉô */
#sub_body {
	width:100%; height:100%;
	
	background-image:url(img/left_back.png);
	background-repeat:no-repeat;
	background-position:left top;
	
	border:0px solid #999999;
}

#gekijo_title{
	height:99%; width:71px;
	background-image:url(img/head_back.png);
	background-repeat:repeat-y;
	
	float:left;
	
	border:0px solid #ffffff;
}

#swf_area {
	width:770px; height:560px;
	float:left;
	
	border:0px dotted #999999;
}





#footter {
	width:80%; height:5%;
	font-size:11px;
	color:#999999;
	
	min-width:border:0px;
	
	float:left;
	
	
	
}
#footter div{
	margin:0px auto;
	width:border:0px; height:100%;
	
	
	
	border:0px dotted #cccccc;
}


#back_gekijo{
	background-image:url(img/left_back.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:100%; height:100%;
}


.hidden {
	display:none;
}

.clear_float{
	clear:both;
}

.banner {
	margin:6px 0px 6px 0px;
	float:left;
}


