@charset "UTF-8";

/* -----------------------------------------------------------
    Basic Style for Ishizawa Laboratories
    (フルCSSレイアウトページ用)
    
      01. Basic Style
      02. Structure
      03. Self Clearing
      99. Browser Patch
----------------------------------------------------------- */


/* -----------------------------------------------------------
    01. Basic Style
----------------------------------------------------------- */
a:link,
a:visited{
color:#7a7262;
text-decoration:none;
}

a:hover,
a:active{
text-decoration:underline;
}

strong{
font-weight:bold;
}


/* -----------------------------------------------------------
    02. Structure
----------------------------------------------------------- */
body{
line-height:1;
color:#7a7262;
font-size:100.01%;
font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
text-align:center;
}

#bodyContainer{
margin:10px auto;
width:960px;
overflow:hidden;
text-align:left;
font-size:0.69em;
text-align:left;
}

#str-contents{
margin-bottom:25px;
}

#str-main{
float:left;
width:745px;
}

#str-sidebar{
float:right;
width:185px;
overflow:hidden;
}

body.home #bodyContainer{
width:960px;
}

body.home #str-main{
margin-right:20px;
}

body.home #str-sidebar{
float:left;
width:195px;
}

body.home #str-subbar{
width:170px;
float:right;
}

#str-footer{
padding-top:15px;
border-top:1px solid #7d735a;
}


/* -----------------------------------------------------------
    03. Self Clearing
----------------------------------------------------------- */
#str-contents:after,
#str-main:after{
display:block;
visibility:hidden;
clear:both;
height:0;
content:" ";
}

#str-contents,
#str-main{
zoom:1;
}


/* ----------------------------------------------------------
    99. Browser Patch
----------------------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio:0px) {
    #str-footer p.concept{
        font-size:0.62em;
    }
}
