/* 
	http://www.gnavi.co.jp/
	Layout Control CSS "style.css"

	GOURMET NAVIGATOR INC.
*/

/* ▼店舗指定部分▼ */

/* 背景色 */ 
body, .menuBodyColor{
	background: #fff;
}

/* 背景画像 */ 
/*body{
	background-image: url(../img/g901500bg.jpg);
}*/ 

/* 表題1カラー */ 
.title1, .topicsBlock, .menutab2, .menutabline{
	background: #999999;
}

/* 表題2カラー */ 
.title2, .topicsColor{
	background: #DDDDDD;
}

/* メニューカラー */ 
.menuColor{
	background: #F0F0F0;
}

/* 全体のテキストカラー */ 
body{
	color: #333333;
}

/* 50文字PRのテキストカラー */ 
.textPr1, .textRecomno, .textRecomred, .textPreview{
	color: #ff0000;
}

/* リンク文字色パターン */ 
a:link {
	color: #0000FF;
}
a:visited {
	color: #9900CC;
}
a:active {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}
