/* User's Guide CSS*/

div#guieMain{
    width:600px;
    margin:auto;
    text-align:center;
    font-size:12px;
    line-height:140%;
    }

div#guideLink{
    width:600px;
    margin:10px 0;
    text-align:right;
    clear: both;
    }

div#guideLink ul{
    width:540px;
    }

div#guideLink ul li{
    float:left;
    list-style:none;
    padding-right: 15px;
    }

div#method,
div#payment,
div#delivery,
div#tax,
div#return{
    width:580px;
    margin:20px auto;
    padding:60px 0 10px;
    }

div#method p,
div#payment p,
div#delivery p,
div#tax p,
div#return p{
    text-align:left;
    margin:auto;
    width:540px;
    color:#666;
    }

div#method{
    background:url(/images/useguide/3/guideTitle_method02.gif) no-repeat;
    }
div#payment{
    background:url(/images/useguide/3/guideTitle_pay02.gif) no-repeat;
    }
div#delivery{
    background:url(/images/useguide/3/guideTitle_delivery02.gif) no-repeat;
    }
div#tax{
    background:url(/images/useguide/3/guideTitle_tax02.gif) no-repeat;
    }
div#return{
    background:url(/images/useguide/3/guideTitle_return02.gif) no-repeat;
    }

/* clearfix */
.clearfix {
    display:block;
    }
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    }
.clearfix { 
    display: inline-block; 
    }
    
.clear{
    clear:both;
    }

/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
    margin:0;
    padding:0;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul li, ol li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}
img, input, select, textarea {
    vertical-align: middle;
}

/* IEfont ¡ófixed browser default 16px */

body{_font-size: 75%; /* 12px */ } /*for IE6*/
*+html body{font-size: 75%; /* 12px */ } /*for IE7*/ 
