/*
Copyright (c) 2006 Nippon Restaurant System,INC $ Revision: 1.0 $
CSS Designing & Author: Tadashi Ando
Last update: 20 December 2006.
--------------------------------------------------------------------- */

/*
---------------------------------------------------------------------
INDEX:
---------------------------------------------------------------------
root:/index.html/
         |-/i(images)/
         |-/c(css)/
              |---master.css
                   |---base.css
                   |---ie5mac.css(Macintosh IE5 Only Style Sheet)
                   |---ie5win.css(Windows IE5 Only Style Sheet)
			  |---master_color.css
                   |---color.css
			  |---lightbox.css
         |-/js(javascript)/
		      |---prototype.js
		      |---xmlhttp.js
		      |---lightbox.js
		      |---effects.js
--------------------------------------------------------------------- */

/*
---------------------------------------------------------------------
Suggested order:
---------------------------------------------------------------------
display
list-style
position
float
clear
width
height
margin
padding
border
background
color
font
line-height
text-decoration
text-align
text-indent
vertical-align
white-space
other text
content
exclude for some browser
--------------------------------------------------------------------- */

/* Imported Styles
----------------------------------------------- */
@import url("base.css");

/* IE5/Mac Only Styles Uses the IE5/Mac Band Pass Filter
----------------------------------------------- */
/*\*//*/
  @import url("ie5mac.css");
/**/

/* IE5/Win Only Styles Uses the Mid Pass Filter
----------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import url('ie5win.css'); /*";}
}/* */

