@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_new.gif") top left no-repeat;
text-indent: -9999em;
}

div.detail h3 {
background: url("../images/tit_h3_new_02.gif") top left no-repeat;
}

div.index div#main,
div.detail div#main {
position: relative;
margin: 0 2px;
padding-top: 12px;
background: #fff url("../images/listR_head_bg.gif") top left no-repeat;
}

div#newBg { background: url("../images/new_bg.gif") 470px 0 no-repeat;}

div.index div#main p.goTop,
div.detail div#main p.goTop {
padding: 0 20px 10px;
text-align: right;
font-size: 86%;
background: url("../images/listR_foot_bg.gif") bottom left no-repeat;
}

strong { font-weight: 700;}

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

Redefine - index

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

/* --- Redefine - mein --- */
div.index div#main dl#newList {
margin: 0 20px 10px;
border-bottom: 1px dashed #bcb3a5;
color: #999;
}

*:first-child+html div.index div#main dl#newList {
/* ie7 hack */
width: 635px;
margin: 0 auto 10px;
}

div.index div#main dl#newList dt {
width: 77px;
padding: 0.7em 3px 0.7em 15px;
border-top: 1px dashed #bcb3a5;
background: url("../../common/images/list_icon_01.gif") 0 1.1em no-repeat;
color: #ec6922;
float: left;
clear: left;
}
* html div.index div#main dl#newList dt { width: 95px;}
div.index div#main dl#newList dt.newFirst { border: none;}

div.index div#main dl#newList dd {
width: 512px;
padding: 0.7em 0 0.7em 27px;
border-top: 1px dashed #bcb3a5;
float: left;

}
* html div.index div#main dl#newList dd { width: 539px;}
div.index div#main dl#newList dd.newInfo { background: url("../../common/images/new.gif") 0 0.9em no-repeat;}
div.index div#main dl#newList dd.newFirst { border: none;}

div.index div#main dl#newList dd h4 a {
font-weight: 700;
color: #2f87c8;
}
div.index div#main dl#newList dd p.description { text-align: justify;}


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

Redefine - detail

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

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

div.detail div#main div#mainHead {
margin: 0 20px;
padding-bottom: 15px;
border-bottom: 1px dashed #ccc;
}

div.detail div#main p#newDate {
margin: 20px 0;
padding-left: 15px;
background: url("../../common/images/list_icon_01.gif") center left no-repeat;
font-size: 116%;
font-weight: 700;
color: #c00;
}

div.detail div#main h4#newName {
padding-left: 54px;
min-height: 31px;
background: url("../images/tit_h4_new.gif") center left no-repeat;
font-size: 160%;
font-weight: 700;
color: #2f87c8;
}
* html div.detail div#main h4#newName {
height: 31px;
margin-left: 16px;
margin-bottom: 0;
}

div.detail div#main div#newBox {
margin: 0 20px;
padding: 15px 0 0 0;
}

div.detail div#main div#newBox p {
margin-bottom: 15px;
text-align: justify;
}

div.detail div#main ul#imageList {
margin: 0 20px 15px;
}

div.detail div#main ul#imageList li {
margin-right: 17px;
float: left;
}
div.detail div#main ul#imageList li.marginFix { margin: 0;}

div.detail div#main ul#imageList li img {
/*height: 180px;*/
width: 200px;
}

div.detail div#main ul#pageNav {
margin: 0 20px 10px;
padding-top: 10px; 
border-top: 1px dashed #ccc;
font-size: 86%;
}

div.detail div#main ul#pageNav li#goPrev {
float: left;
}

div.detail div#main ul#pageNav li#goNext {
float: right;
}

div.detail div#main ul#pageNav li a { color: #2f87c8;}

