@charset "utf-8";
/* 
	http://www.gnavi.co.jp/
	Font Control CSS "font_standard.css" (default)

	GOURMET NAVIGATOR INC.
 */

/* 全て対象 */
body {
	line-height:120%;
	font-family: Arial, Helvetica, sans-serif;
}

/* 大 */
.fontsize5 {
	font-size: 100%;
}

/* やや大 */
.fontsize4 {
	font-size: 90%;
}

/* 標準 */
.fontsize3 {
	font-size: 80%;
}

/* やや小 */
.fontsize2 {
	font-size: 74%;
}

/* 小 */
.fontsize1 {
	font-size: 70%;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.just {
	text-align: justify;
}

h1{line-height:1em;}

.fontRed {
	color: #FF0000;
}
.fontGry {
	color: #666666;
}
.fontBl {
	color: #000000;
}
.fontWhite {
	color: #FFFFFF;
}
