/* CSS Document */

body {
	background-color: #f9c;
}

#wrapper {
	width: 920px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}




#form_box {
	margin-top: 50px;
	padding-bottom: 50px;
	height: 100%;
}

form {
	display: inline;
}

dl {
	width: 810px;
	margin: 0 auto;
}

dt, dd {
	display: inline-block;
}

dt {
	width: 150px;
	font-size: 80%;
	text-align: right;
	color: #EB6DA5;
}

dd {
	width: 630px;
	font-size: 80%;
	padding: 10px;
	text-align: left;
}

#form input {
	width: 400px;
	height: 30px;
	font-size: 120%;
}

#form select.w200 {
	width: 200px;
}

select {
	height: 30px;
	font-size: 120%;
}


#form2 dt, #form2 dd {
	font-size: 100%;
}

#form2 input.w150 {
	width: 150px;
	height: 30px;
}

.ta_c {
	text-align: center;
}


.attention {
	color: #F00;
}


input#zip {
	width: 150px;
}




h1.pink {
	color: #EB6DA5;
	font-size: 29px;
	font-weight: bold;
}















