@charset "utf-8";

/** 全ページに共通するCSS */

html {
    margin: 0;
    padding: 0;
    background-color: white;
    height:100%;
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
}

body {
    margin:0;
    padding:0 0 30px 0;
    color: #111111;
    font: 13px/16px "ＭＳ Ｐゴシック",Osaka,sans-serif;
    *font-size: small;
    *font: x-small;    
}

a {
    outline: none;
    color: #111111;
}

/* ClearFix ->  */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size: 0;	
    clear: both; 
    visibility: hidden;
}
	
.clearfix {
    display: inline-block;
} 

* html .clearfix {
    height: 1%;
}
.clearfix {
    display:block;
}
/* <- ClearFix  */


.block {
    display: block;
}

#header {
    margin:0 4px;
    height:117px;
}

#header h1 {
    position: absolute;
    top: 46px;
}

#header h2 {
    font-size: 11px;
    position: absolute;
    top: 2px;
}

#header #headAd {
    right: 30px;
    top: 36px;
    position: absolute;
}

#header a.goTop {
    display: block;
    margin-top:18px;
}

#body {
    width:758px;
    margin:0 auto;
    position: relative;
}

#footer {
    padding-top:4px;
    margin:0px 4px;
    height:40px;
    font-size:12px;
    line-height: 12px;    
}

#footer ul {
    display: block;
    padding-top:15px;
    height:25px;
    background-image: url(../images/footer_bg.png);
}

#footer ul li {
    display: inline-block;
    float:left;
}

#footer ul li a {
    color:black;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer ul li.maker {
    width:120px;
    padding-left:3px;
    padding-right:15px;
    text-align: center;
}

#body .whiteBox {
    margin-bottom: 12px;
}

div.whiteBox div.paper {
    background-image: url("../images/contents_box_middle.png");
    padding:0 4px;
}

/*
div.whiteBox div.paper div.content {
    padding:30px 44px 30px 44px;
}
*/

.plainBox {
    padding:4px 4px 16px;
}

.plainBox .paper {
    background-color: white;
}

.adv {
    text-align: center;
}

.advCell {
    position: relative;
    height: 90px;
    width: 728px;
    margin: 0 auto;
    overflow: hidden;
}

.advCellLast {
    margin-top: 5px;
}

.air {
    width:758px;
    margin:0 auto;
    position:relative;
}

.side {
    width:160px;
    height:600px;
    position:fixed;
    top:120px;
    z-index:-1;
}

.leftSide {
    left:0;
}

.rightSide {
    right:0;
}