/* 
	http://www.gnavi.co.jp/
	Layout Control CSS "style.css"

	GOURMET NAVIGATOR INC.
*/

/* ▼店舗指定部分▼ */

/* 背景色 */ 
#BgSetUp, .menuBodyColor {
	background: #000000;
}

/* 背景画像 */ 

/* 表題1カラー */ 
.title1, .topicsBlock, .menutab2, .menutabline {
	background: #333333;
}

/* 表題2カラー */ 
.title2, .topicsColor {
	background: #444444;
}

/* メニューカラー */ 
.menuColor {
	background: #222222;
}

/* 全体のテキストカラー */ 
body {
	color: #CC9900;
}

/* 50文字PRのテキストカラー */ 
.textPr1, .textRecomno, .textRecomred {
	color: #FF0000;
}

/* リンク文字色パターン */ 
a:link {
	color: #0000FF;
}
a:visited {
	color: #9900CC;
}
a:active {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}

