@charset "euc-jp";
/* ===================================================================
CSS information
	file name  :  format.css
	style info :  初期化およびbody基本設定　※このスタイルシートは基本的に変更しない
=================================================================== */

/*====================================================================
	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

	**フォントサイズ対応表**
	10px	77%
	11px	85%
	12px	93 (was 93)%
	13px	100%
	14px	108%
	15px	116%
	16px	123.1%
	17px	131%
	18px	138.5%
	19px	146.5%
	20px	153.9%
	21px	161.6%
	22px	167%
	23px	174%
	24px	182%
	25px	189%
	26px	197%
====================================================================*/


body {
	color:#333;
	font-family:Osaka, "ＭＳ Ｐゴシック" ,sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size:13px;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: Osaka, "ＭＳ Ｐゴシック" ,sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1,h2,h3,h4,h5,h6 { font-size:100%; }



/* ===================================================================
	// マージン・パディングをリセット
====================================================================*/
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; }



/*====================================================================
	// フォーム
====================================================================*/
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; 
}
strong { font-weight:bold; }
.divider,
.hide { display:none; }


/*====================================================================
	/// 99:floatさせたボックスが親ボックスの外にはみ出す現象を回避
	(macIE用にmac-ie5.cssにも記述すること)
====================================================================*/

.clearfix:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Mac IE には適用させない \*/
* html .clearfix {
	height:1%;
}

/* IE7 */
*:first-child+html .clearfix {
 display:inline-block;
}
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
