@charset "utf-8";

/*font-style
---------------------------------------*/
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#333;
}

address {
	font-style:normal;
	font-size:11px;
}


/*fontfamily-style
---------------------------------------*/
.time-new-roman {
	font-family:"Times New Roman", Times, serif;
}

.courier {
	font-family:"Courier New", Courier, mono;
}

.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.arial {
	font-family:Arial;
}

/*fontsize-style
---------------------------------------*/
.text14 {
	font-size:14px;
}

.text11 {
	font-size:11px;
}

.text10 {
	font-size:10px;
	color:#666;
}

.text9 {
	font-size:9px;
}




/*color-style
---------------------------------------*/

.red {
	color:#FF3333;
}

.green {
	color:#9EB022;
}

.blue {
	color:#30A6BA;
}

.white {
	color:#FFFFFF;
}

.brown {
	color:#442e21;
}


/*link-style
---------------------------------------*/
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

strong a:hover {
	text-decoration:none;
}