@charset "utf-8";

/* cinemacafe.net stylesheets
 *
 * update: 2007.01.24
 * code by Ryusuke Suzuki
 * (classes defined in the Markup Guide - http://www.cinemacafe.net/css/markup_ref/ )
 */

/* CSS構造 */
/*
 * 00:初期化
 * 01:全体
 * 02:ヘッダー
 * 03:コンテンツボディ
 * 04:フッター
 * 05:共通ボックスモデル（centerBoxなど）
 * 06:ツール（トラックバック、RSSなど）
 * 07:バナー
 * 08:ピックアップ
 * 09:ページ固有スタイル
 *
 * 99:float解除
 *
 */

/* プロパティの指定順序 */
/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */


/*==========================================================================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	フォントサイズ対応表↓

	77% = 10px	|	122% = 16px	|	167% = 22px
	85% = 11px	|	129% = 17px	|	174% = 23px
	93% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	108% = 14px	|	152% = 20px	|	197% = 26px
	116% = 15px	|	159% = 21px	|

==========================================================================================*/


/*==========================================================================================
	// 09:info/**.html 固有スタイル
==========================================================================================*/
/*--------------------------------------------
	//09-0:info/**.html共有スタイル
--------------------------------------------*/
h3.info {
	font-size:122%;
	margin:0 0 2em;
}
.footNote {
	font-size:93%;
	line-height:1.2;
}
ol.numberList {
	margin-left: 3em;
}
ol.numberList li {
	list-style:decimal outside;
}

/*--------------------------------------------
	//09-1:info/company.html	
--------------------------------------------*/
table#companyData,
table#legalNote {
	width:520px;
	letter-spacing:0.03em;
}

table#companyData th {
	width:100px;
	padding:10px 0 10px 10px;
	background:url(../../img/common/pointer.gif) no-repeat 0 8px;
	vertical-align:top;
	border-bottom:#FFFFFF 1px solid;
	font-size:93%;
}

table#companyData td {
	height:25px;
	padding:10px 0 10px 10px;
	vertical-align:top;
	border-bottom:#FFFFFF 1px solid;
	border-left:#FFFFFF 1px solid;
	font-size:93%;
}


/*--------------------------------------------
	//09-2:info/sitemap.html
--------------------------------------------*/
ul.siteMap{
	margin-bottom:30px;
	font-size:116%;
	font-weight:bold;
	letter-spacing:0.03em;
}
ul.siteMap li{
	padding:10px 0 15px 10px;
	background:url(../../img/common/pointer.gif) no-repeat 0 10px;
	font-variant:small-caps;
}
ul.siteMap li ul{
	margin-left:20px;
}
ul.siteMap li ul li{
	font-size:93%;
	font-weight:normal;
	background:none;
}


/*--------------------------------------------
	//09-3:info/legal.html
--------------------------------------------*/
table#legalNote th {
	width:100px;
	padding:10px 10px 20px 10px;
	background:url(../../img/common/pointer.gif) no-repeat 0 8px;
	vertical-align:top;
	font-size:93%;
}

table#legalNote td {
	padding:10px 0 20px 10px;
	vertical-align:top;
	border-left:#FFFFFF 1px solid;
	font-size:93%;
}

table#legalNote th {
	font-weight:bold;
}


/*--------------------------------------------
	//09-4:info/privacy.html	
--------------------------------------------*/


/*--------------------------------------------
	//09-5:info/contact.html	
--------------------------------------------*/
.formNote {
	margin-bottom: 15px;
	height: 150px;
	overflow-y: scroll;
}

ol.formNote {
	padding-left: 2em;
}

ol.formNote li {
	margin: 0 0 1em;
	list-style: decimal outside;
}

form#contactUs {
	font-size: 100%;
	padding: 30px 10px;
	
}

#contactUs table {
	width: 528px;
	margin-bottom: 15px;
	padding: 10px;
	border-right:1px #666 solid;
}

#contactUs table tr th,
#contactUs table tr td {
	padding:10px;
}

#contactUs table th {
	white-space: nowrap;
	background: #777;
	text-align: right;
	border:1px #666 solid;
}
#contactUs table th.title {
	text-align: center;
	font-weight: bold;
}

#contactUs table td {
	border:1px #666 solid;
}

#contactUs .alert { font-size: 93%; color: #333;}
#contactUs .caution { font-size: 93%; color: #f00;}

#contactUs input#name,
#contactUs input#corporate,
#contactUs input#position,
#contactUs input#addr,
#contactUs input#addr2,
#contactUs input#addr3,
#contactUs input#tel,
#contactUs input#fax,
#contactUs input#mail,
#contactUs textarea#comment {
	width: 320px;
	margin: 0 5px 0 0;
}

#contactUs input#zip1 {
	width: 2.5em;
}

#contactUs input#zip2 {
	width: 2.5em;
	margin: 0 5px 0 0;
}

#contactUs textarea#comment {
	width: 320px;
	height: 150px;
	margin: 0 5px 0 0;
}

#contactUs p#btnSubmit {
	text-align:center;
	margin: 0;
	padding:0;
}

