@charset "utf-8";

/*------------------------------------------------------------------------------
Pommefood Group - CSS Modules Import
URL: http://
Date: 2007-11-05
Copyright (C) Pommefood Group.co.ltd. All Rights Reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

Redefine - common

---------------------------------------- */

div#contents  { padding: 24px 39px 10px 48px;}
*:first-child+html div#contents  { margin-bottom: 10px; padding-bottom: 0;}

div.index h3,
div.detail h3 {
height: 32px;
width: 694px;
margin-bottom: 14px;
background: url("../images/tit_h3_menu.gif") top left no-repeat;
text-indent: -9999em;
}

h3#omelet { background: url("../images/tit_h3_menu_omelet.gif") top left no-repeat;}
h3#pasta { background: url("../images/tit_h3_menu_pasta.gif") top left no-repeat;}
h3#doria { background: url("../images/tit_h3_menu_doria.gif") top left no-repeat;}
h3#salad { background: url("../images/tit_h3_menu_salad.gif") top left no-repeat;}
h3#other { background: url("../images/tit_h3_menu_other.gif") top left no-repeat;}

div.index div#main,
div.detail div#main {
position: relative;
margin: 0 2px;
padding: 20px 0 20px 20px;
background-color: #fff;
}

div.detail div#main p.goTop {
margin-right: 20px;
padding-top: 10px;
border-top: 1px dashed #ccc;
text-align: right;
font-size: 86%;
}

strong { font-weight: 700;}

/* ----------------------------------------

Redefine - index

---------------------------------------- */

/* --- Redefine - mein --- */

div.index div#main ul#menuCategory li {
margin:0 19px 10px 0;
float: left;
}

div.index div#main ul#menuCategory li a {
display: block;
height: 57px;
width: 295px;
padding-top: 50px;
padding-left: 20px;
line-height: 1.4;
text-decoration: none;
font-size: 86%;
color: #444;
}
* html div.index div#main ul#menuCategory li a { height: 107px; width: 315px;}

div.index ul#menuCategory li#buttonOmelet a { background: url("../images/button_menu_01.jpg") top left no-repeat;}
div.index ul#menuCategory li#buttonPasta a { background: url("../images/button_menu_02.jpg") top left no-repeat;}
div.index ul#menuCategory li#buttonDoria a { background: url("../images/button_menu_03.jpg") top left no-repeat;}
div.index ul#menuCategory li#buttonSalad a { background: url("../images/button_menu_04.jpg") top left no-repeat;}
div.index ul#menuCategory li#buttonOther a { background: url("../images/button_menu_05.jpg") top left no-repeat;}
div.index div#main ul#menuCategory li a:hover { background-position: bottom left; color: #fff;}

div.index div#main p.description {
margin: -50px 19px 0 0;
text-align: right;
}

/* ----------------------------------------

Redefine - detail

---------------------------------------- */

/* --- Redefine - mein --- */

* html div.detail div#main ul#menuList,
*:first-child+html div#main ul#menuList {
padding-bottom: 20px;/* IE6+7 hack */
}

div.detail div#main ul#menuList li {
display: inline;/* IE6 hack */
width: 200px;
margin: 0 23px 20px 0;
float: left;
}

ul#menuList li p.menuPict {
padding-bottom: 7px;
}
ul#menuList li h4.menuName {
padding-bottom: 2px;
line-height: 1.0;
font-size: 125%;
color: #ed6d00;
}
ul#menuList li p.menuPrice {
padding-bottom: 5px;
border-bottom: 2px solid #bd9e7e;
}
ul#menuList li p.menuPrice span {
line-height: 1.0;
font-size: 125%;
font-weight: 700;
}
ul#menuList li p.description {
padding-top: 5px;
font-size: 86%;
}

div.detail div#main p.description2 {
margin: 0 20px 10px;
text-align: right;
font-size: 84%;
color: #666;
}