@charset "utf-8";
/* font CSS Document */

/*基本フォント*/
body {
	font-size: 12px;
	font-family: "HiraKakuPro-W3", "MS-PGothic", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "osaka";
	color: #505050;
	/*line-height: 1em;*/
	line-height: 1.25;
}
/*ie7*/
*:first-child+html body {
	font-size:75%;
}	
/*ie5-6*/
* html body {
	font-size:75%;
}

/*相対文字サイズ*/

.small {
	font-size: 90%;
}
.large {
	font-size: 110%;
}
.x-large {
	font-size: 115%;
}
.xx-large {
	font-size: 125%;
}
.xxx-large {
	font-size: 130%;
}

/*両端揃え*/
.justify {
	text-align: justify;
	text-justify: inter-ideograph
}
.sentence {
	line-height: 1.5em;
}


/*文字色*/
.font-red {
	color: #CC0000;
}

/*ウェイト*/
.bold {
	font-weight: bold;
}

/*書体*/
.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","ＭＳ Ｐゴシック";
}

