@charset "utf-8";

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

/*相対文字サイズ*/
.f1 {
 font-size: 69.2%;
 line-height: 1.4em;
}
.f2 {
 font-size: 80%;
 line-height: 1.4em;
}
.f3 {
 font-size: 100%;
	line-height: 1.4em;
}
.f4 {
 font-size: 127%;
	line-height: 1.4em;
}
.f5 {
 font-size: 146%;
 line-height: 1.4em;
}
.f6 {
 font-size: 188%;
 line-height: 1.4em;
}
.f7 {
 font-size: 246.2%;
 line-height: 1.4em;
}





/*両端揃え*/
.justify {
	text-align: justify;
	text-justify: inter-ideograph
}


/*文字色*/
.fontRed {
	color: #CC0000;
}
.fontRed2 {
	color: #FF0000;
}

.fontBlu {
	color: #0000FF;
}
.fontBlu2 {
	color: #000099;
}
.fontBlu3 {
	color: #3366CC;
}

/*ウェイト*/
.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","ＭＳ Ｐゴシック";
}
