@charset "Shift_JIS";

a:link{color:#3366FF; text-decoration:none;}
a:visited{color:#3366FF; text-decoration:none;}
a:hover{color:#6699FF; text-decoration:underline;}
a:active{color:#6699FF; text-decoration:underline;}


/*メイン------------------------------------ */
div#campaignBase{
background-color: #ff8600;
width: 728px;
margin: 0;
padding: 0;
}



/*ヘッダー*/
div#campaignHead{
background-image: url(/campaign/images/main_up.gif);
background-repeat: no-repeat;
height: 85px;
}

/*タイトル*/
div#campaignTitle{
float:left;
background-image: url(/campaign/images/campaign_title.png);
background-position: 32px 30px;
background-repeat: no-repeat;
width: 285px;
height: 85px;
text-indent: -9999px;
}

/*日付*/
div#campaignDate{
float: right;
width: 380px;
font-size: 150%;
font-weight: bold;
text-align: right;
color: #FFFFFF;
padding: 40px 40px 0 0;
}


/*テーマ*/
div#campaignTheme{
clear: both;
}

div#campaignTheme h2{
color: #FFFFFF;
font-size: 300%;
font-weight: bold;
line-height: 1.2;
margin: 20px 40px 10px 40px;
}

div#campaignTheme p{
color: #FFFFFF;
margin: 0 40px 0 40px;
font-size: 120%;
}



/* 商品一覧
---------------------------------------------*/
.productList {
clear:left;
background-image: url(/campaign/images/campaign_hr.gif);
background-repeat: no-repeat;
background-position: botom;
min-height: 2px;
margin: 10px 0 20px 40px;
}

.productList li {
float: left;
background: #FFFFFF;
width: 198px;
margin: 15px 12px 10px 0;
list-style: none;
padding: 10px 0 12px 10px;
border: 1px solid #999999;
}

.productList h3 span {
display: block;
width: 186px;
padding: 10px 0 0 0;
font-size: 110%;
font-weight: bold;
line-height:1.2;
}

.productList h3 img {
border: 1px solid #CCCCCC;
}

.productList dl {
width: 190px;
}

.productList h4 {
width: 190px;
padding: 2px 0 10px 0;
font-size: 90%;
color:#666666;
font-weight:normal;
}

div.productList h5 img{
float:left;
display:block;
border-style: none;
color:#FF4E00;
}

div.productList h5 span{
float:left;
display:block;
margin:0 10px 0 0;
font-size: 150%;
font-weight:bold;
color:#FF4E00;
vertical-align: bottom;
}

div.productList h5 span.normal {
font-size: 60%;
font-weight: normal;
color:#666666;
}

div.productList dd.detail {
clear:both;
width:190px;
padding:4px 0 0 0;
text-align:center;
}






/*次回予告*/
div#nextcampaign{
clear: both;
background-image: url(/campaign/images/campaign_hr.gif);
background-repeat: no-repeat;
background-position: top;
font-size: 120%;
width: 648px;
margin: 0 0 0 40px;
padding-top: 20px;
color: #FFFFFF;
}

/*フッター*/
div#basefoot{
background-image: url(/campaign/images/main_dn.gif);
background-repeat: no-repeat;
background-position: bottom;
height: 40px;
}


