
/*==================================================================

common.css
www.saunashi.com

================================================================== */

/*  import
============================================================*/
@import "import.css";

body {
    color: #333333;
    font-size: 12px;
    line-height:1.5;
    font-family: "Arial, Helvetica, Verdana, ‚l‚r ‚oƒSƒVƒbƒN, Osaka, ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

a { color: #333333; text-decoration: none;}
a:hover { color: #A1A900; text-decoration: none;}

p {margin:0; padding:0 0 5px 0;}
p.padB20 {margin:0; padding:0 0 20px 0;}

/*  header
============================================================*/

#headerWrap {
    width: 100%;
    height: 75px;
}

#header {
    width: 890px;
    margin: 0 auto;
    padding-top: 32px;
}

.headerL {
    float: left;
    width: 318px;
}

.headerR {
    float: right;
    width: 280px;
}

.headerR p{
    padding-top: 11px;
    text-align: right;
}

#logo {
    float: left;
    width: 165px;
    height: 26px;
    padding-left: 9px;
}


/*  nav
============================================================*/

#navWrap {
    width: 100%;
    height: 65px;
    background: url(../images/common/sf_nav_bg.gif) repeat-x;
    padding: 0;
    margin-bottom: 24px;
}

#nav {
    width: 890px;
    margin: 0 auto;
}

#nav ul {
    width: 890px;
}

#nav ul li {
    float: left;
}


/*  contents
============================================================*/

#contentsWrap {
    width: 100%;
    margin: 0;
    padding: 0;
}

#contents {
    width: 890px;
    margin: 0 auto;
    padding-bottom: 95px;
}

#contentsTop {
    width: 890px;
    margin: 0 auto;
    padding-bottom: 50px;
    /padding-bottom: 20px;
}

#main {
    float: left;
    width: 650px;
    line-height:1.5;
}

#main p {
    font-size: 12px;
    line-height: 2.25;
}

#main h2 {
    width: 650px;
    padding-bottom: 15px;
}

#main h3 {
    margin: -10px 0 33px 0;
}

#main .topic-path {
    width: 650px;
    text-align: right;
    margin: 0 0 30px 0;
}

#main .topic-path p {
    font-size: 10px;
    color: #999999;
}

#main .topic-path a {
    color: #333333;
    text-decoration: none;
}

#main .topic-path a:hover {
    color: #999999;
    text-decoration: none;
}

.contentsIn {
    background: url(../images/common/sf_main_frame-top.jpg) no-repeat left top;
}

.contentsInB {
    width: 570px;
    padding: 50px 40px;
    background: url(../images/common/sf_main_frame-bottom.jpg) no-repeat right bottom;
}

#side {
    float: right;
    width: 220px;
}

#sideTop {
    float: right;
    width: 220px;
    text-align: center;
}

.sideNavBox {
    width: 180px;
    padding: 15px 20px;
    background: url(../images/common/sf_sm_bg.gif) repeat-y;
}

.sideNavBoxB {
    margin: 0 0 20px 0;
}

.sideNavBox ul li {
    padding: 0;
    margin: 0;
}

.information {
    width: 220px;
}

#sideTop .information {
    width: 220px;
    padding: 0;
}

.information h4 {
    width: 220px;
    padding: 0 0 20px 0;
}

.information ul li {
    padding: 0 5px 5px 5px;
    margin: 0;
}



/*  footer
============================================================*/

#footerWrap {
    clear: both;
    width: 100%;
    background: #4B4B4B url(../images/common/sf_footer_bg.jpg) repeat-x;
    padding-bottom: 10px;
}

#footer {
    width: 890px;
    margin: 0 auto;
}

#footer ul {
    padding: 28px 0 60px 0;
}

#footer ul li {
    float: left;
}

#footer .pagetop {
    position: relative;
}

#footer .pagetop p {
    position: absolute;
    top: 0;
    right: 0;
}


/*  other
============================================================*/

.txtCenter {
    text-align: center;
}

.clear {
    clear: both;
}

.padL2 {padding-left: 2px;}

#main p.lead {
    color: #333333;
    font-size: 14px;
    padding: 10px 0 25px 0;
}