/** |READ ME| **************************************************************************************

"調布市せんがわ劇場"

Cascading Style Sheet Setting File
contact/css/other.css

お問い合わせ用CSS
----------------------------------------------------------------------------------------------------

01.Header Area Settings
ヘッダーエリア設定

02.Side Navigation Setting
サイドメニューナビゲーション設定

03.Main Settings
メインページ設定


************************************************************************************** |READ ME| **/



/** |01.Header Area Settings| ************************************************************ START **/

div#HeaderArea_back{
	width:870px;
    height:140px;
	background: url(../images/header.gif) no-repeat center top;
}

/** |01.Header Area Settings| ************************************************************** END **/


/** |02.Side Navigation Setting| ******************************************************* START **/

/* お問い合わせ窓口 */
#SideNavi li#SNwindow{
background: url(../images/side/madoguti_m.gif) no-repeat;
}

/* お問い合わせフォーム */
#SideNavi li#SNform{
background:  url(../images/side/toiawase_m.gif) no-repeat;
}

/** |02.Side Navigation Setting| ********************************************************* END **/


/** |03.Main Settings| ************************************************************ START **/

/** ヘッダテキスト お問い合わせ窓口　*/

div#ColumnMain h2.window{
width:600px;
height: 33px;
background: url(../images/madoguchi_title.gif) no-repeat right top;
margin: 0 0 0 20px;
text-indent: -9999px;
}

/** ヘッダテキスト お問い合わせフォーム　*/

div#ColumnMain h2.form{
width:600px;
height: 33px;
background: url(../images/form_title.gif) no-repeat right top;
margin: 0 0 0 20px;
text-indent: -9999px;
}

/** お問い合わせ窓口　*/

div#standard dl{
margin: 10px 0;
}

div#standard dt{
margin: 30px 0 5px 0;
font-weight: bold;
}

div#standard dd{
margin-left: 0;
}

/** お問い合わせフォーム　*/

/* Form styles */
div.form-container { margin: 20px 0 0 20px; padding: 5px 0 0 5px; background-color: #FFF;}
div.form-container form p { margin: 0; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: 0; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container div.buttonrow { margin-left: 180px; }
/** |03.Main Settings| ************************************************************ END **/
