@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  { margin: 0 29px 15px; padding: 0 16px;}
*:first-child+html div#contents  { padding-bottom: 0;}

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

div.detail h3 { height: 41px;}

h3#umeda { background: url("../images/tit_h3_menu_01.gif") top left no-repeat;}
h3#palette { background: url("../images/tit_h3_menu_02.gif") top left no-repeat;}
h3#apple { background: url("../images/tit_h3_menu_03.gif") top left no-repeat;}
h3#pierre { background: url("../images/tit_h3_menu_04.gif") top left no-repeat;}

div.index div#main,
div.detail div#main {
position: relative;
padding: 20px 0 10px 20px;
background-color: #fff2d4;
}
*:first-child+html div#main { padding-bottom: 20px;}

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

* html div.detail div#main p.goTop {
margin-top: 20px;
}

strong { font-weight: 700;}

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

Redefine - index

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

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

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

div.index div#main ul#menuCategory li a {
display: block;
height: 140px;
width: 133px;
padding-top: 46px;
padding-left: 20px;
padding-right: 160px;
line-height: 1.4;
text-decoration: none;
font-size: 86%;
color: #250c03;
}

* html div.index div#main ul#menuCategory li a {
height: 186px;
width: 313px;
}

div.index ul#menuCategory li#buttonUmeda a { background: url("../images/button_menu_01.jpg") top left no-repeat;}
div.index ul#menuCategory li#buttonPalette a { background: url("../images/button_menu_02.jpg") top left no-repeat;}div.index ul#menuCategory li#buttonApple a { background: url("../images/button_menu_03.jpg") top left no-repeat;}
/* div.index ul#menuCategory li#buttonPierre a { background: url("../images/button_menu_04.jpg") top left no-repeat;} */

div.index ul#menuCategory li#buttonUmeda a:hover,
div.index ul#menuCategory li#buttonPalette a:hover,
div.index ul#menuCategory li#buttonApple a:hover,
div.index ul#menuCategory li#buttonPierre a:hover { background-position: bottom left; color: #fff;}

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

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 19px 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: #81292c;
}
ul#menuList li p.menuPrice {
padding-bottom: 5px;
border-bottom: 2px solid #412c24;
}
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;
}
