@charset "shift_jis";

/*========== モジュール読み込み ==========*/
@import "clearfix.css";
@import "default.css";


/*========== 汎用フォント ==========*/

body
    {
	color: #666;
     background-color: #FFF;
     font-size: 100%;
     line-height: 1.5;
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
}



#wrapper {
     margin: 20px auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width: 900px;         /* 幅を決定する */
}

.font10 {
	font-size: 10px;
	line-height: 16px;
}
.font11 {
	font-size: 11px;
	line-height: 17px;
}
.font12 {
	font-size: 12px;
	line-height: 18px;
}

.font13 {
	font-size: 13px;
	line-height: 17px;
}

.font14 {
	font-size: 14px;
	line-height: 20px;
}

.font15 {
	font-size: 15px;
	line-height: 1.6;
}

.font16 {
	font-size: 16px;
	line-height: 1.7;
}

/*========== 汎用クリア ==========*/
.floatClear {
	clear: both;
}