@charset "Shift_JIS";

/* global */
body {
	font-family: "Arai", "HiraKakuPro-W3", "MS-PGothic", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "osaka", "Verdana";
	color: #333333;
}

/* relativity size */
.xx-small {
	font-size: 70%;
}
.x-small {
	font-size: 78%;
}
.small {
	font-size: 85%;
}
.large {
	font-size: 115%;
}
.x-large {
	font-size: 130%;
}
.xx-large {
	font-size: 143%;
}

/* font color */
.fontRed {
	color: #FF0000;
}
.fontBlue {
	color: #0066CB;
}
.fontDg {
	color: #333333;
}
.fontGry {
	color: #999999;
}
.font333 {
	color: #333333;
}
/* style */
.bold {
	font-weight: bold;
	letter-spacing: 0.1em;
}
.normal {
	font-weight: normal;
}
.sub {
	font-size: 80%;
	vertical-align: bottom;
}
.sup {
	font-size: 80%;
	vertical-align: super;
}

/* type */
.mincho {
	font-family: "HiraMinPro-W3","MS-PMincho","ƒqƒ‰ƒMƒm–¾’© Pro W3","‚l‚r ‚o–¾’©";
}
.verdana {
	font-family: "Verdana","Arai","HiraKakuPro-W3","MS-PGothic","ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN";
}
.century {
	font-family: "Century Gothic","Arai","HiraKakuPro-W3","MS-PGothic","ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN";
}

/* indent */
.txtIndent2 {
	text-indent: -2em;
	padding-left: 2em;
}
.txtIndent15 {
	text-indent: -1.7em;
	padding-left: 1.7em;
}
.txtIndent13 {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.txtIndent1 {
	text-indent: -1em;
	padding-left: 1em;
}
