/* 共通項目 */
/*////////////////////////////////////////////////////////////*/


body               { margin            : 0px 0px 0px 0px ; 
					 background-color  : #C3C3E0 ;
					 background-image  : url(../images/b.gif) ;
                     background-repeat : repeat-y ;
					 background-position: 50% 0%;
                     font-size         : small   ;
					 line-height       : 180%    ;
                     font-family       : "Osaka", "Verdana", "ヒラギノ角ゴ Pro W3","MS UI Gothic" }

h1                 { font-weight       : bold ; 
                     font-size         : medium ;
                     font-family       : "Osaka", "Verdana", "ヒラギノ角ゴ Pro W3","MS UI Gothic" ;                
                     padding           :   5px   3px   3px   10px ;
                     margin            :   0px   0px   7px   0px ;
                     background-color  : #FFF ;
					 border-bottom     : 1px solid  #C3C3E0 ;
                     border-left       : 8px solid  #423DA3 ; }

h2                 { font-weight       : bold ; 
                     font-size         : medium ;
                     font-family       : "Osaka", "Verdana", "ヒラギノ角ゴ Pro W3","MS UI Gothic" ;                
                     padding           :   5px   3px   3px   5px ;
                     border-left       : 8px solid  #8C7960 }


a:hover            { background-color  : #e0e0e0 ;
                     color             : #FF3300 }

.navi a:link       { color             : #FFFFFF ;font-size        : small }
.navi a:hover      { color             : #FF3300 ;font-size        : small }
.navi a:visited    { color             : #FFFFFF ;font-size        : small }

.summary           { font-size   : x-small ;
                     line-height : 180%  ;
					 font-family : "Osaka", "Verdana", "ヒラギノ角ゴ Pro W3","MS UI Gothic" ;}

.size-XS           { font-size  : xx-small ;
                     line-height: 150% }
.size-S            { font-size  : x-small  ; 
                     line-height: 150% }
.size-M            { font-size  : small  ; 
                     line-height: 150% }
.size-L           { font-size  : medium   ; 
                     line-height: 150% }
.size-XL           { font-size  : large    ; 
                     line-height: 150% }



/* メニュー特有 */
/*////////////////////////////////////////////////////////////*/


td#price li        { font-size   : x-small ;
                     line-height : 180%    ;
                     list-style-type : none ; }

table#menu-tsukemen  { background-image:url(../images/b_menu_tsukemen.jpg); 
                     background-repeat: no-repeat; 
                     background-position: 100% 100%;
					 height:150px; }
					 
table#menu-ramen     { background-image:url(../images/b_menu_ramen.jpg); 
                     background-repeat: no-repeat; 
                     background-position: 100% 100%;
					 height:150px; }
					 
table#menu-topping   { background-image:url(../images/b_menu_topping.jpg); 
                     background-repeat: no-repeat; 
                     background-position: 100% 100%;
					 height:150px; }

table#menu-side      { background-image:url(../images/b_menu_side.jpg); 
                     background-repeat: no-repeat; 
                     background-position: 100% 100%;
					 height:150px; }

				 
