@charset "UTF-8";



/*
	--------------------------------
	更新日: 2009-04-21
	--------------------------------
	インポート
		- initial.css

	スタイル定義
		- 要素別スタイル

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



@import "initial.css";



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

body { background:#fff; color:#333; font-family:"ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif; font-size:medium; line-height:normal; }
html>/**/body { font-size:16px; }/* Win IE 以外 */

pre { font-family:"ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif; }

a:link { color:#274eb1; text-decoration:underline; }
a:visited { color:#67779f; text-decoration:underline; }
a:hover { color:#65a6ff; text-decoration:underline; }
a:active { color:#65a6ff; text-decoration:underline; }

input, select, textarea { color:#111; font-family:"メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif; }
html>/**/body input,
html>/**/body select,
html>/**/body textarea { font-family:sans-serif; }/* Win IE 以外 */
option { padding:0 3px 0 3px; }
textarea { border:1px solid #b7b7b7; padding:2px 3px 2px 3px; }



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

/*
.txt10 { 10px/15px }
.txt12 { 12px/17px }
.txt14 { 14px/19px }
.txt16 { 16px/20px }
.txt18 { 18px/22px }
.txt20 { 20px/24px }
*/
.txt10 { font-size:62.5%; line-height:1.5; } * html .txt10 { font-size:63%; }/* IE 6 以前 */
.txt12 { font-size:75%; line-height:1.417; }
.txt14 { font-size:87.5%; line-height:1.357; } * html .txt14 { font-size:88%; }/* IE 6 以前 */
.txt16 { font-size:100%; line-height:1.25; }
.txt18 { font-size:112.5%; line-height:1.222; } * html .txt18 { font-size:113%; }/* IE 6 以前 */
.txt20 { font-size:125%; line-height:1.2; }


/* clearfix: 2008-12-10 ---------------- */
.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; }







