@charset "shift_jis";



body {
	color: #FFFFFF;
	height: px;
	margin: 0px;
	padding: 0px;
	text-align: center;	/*左から背景色、背景画像、背景画像をX軸(横軸)にリピート、背景画像を上部に配置する設定*/
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: #E7E7E5;
	background-repeat: repeat-x;
	background-position: center top;
}
/*トップページでの背景設定*/
body#top {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 0px;
	background-color: #FFFFFF;

/*左から背景色、背景画像、背景画像をX軸(横軸)にリピート、背景画像を上部に配置する設定*/
}
#top h1 { display: none;}
#top h2 { display: none;}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;

}

h2{
	color: #930;
}

ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	margin-top: 0px;
	line-height: 20px;
	color: rgba(0,0,0,1);
	margin-bottom: 10px;
}
td {
	padding: 7px;

}

.td_1 {
	padding-right: 30px;
	text-align: right;
}
.td_2 {

	text-align: left;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #930;
}
a:hover {
	color: #C30000;
	text-decoration: none;
}


/*コンテナー（HPを囲むブロック。フッターは除く。影のみ）
---------------------------------------------------------------------------*/
#container_shadow {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	clear: both;
	background-repeat: no-repeat;
	width: 1366px;
	line-height: 0px;
	margin-top: 0px;
	padding-top: 0px;
	height: auto;
}



/*コンテナー（HPを囲むブロック。フッターは除く。）
---------------------------------------------------------------------------*/
#container_top {
	width: 1366px;
	margin-right: auto;
	margin-left: auto;
	height: 240px;
	display: block;
	clear: both;
	margin-top: 0px;
	line-height: 0px;
}
#container_bg {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	line-height: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 1366px;
	height: 240px;
}

/*コメントボタン*/
#button {
	position: absolute;
	top: 500px;		/*ヘッダーブロックに対して上から25pxの位置に配置*/
	right: 10x;	/*ヘッダーブロックに対して右から30pxの位置に配置*/
	z-index: 1;
}



/*フッターメニューブロック全体の設定*/
#footer_1 {
	width: 700px;
	margin-right: 111px;
	margin-left: 240px;

}
#2015 {
	text-align: center;


	margin-right: auto%;
}
#copy {
	z-index: 2;
}


/*ヘッダー（ロゴなどが入っている最上段ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	display: block;
	clear: both;
	height: 60px;
	width: 1366px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 5px;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 9px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 14px;	/*ヘッダーブロックに対して上から15pxの位置に配置*/
}
/*TEL画像設定*/
#header #tel {
	position: absolute;
	top: 25px;		/*ヘッダーブロックに対して上から25pxの位置に配置*/
	right: 30px;	/*ヘッダーブロックに対して右から30pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 9px;	/*文字サイズ*/
	line-height: 12px;
	text-align: right;		/*右寄せ*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	color: #930;			/*文字色*/
	position: absolute;
	right: 30px;	/*ヘッダーブロックに対して右から30pxの位置に配置*/
	top: 10px;		/*ヘッダーブロックに対して上から10pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
	color: #C00;	/*文字色*/
}


/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 667px;
	width: 1366px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:6;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:5;
	position: absolute;
	left:0px;
	top:0px;
}

/*メインメニュー
---------------------------------------------------------------------------*/


ul#menu li {
	float: left;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding: 30px 0px;	/*左から、上下、左右への余白*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #5b4645;		/*文字色*/
	clear: both;
	width: 670px;
	line-height: 42px;
	height: 45px;
	background: url(../images/h2bg.gif) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
	padding-left: 30px;
	overflow: hidden;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
/*段落タグに画像を置いた際、幅一杯使う為の設定*/
#main p.img {
	padding: 0.5em 0px 1em;
}





/*フッターメニュー
---------------------------------------------------------------------------*/
/*フッターメニューブロック全体の設定*/
#footermenu {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	position: relative;
	height: 40px;
}
/*フッターメニュー１個あたりの設定*/
#footermenu ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
/*フッターブロック内にあるPAGETOPボタンの設定*/
#footermenu #pagetop {
	position: absolute;
	right: 0px;		/*フッターメニューブロックに対して右から0pxの位置に配置*/
	bottom: 0px;	/*フッターメニューブロックに対して下から0pxの位置に配置*/
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*文字をセンタリング*/
	color: #FFFFFF;		/*文字色*/
	padding-top: 20px;
	padding-bottom: 20px;	/*背景色*/
	width: 960px;
	clear: both;
	margin: auto;
	background-color: #666;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}


/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 660px;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E9E9E9;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #C30000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}


.img_text {
	margin-top: 7px;
	margin-bottom: 8px;
}



#container img {

}
#about {
	display: block;
	height: 1000px;
	width: 1024px;
}
#credit {
	display: block;
	clear: both;
	height: 171px;
	width: 1024px;
}
#about {
	display: block;
	clear: both;
	height: auto;
	width: 1366px;
	line-height: 0px;
	text-align: center;
	padding-bottom: 10px;
}
#description {
	display: block;
	clear: both;
	height: auto;
	width: 1366px;
	line-height: 0px;
	text-align: center;
	padding-bottom: 10px;
}
#example {
	display: block;
	clear: both;
	height: auto;
	width: 1366px;
	line-height: 0px;
	text-align: center;
	padding-bottom: 10px;
}
#recruit {
	display: block;
	clear: both;
	height: auto;
	width: 1366px;
	line-height: 0px;
	text-align: center;
	padding-bottom: 10px;
}


.copyright {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	width: 1366px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 20px;
	display: block;
	padding-bottom: 10px;
	background-color: #0b70c0;
	margin-bottom: 10px;
}
#date_copy {
	display: block;
	clear: both;
	width: 1024px;
	height: 121px;
}
#contents_sheet {
	width: 1366px;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	display: block;
	clear: both;
}
.section_content {
	width: 1024px;
	margin-top: 0px;
	padding-top: 0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.clearfix {
	display: block;
	clear: both;
	height: 1px;
	width: 1024px;
}
.spread_img {
	height: auto;
	width: 1024px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table_sheet {
	width: 1024px;
	background-image: url(../images/theater-bg.png);
	height: 1269px;
	clear: both;
	padding-top: 30px;
	font-size: 25px;
	background-repeat: no-repeat;
}
.img_box_1 {
	width: 1024px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.spread_img .recruit {
	font-size: 20px;
	line-height: 25px;
	color: rgba(0,0,0,1);
	padding-top: 20px;
	padding-bottom: 20px;
}
