/* Z！トップ＆フッター周り用 */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F0F0F0;
}

/* テキスト 各サイズ */
.txt_ss {
	font-size: 70%;
	color: #333333;
}
.txt_s {
	font-size: 80%;
	color: #333333;
}
.txt_m {
	font-size: 90%;
	color: #333333;
}
.txt_l {
	font-size: 100%;
	color: #333333;
}
.txt_ll {
	font-size: 110%;
	color: #33333;
}

/* テキスト 本文*/
.txt_main {
	font-size: 80%;
	color: #323232;
	line-height: 200%;
}

.txt_sub {
	font-size: 80%;
	color: #323232;
	line-height: 160%;
}

/* テキスト キャプション */
.txt_caption {
	font-size: 70%;
	line-height: 150%;
	color: #4B4B4B;
}

/* パンくず */
.txt_navi {
	font-size: 70%;
	line-height: 150%;
	color: #4B4B4B;
}
a.txtlink_navi:link {
	color: #4B4B4B;
	text-decoration: none;
}
a.txtlink_navi:active {
	color: #4B4B4B;
	text-decoration: underline;
}
a.txtlink_navi:visited {
	color: #4B4B4B;
	text-decoration: none;
}
a.txtlink_navi:hover {
	color: #4B4B4B;
	text-decoration: underline;
}

/* 中華 */
a.txtlink_chinese:link {
	color: #B90005;
	text-decoration: none;
}
a.txtlink_chinese:active {
	color: #D56669;
	text-decoration: underline;
}
a.txtlink_chinese:visited {
	color: #B90005;
	text-decoration: none;
}
a.txtlink_chinese:hover {
	color: #D56669;
	text-decoration: underline;
}

/* 和食 */
a.txtlink_japanese:link {
	color: #76964C;
	text-decoration: none;
}
a.txtlink_japanese:active {
	color: #ADC094;
	text-decoration: underline;
}
a.txtlink_japanese:visited {
	color: #76964C;
	text-decoration: none;
}
a.txtlink_japanese:hover {
	color: #ADC094;
	text-decoration: underline;
}

/* イタリアン */
a.txtlink_italian:link {
	color: #2D7B43;
	text-decoration: none;
}
a.txtlink_italian:active {
	color: #7EAE8C;
	text-decoration: underline;
}
a.txtlink_italian:visited {
	color: #2D7B43;
	text-decoration: none;
}
a.txtlink_italian:hover {
	color: #7EAE8C;
	text-decoration: underline;
}

/* フレンチ */
a.txtlink_french:link {
	color: #4B6491;
	text-decoration: none;
}
a.txtlink_french:active {
	color: #93A2BD;
	text-decoration: underline;
}
a.txtlink_french:visited {
	color: #4B6491;
	text-decoration: none;
}
a.txtlink_french:hover {
	color: #93A2BD;
	text-decoration: underline;
}

/*  */
a:link {
	text-decoration: underline;
	color: #003399;
}
a:active {
	text-decoration: underline;
	color: #407AEE;
}
a:visited {
	text-decoration: underline;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #407AEE;
}


.bg_j {
	background-image: url(../images/j_line2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 260px 680px;
}
.bg_c {
	background-image: url(../images/c_line2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 260px 680px;
}
.bg_i {
	background-image: url(../images/i_line2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 260px 680px;
}
.bg_f {
	background-image: url(../images/f_line2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 260px 680px;
}