@charset "shift_jis";

/* 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:ピックアップ
 *
 * 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	|

==========================================================================================*/

body {
	font-size: 13px; /* 基本フォントサイズ */
	*font-size: small; /* IE7およびIE6標準準拠モード用 */
	*font: x-small; /* IE6後方互換モード用 */
}



/*==========================================================================================

	// マージン・パディングをリセット

==========================================================================================*/
body,div,h1,h2,h3,h4,h5,h6,form,ul,li,ol,dl,dt,dd,fieldset,pre,code,legend,blockquote {
	margin: 0;
	padding:0;
}
p { margin: 0;}



/*==========================================================================================

	// リスト

==========================================================================================*/
li { list-style:none; }



/*==========================================================================================

	// イメージ

==========================================================================================*/
img { border:none; }
/** html .img { behavior: expression(IEPNGFIX.fix(this)); }*/



/*==========================================================================================

	// フォーム

==========================================================================================*/
input,textarea,select {}
legend { display:none;}
fieldset { border:none; }



/*==========================================================================================

	// テーブル

==========================================================================================*/
table {
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:0;
}
caption { 
	text-align:left; 
} 
th {
	font-weight:normal;
	text-align:left;
}
td {
	text-align:left;
}



/*==========================================================================================

	// 

==========================================================================================*/
q:before,q:after { 
	content:''; 
}
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
}

