@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
outline: none;
border: none;
}

body {
font-family: Tahoma, Osaka-UI, "MS UI Gothic", sans-serif;
font-size: 13px;
line-height: 18px;
text-align: center;
color: #333;
}

#wrapper {
width: 635px;
height: 1080px;
float: left;
}

/*
#wrapper img { float: left;}
*/

#header {
width: 385px;
height: 200px;
text-align: left;
padding-left: 20px;
float: left;
}

.creater {
width: 100px;
height: 200px;
text-align: center;
padding-right: 10px;
float: left;
}

#btn {
width: 615px;
height: 20px;
padding: 10px;
font-size: 14px;
line-height: 20px;
}
#btn form input {
width: 100px;
height: 20px;
font-size: 14px;
line-height: 18px;
background: url(../image/btn_mpcls.png) top left no-repeat;
}

p.comment {
padding-left: 28px;
text-indent: -28px;
}



