/* entire */
body {
	font-size:85%;
	margin-left:20px;
	line-height:1.5;
}

/* box */
#wrapper {
	width: 600px;
}

#header {
	width:100%;
	height:50px;
	background:url(../image/head.png) 0 top no-repeat;
}

/* contents */
#title {
	color:#ffffff;
	margin:0;
	padding: 10px 0 0 10px;;
}

.desc {
	margin-top: 20px;
}

.desc2 {
	font-size:80%;
}

#inputdata {
	margin:20px 0;
}

table.inputdata th {
	padding:0 0 0 5px;
	text-align:left;
}

#submit {
	text-align:center;
	margin-top: 20px;	
}

table {
	line-height:2.0;	
}

h3,h4 {
	color:#FF0000;
}

