/* プリメーロ CSS */

/* common */

* {
	margin: 0 ;
	padding: 0 ;
	}

body {
	width: 100% ;
	background: #FDF0D0 url("../images/bg_main.jpg") repeat-y ;
	text-align: left ;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3" ;
	font-size: 12px ;
	line-height: 16px ;
	margin: 0 ;
	padding: 0 ;
	}

a {
	color: #006600 ;
	text-decoration: none ;
	}

a:visited {
	color: #006600 ;
	text-decoration: none ;
	}

a:active,a:hover {
	#color: #990000 ;
	text-decoration: underline ;
	}

h1 {
	display: none ;
	}

h2 {
	color: #006600 ;
	font-size: 16px ;
	line-height: 24px ;
	font-weight: bold ;
	padding-left: 6px ;
	padding-bottom: 18px ;
	}

h3 {
	color: #FF0000 ;
	font-size: 16px ;
	line-height: 24px ;
	font-weight: bold ;
	padding: 6px ;
	}

p {
	padding-left: 12px ;
	}

.small {
	font-size: 10px ;
	line-height: 14px ;
	color: #333333 ;
	}

.clear {
	clear: both ;
	font-size: 1px ;
	line-height: 1px ;
	}


/* header */

#header {
	width: 100% ;
	height: 50px ;
	text-align: left ;
	background: #FDF0D0 url("../images/bg_header.jpg") repeat-x ;
	}


/* side */

#side {
	width: 50px ;
	height: 100% ;
	}


/* footer */

#footer {
	width: 750px ;
	text-align: center ;
	font-size: 12px ;
	line-height: 16px ;
	padding: 12px ;
	}

/* contents */

#wrapper {
	width: 800px ;
	margin: 0 ;
	padding: 0 ;
	}


#navi {
	margin: 24px 0 ;
	}

#navi td {
	text-align: left ;
	padding: 8px ;
	}

.top_fimg {
	text-align: center ;
	margin: 32px 0 ;
	}

#title {
	margin-bottom: 24px ;
	}

#sub_navi {
	text-align: right ;
	margin-right: 32px ;
	margin-bottom: 6px ;
	}

#sub_navi_f {
	text-align: center ;
	margin-bottom: 32px ;
	}


/* shop */

.shop {
	width: 720px ;
	margin-bottom: 32px ;
	}

.shop td {
	padding: 8px ;
	border-bottom: 1px solid #F9A15A ;
	}

.fc_shop {
	text-align: center ;
	margin: 24px 0 ;
	}


/* menu */

.item {
	text-align: center ;
	border: 1px solid #F9A15A ;
	width: 240px ;
	}

.item td {
	padding: 3px ;
	}

.item0 {
	text-align: center ;
	border: 1px solid #F9A15A ;
	width: 240px ;
	}

.item0 td {
	padding: 0px ;
	}


/* order */

p.order {
	margin: 18px 14px 18px 220px ;
	}

p.order2 {
	margin: 18px 14px 18px 270px ;
	color: #FF0000 ;
	}


