
/*-----------------------------------------------------
ブロックわけ
-------------------------------------------------------*/
/*--- Blocks ----*/

#wrapper{ 
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding:0;
}

_#wrapper {
    min-width: 950px;
}

#header {
    background: rgba(0, 0, 0, 0) url("/img/head_950.gif") no-repeat scroll left bottom;
    height: 63px;
    margin:0 auto;
    max-width:950px;
    text-align:left;
}

.content{
    width: 100%;
    padding: 0px;
  }
.mainBox950{ 
    width: 100%;
    margin:0 auto;
}

.bgECECEC {
    background-color: #ececec;
}

.close_btn { 
	margin: 30px auto ; 
	width:180px;
}

#footer2 {
    border-top: 2px solid #000;
    width:950px;
}

#footer2 .footer2_line {
    border-top: 1px solid #c00;
    height: 1px;
    text-align:left;
}
