@charset "UTF-8";



/*
	--------------------------------
	更新日: 2008-12-04
	--------------------------------
	スタイル定義
		- 初期化

		- 要素別スタイル

		- 汎用クラス
	--------------------------------
*/



/* --------------------------------
	初期化
-------------------------------- */

/* 余白 ---------------- */
body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, dt, dd, ol, ul, li,
th, td,
form, input, fieldset, textarea { margin:0 0 0 0; padding:0 0 0 0; }

option { padding:0 3px 0 3px; }


/* アピアランス ---------------- */
html, body { height:100%; }

abbr, acronym { border:none; }

q:before, q:after { content:""; }

ol, ul { list-style:none; }

img { border:none; }

table { border-spacing:0; }
*:first-child+html table { border-collapse:collapse; }/* IE 7 */
* html table { border-collapse:collapse; }/* IE 6 以前 */
caption { text-align:left; }
th { text-align:left; empty-cells:show; }
td { empty-cells:show; }

hr { display:none; }

fieldset { border:none; }
label { cursor:default; }

iframe { border:none; overflow:auto; }


/* タイポグラフィ ---------------- */
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; font-style:normal; }

p, address, blockquote, pre, div,
abbr, acronym, dfn, cite, q, code, kbd, samp, var,
dl, ol, ul,
caption, th { font-weight:normal; font-style:normal; }

em, strong { font-weight:bold; font-style:normal; }



/* --------------------------------
	要素別スタイル
-------------------------------- */

body { background:#fff; color:#1a1a1a; font-family:sans-serif; line-height:normal; 	overflow:hidden;}
body.jp {}
body.en { font-family:Arial, Helvetica, sans-serif; }
html>/**/body { font-size:16px; }/* Win IE 以外 */

a:link,
a:visited { color:#1a1a1a; text-decoration:none; }
a:hover,
a:active { color:#B30000; text-decoration:none; }



/* --------------------------------
	汎用クラス
-------------------------------- */

/*
.txt10 { 10px/16px }
.txt11 { 11px/17px }
.txt12 { 12px/18px }
.txt13 { 13px/19px }
.txt14 { 14px/20px }
.txt15 { 15px/21px }
.txt16 { 16px/22px }
.txt18 { 18px/24px }
.txt20 { 20px/26px }
*/
.txt10 { font-size:62.5%; line-height:1.6; } * html .txt10 { font-size:63%; }/* IE 6 以前 */
.txt11 { font-size:68.8%; line-height:1.545; } * html .txt11 { font-size:69%; }/* IE 6 以前 */
.txt12 { font-size:75%; line-height:1.5; }
.txt13 { font-size:81.3%; line-height:1.462; } * html .txt13 { font-size:82%; }/* IE 6 以前 */
.txt14 { font-size:87.5%; line-height:1.429; } * html .txt14 { font-size:88%; }/* IE 6 以前 */
.txt15 { font-size:93.8%; line-height:1.4; } * html .txt15 { font-size:94%; }/* IE 6 以前 */
.txt16 { font-size:100%; line-height:1.375; }
.txt18 { font-size:112.5%; line-height:1.333; } * html .txt18 { font-size:113%; }/* IE 6 以前 */
.txt20 { font-size:125%; line-height:1.3; }


/* clearfix: 2007-05-31 ---------------- */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:1; overflow:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/







