@charset "utf-8";

@import url("reset.css");
@import url("clearfix.css");

body {
	text-align: center;
}

h1 {
	width: 750px;
	margin: 0px auto;
}

h2 {
	width: 700px;
	margin: 7px auto;
	font-size: 1em;
	font-weight: bold;
}

p {
	width: 700px;
	margin: 7px auto;
	line-height: 1.5;
	font-size: 0.875em;
}

ol {
	list-style-position: inside;
	list-style-type: decimal;
}

th,td {
	font-size: 12px;
}

td p {
	font-size: 12px;
}

select {

}

address {
	width: 600px;
	margin: 7px auto;
	line-height: 1.3;
}

dl dt {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
}
dl dd {
	font-size: 12px;
	line-height: 1.5;
}

hr {
	height: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

strong {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

.bred {
	border: solid 1px #FF0000;
}


#container {
	width: 900px;
/*	height: 100%;*/
	margin: 0px auto;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
}

#center {
	width: 700px;
	margin: 0px auto;
}

/*[nav]
---------------------------------------------------*/
#nav {
	width: 600px;
	margin: 5px auto;
}

#nav ul {
	display: block;
	width: 600px;
	text-align: center;
	margin: 5px auto;
}

#nav ul li {
	list-style: none;
	display: inline;
	font-size: 12px;
	margin: 0px;
	padding-left: 1em;
	padding-right: 1em;
	border-left: solid 1px #999999;
}

#nav ul li a {
	color: #666666;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #FF6600;
}

#nav ul li#fm {
	border-left: none;
}

/*[cook]
---------------------------------------------------*/
#cook {
	width: 700px;
	margin: 0px auto;
	overflow: auto;
	background-color: #666666;
}

#cook table {
	width: 700px;
}

#cook table th,
#cook table td {
	color: #FFFFFF;
	width: 140px;
}

#cook table td p {
	width: 120px;
	padding: 3px;
}

#cook table td strong {
	font-weight: bold;
}

#cook table td img {
	display: block;
}



#cook table td.tl {
	text-align: left;
	vertical-align: top;
}
#cook table td.bl {
	text-align: left;
	vertical-align: bottom;
}
#cook table td.mr {
	text-align: right;
	vertical-align: middle;
}
#cook table td.br {
	text-align: right;
	vertical-align: bottom;
}
#cook table td.tr {
	text-align: right;
	vertical-align: top;
}

/*[shop]
---------------------------------------------------*/
#shop {
	width: 600px;
	margin: 5px auto 0px auto;
}

#shop h2 {
	width: 600px;
	font-size: 14px;
	line-height: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

#shop h2 span {
	font-size: 12px;
	padding-left: 0.5em;
}

#shop dl {
	font-size: 12px;
	width: 600px;
}

#shop dl dt {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-left: 1.5em;
	background-image: url(../img/mark.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#shop dl dd {
	line-height: 1.5;
}

/*[info]
---------------------------------------------------*/

#info {
	width: 600px;
	margin: 5px auto 0px auto;
	overflow: auto;
}

#info h2 {
	width: 140px;
	float: left;
}

#info address {
	font-size: 0.875em;
	width: 450px;
	float: right;
}


/*[footer]
---------------------------------------------------*/
#footer {
	width: 700px;
	clear: both;
	margin: 0px auto;
}

#footer img {
	clear: both;
	display: block;
}

#flash_left {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 500px;
	float: left;
}

#flash_right {
	position: absolute;
	left: 800px;
	bottom: 0px;
	width: 100px;
	height: 500px;
	float: right;
}

/*[form1]
---------------------------------------------------*/
form#form1 {
	margin: 5px auto;
	width: 600px;
}

form#form1 input {
	width: 300px;
}

form#form1 input#zip {
	width: 100px;
}

form#form1 textarea {
	width: 400px;
}

form#form1 input#submit {
	width: 100px;
}

form#form1 p {
	margin: 10px auto;
	width: 100px;
}

/*[order]
---------------------------------------------------*/
table#order {
	width: 590px;
}

table#order tr td,
table#order tr th {
	padding: 10px 5px;
	border: solid 1px #CCCCCC;
}

table#order tr td {
	line-height: 2;
}

table#order tr td p {
	margin: 5px;
	width: 300px;
}

table#order tr th {
	color: #FFFFFF;
	background-color: #666666;
	width: 150px;
	white-space: nowrap;
}

table#item-list {
	width: 90%;
}

table#item-list tr td,
table#item-list tr th {
	padding: 3px;
	white-space: nowrap;
}

table#item-list tr th {
	text-align: center;
	color: #FFFFFF;
	background-color: #666666;
}

table#item-list tr td　{
	text-align: right;
}

/*[orderinfo]
---------------------------------------------------*/
div#orderinfo {
	width: 600px;
	margin: 30px auto;
}

div#orderinfo table {
	width: 500px;
}

div#orderinfo table tr th,
div#orderinfo table tr td {
	padding: 10px 5px;
	border: solid 1px #CCCCCC;
}

div#orderinfo p.bred {
	width: 580px;
	padding: 10px;
	line-height: 1.5;
}

/*[kojin]
---------------------------------------------------*/
div#kojin {
	width: 600px;
	margin: 10px auto;
}

div#kojin h2,
div#kojin p {
	width: 600px;
}

div#kojin dl dt {
	padding: 3px;
	background-color: #DFDFDF;
}
div#kojin dl dd {
	padding: 3px;
}

table#nenmatsu {
		width: 500px;
		margin: 5px auto;
		border: 1px solid #333;
}

table#nenmatsu caption{
		font-size: 15px;
		font-weight: bold;
		padding-bottom: 5px;
		text-align: center;
		color: #F00;
}

table#nenmatsu th {
		font-weight: bold;
}

table#nenmatsu td {
		
}

table#nenmatsu th,
table#nenmatsu td {
		font-size: 15px;
		padding: 3px;
}

div#nenmatsu {
	margin-bottom: 10px;
	border: 2px solid #333;	
}

div#nenmatsu h3 {
	color: #fff;
	font-weight: bold;
	background-color: #333;
	padding: 3px;
}

div#nenmatsu p {
	font-weight: bold;
	padding: 5px;
}
