@charset "utf-8";

/* ****************************************************
Since : 2007-09-19
Last Modified: 2007-09-19
***************************************************** */


/* font settings [ font.css ]
=================================
1: font for all
	
=================================*/



/*1: font for all
=================================*/

body {
	line-height: 1.4;
	font-size: 83%;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
}

a {
	color: #FFFFFF;
	text-decoration:none;
}

.xsmall {
	font-size: 75%;
}

.small {
	font-size: 80%;
}

.large {
	font-size: 110%;
}

.xlarge {
	font-size: 120%;
}

.huge {
	font-size: 150%;
}
.small2 {
	font-size: 80%;
	line-height: 130%;
}

