@charset "utf-8";

/** |READ ME| **************************************************************************************

"調布市せんがわ劇場"

Cascading Style Sheet Setting File
ensemble/css/other.css

アンサンブル用CSS
----------------------------------------------------------------------------------------------------

01.Header Area Settings
ヘッダーエリア設定

01.Side Navigation Setting
サイドメニューナビゲーション設定

02.Side Search Settings
サイド検索設定

04.Main Settings
メインページ設定

05.Page Footer Settings
ページ内画像フッター設定

************************************************************************************** |READ ME| **/



/** |01.Header Area Settings| ************************************************************ START **/

div#HeaderArea_back{
	width:870px;
    height:140px;
	background: url(http://www.sengawa-gekijo.jp/ensemble/images/header.gif) no-repeat center top;
}

/** |01.Header Area Settings| ************************************************************** END **/


/** |02.Side Navigation Setting| ******************************************************* START **/

/* アンサンブルとは？ */
#SideNavi li#SNensemble{
background: url(http://www.sengawa-gekijo.jp/ensemble/images/side/ensemble_m.gif) no-repeat;
}

/* 活動日程 */
#SideNavi li#SNnittei{
background:  url(http://www.sengawa-gekijo.jp/ensemble/images/side/katsudounittei_m.gif) no-repeat;
}

/* メンバー紹介 */
#SideNavi li#SNmember_s{
background:  url(http://www.sengawa-gekijo.jp/ensemble/images/side/member_s_m.gif) no-repeat;
}

/* メンバー募集 */
#SideNavi li#SNmember_b{
background:  url(http://www.sengawa-gekijo.jp/ensemble/images/side/member_b_m.gif) no-repeat;
}

#SideMark{
margin: 10px 0 0 0;
}

/** |02.Side Navigation Setting| ********************************************************* END **/


/** |04.Main Settings| ************************************************************ START **/

/** ヘッダテキスト アンサンブルとは*/

div#ColumnMain h2.whats{
width:600px;
height: 33px;
background: url(http://www.sengawa-gekijo.jp/ensemble/images/ensemble_title.gif) no-repeat right top;
margin: 0 0 0 20px;
text-indent: -9999px;
}

/** ヘッダテキスト 活動日程*/

div#ColumnMain h2.list{
width:600px;
height: 33px;
background: url(http://www.sengawa-gekijo.jp/ensemble/images/list_title.gif) no-repeat right top;
margin: 0 0 0 20px;
text-indent: -9999px;
}

/** ヘッダテキスト メンバー紹介*/

div#ColumnMain h2.Intro{
width:600px;
height: 32px;
background: url(http://www.sengawa-gekijo.jp/ensemble/images/member_introduce.gif) no-repeat right top;
margin: 0 0 0 20px;
text-indent: -9999px;
}

/** ヘッダテキスト メンバー募集*/

div#ColumnMain h2.Want{
width:600px;
height: 33px;
background: url(http://www.sengawa-gekijo.jp/ensemble/images/member_wanted.gif) no-repeat right top;
margin: 0 0 0 20px;
text-indent: -9999px;
}

.sengen{
margin: 0 0 15px 0;
}

/*　メンバー募集　サブナビ　*/

div#Subnavi,
div#SubnaviB{
width:590px;
margin: 0 0 0 20px;
text-align:left;
padding: 10px 0 10px 10px;
}

h3.subtitle{
font-weight: bold;
color: #333;
font-size: 114%;
padding: 5px 0 10px 0;
text-indent:0px;
}

h3.title{
border-bottom:1px solid #3399CC;
clear:both;
font-size:136%;
margin:15px 0px 15px 20px;
padding:0px 0px 3px;
text-indent:0px;
}

h4.bosyu{
font-size:114%;
margin:25px 0px 5px 20px;
padding:0pt;
text-indent:0pt;
font-weight:bold;
}

h5.blue{
	color:#3399CC;
	font-weight:bold;
	padding:0px;
	margin:0px;
	font-size: 93%;
}

div#Subnavi ul,
div#SubnaviB ul{
list-style:none;
text-align: left;
width: 590px;
margin:5px 0 0 0;
}

div#Subnavi ul li,
div#SubnaviB ul li{
display: inline;
margin: 0 35px 0 0;
padding: 0;
}

div#Subnavi ul li.num,
div#SubnaviB ul li.num{
display: inline;
margin: 0;
padding: 0 2px 0 0;
}

div#Subnavi ul li.num a,
div#SubnaviB ul li.num a{
text-decoration: underline;
}

div#Subnavi ul li.reset,
div#SubnaviB ul li.reset{
display: inline;
margin:  0 0 0 45px;
padding: 0 0 0 1em;
background: url(http://www.sengawa-gekijo.jp/shared/images/icon/arrow_right.gif) no-repeat;
}

dl.castlist{
border-top: solid 1px #3399cc;
padding: 10px 0; 
height: 150px;
}

dl.castlist dt{
	width:160px;
	padding:4px 0px;
	float:left;
}

dl.castlist dt img{
	vertical-align:top;
}

dl.castlist dd{
	width:420px;
	padding:4px 0px;
	margin: 0 0 0 170px;
	line-height: 1.6em;
}

.name{
font-weight: bold;
font-size: 100%;
}

div#FB_1, div#FB_2, div#FB_3, div#FB_4, div#FB_5 {
line-height:2em;
margin:10px 30px;
padding:0pt;
text-align:justify;
width:560px;
}

.top10{
margin-top:10px;
}

div#NewsHead, div#NewsHead2 {
	background:transparent url(http://www.sengawa-gekijo.jp/news/images/side/news_title1.gif) no-repeat scroll center bottom;
	margin:0 0 0 20px;
	min-height:50px;
	width:600px;
	padding: 0;
}

.bosyu_title{
clear:both;
font-size:136%;
margin:15px 0px 5px 0px;
padding:0px 0px 3px;
text-indent:0px;
}

.rireki_title{
font-size:114%;
margin:5px 0px 5px 7px;
padding:0pt;
text-indent:0pt;
font-weight:bold;
}


/** |04.Main Settings| ************************************************************ END **/

/** |05.Page Footer Settings| ************************************************************** START **/


/* 前の10件 */
#PageFooter li#PFback{
background:url(http://www.sengawa-gekijo.jp/shared/images/footer/forward10_m.gif) no-repeat;
}

/* 次の10件 */
#PageFooter li#PFnext{
background: url(http://www.sengawa-gekijo.jp/shared/images/footer/next10_m.gif) no-repeat;
}

/** |05.Page link Settings| **************************************************************** END **/
