#wrapper {
    width:1000px;
    overflow:hidden;
    margin: 0 auto;
    padding:0 auto;
    background:  url(../../img/pc/top/top_bgr.png) repeat;
}
header#pc-header {
    height: 90px;
    width: 100%;
    background: #D9D9D9 url(../../img/pc/top/head.png) repeat-x;
    box-shadow: 2px 2px 2px #d4d4d4;
}
footer#footer{
    height: 90px;
    width: 100%;
    background: #D9D9D9 url(../../img/pc/top/footer.png) repeat-x;
}
footer#footer div.copy{
    color:#333333;
    float:left;
    width:620px;
    margin-top:35px;
    margin-left:20px;
    text-align: right;
}
footer#footer div.button{
    float: right;
    margin-right: -2px;
    margin-top: 25px;
    position: relative;
    cursor: pointer;
}
footer#footer  div.button a{
    float:right;
    margin-right:20px;
    width:124px;
    height:39px;
}
.btn_right{
    float:right;
    height:100%;
    cursor: pointer;
}
.btn_right a{
    width:150px;
    height:28px;
    margin-right: 23px;
}
a img{
    border-color:none;
    border-style : none;
}

::-webkit-input-placeholder {
   color: #AFACAC !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #AFACAC !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #AFACAC !important;  
}

:-ms-input-placeholder {  
   color: #AFACAC !important;
}

input:-moz-placeholder { color:#AFACAC; }

.placeholder{
	color: #AFACAC !important;
}