@charset "utf-8";
/* CSS Document */

body{
    background: none;
}

.wrap{
    width: 640px;
    padding: 0 5px 40px;
    margin: 0 auto;
}

.header{
    width: 418px;
    height: 50px;
    margin-bottom: 25px;
    padding: 65px 0 0 222px;
    border-bottom: 5px solid #f6aa00;
    background: url(../images/message/header_bg.jpg) no-repeat;
    
}

.header p{
    font-size: 13px;
}

.form{
    margin: 0 auto 30px;
    width: 570px;
}

.form th{
    width: 130px;
    padding: 17px 15px 15px;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    border-bottom: 2px solid #fff;
    background-color: #fdeecd;
}

.form td{
    padding: 15px;
    border-bottom: 2px solid #fff;
}

.form td input,.form td textarea{
    width: 100%;
    padding: 2px;
}

.form td textarea{
    height: 150px;
    resize: none;
}

.submit_area{
    width: 100%;
    text-align: center;
}

.submit_area input{
    width: 100px;
    height: 40px;
}

.thanks_waku {
	text-align: center;
	height: 320px;
	width: 600px;
	padding-top: 180px;
}
    