/*文字色、フォント、*/

body {
	font-size: 0.9em;
	color: #330000;
	font-family: "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Helvetica, Arial, serif;
	}
h2 {
	font-size: 1.2em;
	color: #422A00;
}

h1 {
	font-size: 1.2em;
	color:#422A00;
}
.txt {
	line-height: 140%;
}
a {
	text-decoration: underline;
	color: #6E4935;
}
a:visited {
	text-decoration: underline;
	color: #bb7f42;
}
#header p {
	font-size:110% ;
	font-weight: bold;
	color:#422A00;
} 
#breadcram {
	line-height: 120%;
	font-size: 80%;
}


#fotter{
	color: #260505;
	font-size: 80%;
}
/*左ナビ・メニューナビ色指定*/
.here {
	color: #cc9;
}
#navi li a, #menu li a, #about li a  {
	color: #fff;
}
#navi li a:visited, #menu li a:visited, #about li a:visited {
	color: #cc9;
}



/*リンクページ*/
#linkpage a {
	font-size: 120%;
}
#linkpage a {
	padding-left: 10px;
	background: transparent url(../img/icon-link.gif) no-repeat left bottom;
}
#linkpage a:hover {
	padding-left: 10px;
	background: transparent url(../img/icon-linkhvr.gif) no-repeat left bottom;
}

/*メニューページ*/
#menu dl dt {
/*	font-size: 110%;*/
	font-weight: bold;
}
#menu dl dd {
	line-height: 140%;
}
#menu dl dd.price {
	line-height: 100%;
	color: #db4940 ;
}


