@charset "UTF-8";

/* common */

* {
margin: 0px;
padding: 0px;
}

body {
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: normal;
font-size: 13px;
line-height:1.75em;;
}

body#static {
background-color:#C82D14;
background-image:url(../img/design/static_bg.gif);
background-repeat:repeat-x;
}

body#cart {
background-color:#FFFFFF;
background-image:url(../img/design/cart_bg.gif);
background-repeat:repeat-x;
}

a{
color:#D80600;
text-decoration:underline;
}

a img{
-moz-transition: 0.2s;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}

a:hover.alpha img{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

#wrapper{
width:100%;
text-align:center;
}


/* header */

#header{
margin:-22px auto 0 auto;
width:960px;
height:55px;
text-align:left;
background-color:#C82D14;
position:relative;
}

#header h1{
left:11px;
top:5px;
position:absolute;
visibility:visible;
}

#header img#header_logo_nestle{
left:833px;
top:15px;
position:absolute;
visibility:visible;
}

/* global_menu */

#global_menu {
margin:-28px 0 0 0;
width:960px;
height:52px;
background-color:#C82D14;
padding:13px 0;
position:relative;
z-index:1;
}

#global_menu {

}

#global_menu,  x:-moz-any-link  {
margin:-30px 0 0 0; /* Firefox */
}

* html#global_menu  {
margin:-35px 0 -30px 0; /* IE6 */
}

*+html #global_menu  {
margin:-30px 0 0 0; /* IE7 */
}

#global_menu {
margin:-29px 0 0 0\9; /* IE8 */
}

:root #global_menu {
margin:-7px 0 0 0 \0/; /* IE9 */
}

#cssdropdown, #cssdropdown ul { list-style: none; position:absolute; /position:static; }
#cssdropdown { background-color: #830A00; width: 900px; _width: 960px; height:52px; margin-bottom: 21px; padding-left: 60px; }
#cssdropdown li.headlink { float: left; text-align: center; }
#cssdropdown li.headlink a { display: block; padding: 10px; }
#cssdropdown li.headlink ul { display: none; text-align: left; padding:7px 14px 7px 7px; z-index:9999; width:130px; _width:120px;}
*:first-child+html #cssdropdown li.headlink ul {width:100%;}
#cssdropdown li.headlink:hover ul { display: block; z-index:9999; }
#cssdropdown li.headlink ul li a { padding:0 0 7px 0; margin:0 0 7px 0; height: 17px; color:#FFFFFF; border-bottom:1px solid #FFFFFF; font-size:11px; z-index:9999; text-decoration:none;}
#cssdropdown li.headlink ul li a:hover { color:#F9B497;}
#cssdropdown li.headlink ul { background-image: url(../img/design/global_menu_dropdown.png); background-position: bottom right; padding-bottom: 10px; z-index:9999; }


/* footer */

#footers_wrapper {
width:100%;
background-color:#FFFFFF;
}

#footers{
margin:0 auto;
width:860px;
padding:20px 42px 10px 42px;
_padding:20px 0px 10px 0px;
clear:both;
background-color:#FFFFFF;
}

#footers ul#footer_navi{

}

#footers ul#footer_navi li{
list-style:none;
display:inline;
margin-right:8px;
line-height:2em;
}

#footers ul#footer_navi li a{
color:#5A1E00;
}

#footers ul#footer_navi li a:hover{
background-color:#FCDFDA;
text-decoration:none;
}

#footers ul#footer_link{
border-top:1px solid #5A1E00;
border-bottom:1px solid #5A1E00;
margin:15px 0;
padding:8px 0;
}

#footers ul#footer_link li{
list-style:none;
display:inline;
font-size:10px;
margin-right:8px;
}

#footers ul#footer_link a:hover{
background-color:#FCDFDA;
text-decoration:none;
}

#footers p#copyright{
color:#5A1E00;
font-size:10px;
}

/* contents */

#content{
margin:0 auto;
width:960px;
}

#main_contents {
    width:960px;
    text-align: center;
    background-image: url(../img/design/contents_bg.jpg);
    margin-bottom:0;
}

#main_contents h2{
    text-align: center;
    background-image: url(../img/design/h2_bg.jpg);
    width: 960px;
    height: 178px;
    _height: 223px;
    font-size: 30px;
    line-height: 30px;
    color: #5B1E01;
    padding-top:45px;
    background-repeat: no-repeat;
    font-weight: bold;
    margin:0 0 -24px 0;
}

#main_contents h3{
    margin: 24px auto 12px auto;
    text-align: center;
    background-image: url(../img/design/h3_bkgnd.jpg);
    width: 616px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 0px;
    background-repeat: no-repeat;
    font-weight: bolder;
    clear:both;
}

#main_contents h4{
    margin: 24px auto 12px auto;
    background-color: #F25B1F;
    width: 605px;
    height: 22px;
    padding: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: left;
    text-indent: 10px;
    
}

#main_contents h5{
    margin: 24px auto 12px auto;
    width: 570px;
    height: 18px;
    padding: 2px auto;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #CC0000;
    
}

#main_contents p{
    margin: 0px auto 12px auto;
    width: 570px;
    text-align: left;
}

#main_contents .note{
   border: 1px dotted #CCCCCC;
   margin-bottom: 15px;
   padding: 10px;
   text-align: center;
   line-height: 14px;
   margin-left: auto;
   margin-right: auto;
   width: 550px;
   background-color:#F3F3F3;
}

#main_contents img{

}

#main_contents dl{
    text-align: left;
    margin: 0px auto 12px auto;
    width: 570px;
}

#main_contents dd {
    margin: 0;
    font-weight: bold;
    padding: 0px;
    line-height: 22px;
    background-image: url(../img/design/faq_q.jpg);
    background-repeat: no-repeat;
    padding-left: 65px;
    float:left;
    width:220px;
    min-height:65px;
}

#main_contents dt{
    border-bottom: dotted 1px #F25B1F;
    line-height: 22px;
    background-image: url(../img/design/faq_a.jpg);
    background-repeat: no-repeat;
    background-position: 285px 0;
    padding-left: 350px;
    width:220px;
    padding-bottom:10px;
    margin-bottom:10px;
    min-height:65px;
}

#main_contents table {
    text-align: left;
    width: 580px;
    margin: 0px auto 10px auto;
}

#main_contents th {
    text-align: left;
    padding-left: 10px;
    background-color: #F3F3F3;
}

#main_contents td {
    line-height: 27px;
    padding-left: 10px;
    background-color: #F3F3F3;
}

#main_contents p.btn{
    width:200px;
    height:28px;
    padding:10px;
    font-size:28px;
    line-height:28px;
    text-align:center;
    color:#FFFFFF;
    font-weight:bold;
    background-color:#A7CD1F;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin:10px auto 10px auto;
    text-decoration:none;
    background: -moz-linear-gradient(top, #C8E75F, #98BC1D);
    background: -webkit-gradient(linear, left top, left bottom, from(#C8E75F), to(#98BC1D));
    corder:1px solid #A7CD1F;
}

#main_contents p.btn a{
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
    text-shadow:0px -1px  1px rgba(0, 0, 0, .4), 0px 1px #fff;
}

#main_contents p.btn:hover{
    position:relative;
    top:1px;
    background: -moz-linear-gradient(top, #9BC01D, #728C15);
    background: -webkit-gradient(linear, left top, left bottom, from(#9BC01D), to(#728C15));
}

#main_contents p.btn:hover a{
    color:#CCCCCC;
}


/* contact */

#contactForm {
    margin: 0;
}

#contactForm table {
    width: 616px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color:#333;
    background-color: #fff;
    clear:both;
    padding: 0;
    white-space: normal;
    border-spacing: 0px;
    border-collapse: collapse;
}
#contactForm table tr th {
    color: #555;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 3px;
    font-weight: bold;
    line-height: 130%;
    width: 180px;
}
#contactForm table tr td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: none;
    padding: 3px;
    text-align: left;
    vertical-align:top;
    line-height: 150%;
}

#contactBtns {
    width:570px;
    margin:50px auto;
}

#contactPress{
    float:left; 
    margin-bottom:50px;
}

#contactGeneral{
    float:right;
    margin-bottom:50px;
}

/* howto */

#howtos div.thum{
    margin-bottom: 16px;
}

#howtos p.note{
    text-align:left;
    line-height:1.5em;
}


/* gallery */

#gallerysBox {
    margin: 0px auto 0px auto;
    width: 592px;
}

#gallerysBox .bk{
    width: 146px;
    height: 112px;
    float: left;
}

#gallerysBox .bk img{
    border: 5px solid #FFFFFF;
}

#main_contents.gallery h2{
    text-align: center;
    background-image: url(../img/design/h2_gallery_bg.jpg);
    width: 960px;
    height: 196px;
    _height: 238px;
    font-size: 30px;
    line-height: 30px;
    color: #5B1E01;
    padding-top: 52px;
    background-repeat: no-repeat;
    font-weight: bold;
    margin:0 0 12px 0;
}

/* top_back */

#top_back {
    width:616px;
    height:13px;
    background-image:url(../img/design/main_contents_foot.jpg);
    padding:0px 172px 84px 172px;
    text-align:right;
    margin-top:0;
}

#top_back a {
    text-decoration:underline;
}

#top_back_make {
    width:616px;
    _width:960px;
    height:15px;
    background-image:url(../img/design/main_contents_foot_make.jpg);
    padding:0px 172px 163px 172px;
    _padding:0px 172px 38px 172px;
    margin-top:0;
    /margin-top:-3px;
}

#top_back_make p {
    text-align:right;
}

#top_back_make img {
    text-align:center;
    margin-top:62px;
}

#top_back_make.howto img {
    text-align:center;
    margin-top:50px;
}

#top_contents h2,
#top_contents h3,
#top_contents p{
margin:0;
padding:0;
}

#top_contents #top_contents1{
background-image:url(/img/design/top/bg01.png);
width:960px;
height:620px;;
position:relative;
z-index:0;
}

#top_contents #top_contents1 #top_contents_logo{
position:absolute;
left:0px;
top:0px;
z-index:1;
visibility:visible;
}

#top_contents #top_contents1 #top_contents_twit{
position:absolute;
left:553px;
top:20px;
z-index:2;
visibility:visible;
}

#top_contents #top_contents1 #top_contents_main_img{
position:absolute;
left:39px;
top:149px;
z-index:3;
visibility:visible;
}

#top_contents #top_contents1 #top_contents_main_img2{
position:absolute;
left:328px;
top:149px;
z-index:3;
visibility:visible;
}

#top_contents #top_contents1 #top_contents_shipping{
position:absolute;
left:668px;
top:180px;
z-index:4;
visibility:visible;
}

#top_contents #top_contents1 #top_contents_shipping_date{
position:absolute;
left:643px;
top:218px;
width:266px;
height:38px;
text-align:center;
z-index:5;
visibility:visible;
}

#top_contents #top_contents1 #top_contents_dash{
position:absolute;
left:633px;
top:300px;
z-index:6;
visibility:visible;
}

#top_contents #top_contents1 #top_contents_dash_end{
position:absolute;
left:616px;
top:300px;
z-index:6;
visibility:visible;
}

#top_contents #top_contents1 #top_contents_dash_date{
position:absolute;
left:642px;
top:368px;
width:266px;
height:38px;
text-align:center;
z-index:7;
visibility:visible;
}

#top_contents #top_contents1 #top_contents_shipping_date img,
#top_contents #top_contents1 #top_contents_dash_date img{
margin-right:-2px;
}


#top_contents #top_contents1 #top_contents_news{
position:absolute;
left:61px;
top:468px;
z-index:8;
visibility:visible;
}

#top_contents #top_contents1 #top_contents_news_text{
position:absolute;
left:148px;
top:462px;
width:738px;
height:14px;
text-align:left;
z-index:999;
visibility:visible;
overflow:hidden;
background-color:#FFFFFF;
padding:7px 14px;
cursor:pointer;

border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;

-moz-transition:0.2s;
-webkit-transition:0.2s;
-o-transition:0.2s;
transition:0.2s;
}

#top_contents #top_contents1 #top_contents_news_text:hover{
top:296px;
height:180px;
overflow:auto;
}

#top_contents #top_contents1 #top_contents_news_text p{
margin-bottom:10px;
font-size:14px;
line-height:175%;
color:#5A1E00;
}

#top_contents #top_contents1 #top_contents_news_text span{
color:#FF876E;
font-weight:bold;
}

#top_contents #top_contents1 #top_contents_makebtn{
position:absolute;
left:316px;
top:516px;
z-index:10;
visibility:visible;
}

#top_contents #makebtn_bg1{
background-image:url(/img/design/top/makebtn_bg.png);
width:329px;
height:66px;
padding:10px 315px 30px 316px;
}

#top_contents #makebtn_bg2{
background-image:url(/img/design/top/makebtn_bg2.png);
width:329px;
height:66px;
padding:7px 315px 46px 316px;
}
