@charset "utf-8";
/* CSS Document */
/*--information---------------------------------------------------------
Last update　08/01/18
File name theater.css
Site name SUMORI COMPANY
Summary スタジアム　シアターのページスタイル
Copyright Copyright (C) 2007 SUMORI COMPANY. All Rights Reserved.
-------------------------------------------------------------------------*/


/* Start of [house] -------------------------------------------------------------------*/
#ptitle_wrapp div#ptitle h4#theater {
	margin: 10px 0px 13px;
	padding: 0px;
	background-image: url(../image/theater/4_title.gif);
}
div#right_container div#content_wrapp_theater{
	width: 580px;
	height: auto;
	margin: 5px 0px 10px;
	padding: 15px 8px;
	border:solid 2px #cccccc;
}



/* [contents wrapp-top] ---------------------------------------*/
div#content_wrapp_theater div#c_top{
	width: 580px;
	height: auto;
	margin: 0px auto 15px;
	padding: 0px;
	display: block;

}
div#content_wrapp_theater:after,
div#c_top:after{
	content: ".";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}



div#content_wrapp_theater div#c_top #boy01,
div#content_wrapp_theater div#c_top #sumo01 {
	width: 175px;
	height: 90px;
}
div#content_wrapp_theater div#c_top #boy01 {
	margin: 0px 0px 0px 20px;
	padding: 10px 20px;
	background: url(../image/theater/boy_fukidashi.jpg) no-repeat top left;
	float: left;
}
div#content_wrapp_theater div#c_top #sumo01 {
	margin: 0px 20px 0px 0px;
	padding: 10px 20px;
	background: url(../image/theater/sumo_fukidashi.gif) no-repeat top right;
	float: right;
}




/* [contents wrapp-bottom] ---------------------------------------*/
div#c_bottom{
	margin: 20px 0px 0px;
	padding: 0px;
}
div#c_bottom img{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}
div#c_bottom p#fukidashi{
	width: 430px;
	height: 90px;
	margin: 0px;
	padding: 25px 10px 0px 50px;
	background: url(../image/theater/oneesan_fukidashi.jpg) no-repeat;
	background-position: top left;
	float: left;
}
/* End of [house] -------------------------------------------------------------------*/

