/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Font Declaration
*/
@font-face {	/* Microsoft Yi Baiti */
	font-family: msYi;
	src: url('../fonts/msyi.ttf'),
		 url('../fonts/msyi.oet'); /* IE */
	}
@font-face {	/* Patrick Hand */
  font-family: 'PatrickHand';
  src: 	 local('PatrickHand'), 
		 url('../fonts/patrickhand.woff') format('woff');
}

/*
	Anchors
*/

a:link,a:visited {
	text-decoration:none;
}

a:hover,a:active {
	text-decoration:underline;
}
#featuredBODY p a:hover,a:active {
	cursor:pointer;
	text-decoration:underline;
}
.thumb:hover {
	cursor:default;
}

/*
	Page style
*/

body { 
	font:normal 70%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	padding:20px 0;
	position:relative;
}
#onloadOpenSub {
	position:fixed;
	height:0px;
	width:0px;
	top:-200px;
}
#onloadOpenSub2 {
	position:fixed;
	height:0px;
	width:0px;
	top:-200px;
}
#cleanDeadPhotos {
	position:fixed;
	height:0px;
	width:0px;
	top:-200px;
}
#headerBAR {
	position:relative;
	top:-20px;
	left:0px;
	width:100%;
	height:180px;
}
#headerBARimg {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:150px;
	z-index:1;
}
#headerBARfade {
	position:absolute;
	bottom:-20px;
	left:0px;
	width:100%;
	height:150px;
	z-index:-10;
}
#headerContainer {
	position:relative;
	top:35px;
	width:1024px;
	margin:0px auto;
	z-index:10;
}
#headerTitle {
	float:left;
}
#headerContainer h1 {
	font:normal 80px/1 Meiryo, msYi, Arial;
}
#headerContainer a:link,a:visited,a:active  {
	text-decoration:none;
}
#headerContainer a:hover {
	text-decoration:none;
	cursor:pointer;
}
#headerContainer h2 {
	margin:0px 0px 0px 165px;
	font:normal 55px/.2 PatrickHand, Meiryo, Arial;
}
#headerContact {
	float:right;
	margin:auto 0px;
	height:auto;
	width:300px;
	text-align:right;
	font:normal 100%/1 Meiryo, Arial;
}
span.notice { /* root class to be used in other locations */
	float:right;
	width:100%;
	padding:2px 0px;
	text-align:center;
}
#headerHours {
	float:right;
	width:119px;
}
#headerHours span.blank {
	float:left;
	width:15px;
	margin:0px 1px;
	text-align:center;
}
#headerHours span.work {
	float:left;
	width:15px;
	height:10px;
	margin:0px 1px;
}
#headerHours span.off {
	float:left;
	width:15px;
	height:10px;
	margin:0px 1px;
}

/* SLIDESHOW CONTAINER, LOAD RING AND FRAME */
#feat { /* Menu Container */
	position:absolute;
	top:130px;
	width:100%;
	height:500px;
	border:none;
}
#featuredSlideContainer { /* Container of actual slideshow */
	position:relative;
	top:20px;
}
#featuredSlideContainerTITLE { /* Text title above slideshow */
	position:absolute;
	height:25px;
	top:-11px;
	left:-32px;
	font:normal 28px/0 Meiryo, Arial;
	z-index:-10;
}
#frame {
	position:absolute;
	z-index:-5;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}
#framealtimg {
	position:absolute;
	z-index:0;
	width:570px;
	height:270px;
	top:15px;
	left:4px;
}
#loadring {
	position:absolute;
	z-index:1;
	width:92px;
	height:92px;
	top:104px;
	left:243px;
}

/*
	SLIDESHOW START
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:500;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container:hover {
	cursor:pointer;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:570px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

/* Next/prev buttons */

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/* Pagination */

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
/*
	SLIDESHOW END
*/
#featuredMAP {
	position:absolute;
	top:-40px;
	right:-50px;
	width:350px;
	height:350px;
	z-index:150;
}
#featuredMAPtext {
	position:absolute;
	top:186px;
	right:0px;
	margin:0px;
	padding:0px;
	height:60px;
	width:150px;
	text-align:right;
	z-index:500;
}
#featuredMAPtext h1 {
	font:normal 20px/1 Meiryo, msYi;
}
#featuredTIME {
	position:absolute;
	top:240px;
	right:-80px;
	width:350px;
	height:100x;
	z-index:150;
}
#featuredBODY {
	position:relative;
	top:340px;
	width:100%;
	height:100%;
	z-index:100;
}
#featuredBODY h1 {
	border-bottom-width:1px;
	border-bottom-style:dotted;
	font-size:130%;
	margin-top:15px;
}
#featuredBODY h2 {
	position:relative;
	top:-20px;
	float:right;
}
#featuredBODY p {
	position:relative;
	top:-15px;
	clear:right;
	margin:0px 15px;
	padding:5px 10px;
}
#featuredBODY a {
	font-weight:bold;
}
#featuredBODY span.list {
	position:relative;
	left:20px;
}
.blankspace {
	position:relative;
	height:50px;
}
/*
	FOOTER START
*/
#footerBAR {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:25px;
	z-index:500;
}
#footerBARimg {
	position:fixed;
	bottom:24px;
	left:0px;
	width:100%;
	height:20px;
	z-index:600;
}
#footerContainer {
	position:relative;
	top:0px;
	width:950px;
	margin:0px auto;	
}
#footerContainer em {
	font-weight:bold;
}
#footerContainer .links { /* P tag */
	font:normal 10.5px/.9 Meiryo, Arial;
	text-align:center;
	float:center;
	position:relative;
	top:8px;
}
#footerContainer .copyright { /* P tag */
	font:normal 9px/.9 Meiryo, Arial;
	text-align:right;
	position:relative;
	top:0px;
	float:right;
}
#footerContainer .links a {
	text-decoration:none;
}
#footerContainer .links a:hover {
	text-decoration:underline;
	cursor:pointer;
}
#footerContainer .copyright a {
	text-decoration:none;
}
#footerContainer a:hover {
	text-decoration:underline;
}
#about { /* PAGE Container */
	position:absolute;
	top:130px;
	width:100%;
	height:500px;
	border:none;
	z-index:500;
}
#about #information {
	position:absolute;
	left:0px;
	border-radius:5px;
	padding:20px 30px 30px 30px;
	width:600px;
}
#about #information h1 {
	font:normal 28px/1.2 Meiryo, Arial;
}
#about #information em {
	font-style:italic
}
#about #information li {
	padding-left:-10px;
	list-style-type:square;
	margin-left:10px;
}
#about #pictures {
	position:absolute;
	right:-45px;
	width:250px;
	height:725px;
	padding:5px 8px;
	border-style:solid;
	border-left-width:5px;
	border-right-width:5px;
}
#about #pictures img.aboutPic {
	float:right;
	clear:right;
	width:250px;
	margin:5px 0px;
}
#about #pictures img.aboutPic:hover {
	width:500px;
	border-style:solid;
	border-width:10px;
	margin:0px;
	padding:0px;
}
#faq { /* PAGE Container */
	position:absolute;
	top:130px;
	width:100%;
	height:500px;
	border:none;
}
#orderonline { /* PAGE Container */
	position:absolute;
	top:130px;
	width:850px;
	height:525px;
	border:none;
	z-index:500;
}
#orderonline #information {
	position:absolute;
	left:0px;
	border-radius:5px;
	padding:20px 30px 30px 30px;
}
#orderonline #information h1 {
	font:normal 28px/1.2 Meiryo, Arial;
}
#orderonline #information em {
	font-style:italic
}
#orderonline #information li {
	padding-left:-10px;
	list-style-type:square;
	margin-left:10px;
}
#orderonline #information .enlarge {
	font:normal 125%/2 Arial;
}
#contact { /* PAGE Container */
	position:absolute;
	top:130px;
	width:850px;
	height:525px;
	border:none;
	z-index:500;
}
#contact #information {
	position:absolute;
	left:0px;
	border-radius:5px;
	padding:20px 30px 30px 30px;
}
#contact #information h1 {
	font:normal 28px/1.2 Meiryo, Arial;
}
#contact #information em {
	font-style:italic
}
#contact #information li {
	padding-left:-10px;
	list-style-type:square;
	margin-left:10px;
}
#contact #information .enlarge {
	font:normal 125%/2 Arial;
}
#contact #arigatou {
	width: 165px;
	height: 522px;
	position:absolute;
	right:0px;
	top:0px;
}
#gluten { /* PAGE Container */
	position:absolute;
	top:100px;
	left:0px;
	width:850px;
	border:none;
	z-index:50;
	border-radius:0px;
	background:none;
}
#gluten #information {
	position:relative;
	width:825px;
	left:-10px;
	padding:0px 20px 40px 20px;
	border-radius:5px;
}
#gluten .gluten-free { /* gluten free image */
	float:right;
	width:90px;
	height:90px;
}
#gluten #information h1 {
	font:normal 28px/1.2 Meiryo, Arial;
	padding:2px 10px;
	margin:15px -10px 0px -10px;
}
#gluten #information h2 {
	font:bold 14px/1.2 Arial;
	padding:2px 10px;
	margin:0px -10px 5px -10px;
	border-bottom-width:1px;
	border-bottom-style:dashed;
}
#gluten #information h3 {
	padding-left:20px;
	font:normal 20px/1.2 Arial;
	background-color:#000;
	border-bottom-width:3px;
	border-bottom-style:dotted;
	cursor:pointer;
}
#gluten #information em {
	font-style:italic;
	font-weight:bold;
}
#gluten #information p {
	margin-bottom:15px;
}
#gluten #information li {
	padding-left:-10px;
	list-style-type:square;
	margin-left:20px;
}

#jobs { /* PAGE Container */
	position:absolute;
	top:130px;
	width:100%;
	height:500px;
	border:none;
}
#ERROR { /* PAGE Container */
	position:absolute;
	top:100px;
	width:850px;
	height:350px;
	border:none;
	z-index:1000;
}
#ERROR #errorpage {
	position:absolute;
	left:0px;
	padding:10px 20px;
	z-index:1000;
}
#ERROR #errorpage h1 {
	font:normal 28px/1.5 Meiryo, Arial;
}
#ERROR .tryfirst {
	font-size:175%;
}
#ERROR a:link,a:visited {
	text-decoration:none;
}

#ERROR a:hover,a:active {
	text-decoration:underline;
}