@charset "utf-8";

/*基本フォント*/
body #youmore,
#youmore table {
	font-size: 12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color: #000000;
}
/*ie7*/
*:first-child+html body #youmore {
	font-size:75%;
}	
/*ie5-6*/
* html body #youmore {
	font-size:75%;
}

/*相対文字サイズ*/
.x-small {
	/*10px*/
	font-size: 83.4%;
}
.small {
	/*11px*/
	font-size: 91.6%;
}
.large {
	/*13px*/
	font-size: 108.3%;
}
.x-large {
	/*14px*/
	font-size: 116.7%;
}
.xx-large {
	/*15px*/
	font-size: 125%;
}
.xxx-large {
	/*16px*/
	font-size: 133.4%;
}
.xxxx-large {
	/*17px*/
	font-size: 141.7%;
}
/*18px
font-size: 150%;
*/
/*19px
font-size: 158.4%;
*/
/*20px
font-size: 166.6%;
*/


/*両端揃え*/
.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}


/*文字色*/
.fontRed {
	color: #ff0000;
}

/*ウェイト*/
.bold {
	font-weight: bold;
}

/*書体*/
.Meiryo {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.mincho {
	font-family: "HiraMinPro-W3","MS-PMincho","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","Times New Roman";
}
.verdana {
	font-family: "Verdana","Arai","HiraKakuPro-W3","MS-PGothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
}
.century {
	font-family: "Century Gothic","Arai","HiraKakuPro-W3","MS-PGothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
}
