@charset "shift_jis";


/*base--------------------------------*/

body {
	margin:0px;
	padding:0px;
	color: #666;
	background-color: #FFF;
	line-height: 1.55em;
	font-size: 75%;
	/**font-size: 75%; /* ~WinIE7 */
	font-family: 'Verdana','lr@SVbN','Hiragino Kaku Gothic Pro','Osaka',sans-serif;
}



/* font change -------------------- */


.fc_small{
	padding:0px;
	margin:0px;
	width:21px;
	height:21px;
	background:url(../img/icon_fontS.gif) no-repeat 0 0;
	float:left;
	}
	
.fc_middle{
	padding:0px;
	margin:0px 5px;
	width:21px;
	height:21px;
	background:url(../img/icon_fontM_on.gif) no-repeat 0 0;
	float:left;
	}

.fc_large{
	padding:0px;
	margin:0px;
	width:21px;
	height:21px;
	background:url(../img/icon_fontL.gif) no-repeat 0 0;
	float:left;
	}