@charset "utf-8";

/* CSS Document */

/*==========================================================================================

	// enquete.html

==========================================================================================*/

div#main h1 {
	height: 70px;
	background: url(../images/enquete-h1.gif) no-repeat;
	text-indent: -999999px;
}


div#main h2,div#main h3 {
	text-indent: -999999px;
}



div#main dl {
	margin: 10px 30px 20px 20px;
	line-height: 20px;
}



div#main dl dt {
	color: #FF0066;
	font-weight: bold;
	font-size: 123.1%;
}



div#main dl dd {
	margin-bottom: 5px;
}


div#main dl dd textarea {
	height: 60px;
	width: 500px;
}


input[type="text"] {
	height: 17px;
	width: 120px;
}


input[type="radio"] {
	margin: 3px;
}


input[type="submit"] {
	text-align: center;
}


div#main span#submitButton {
	display: block;
	margin: 30px 0;
	text-align: center;
}


div#main ul {
	width: 500px;
	margin: 0 0 30px 20px;
	line-height: 30px;
}


div#main ul li span {
	display: block;
	float: left;
	width: 120px;
}


input#sign {
	width: 250px;
}


input#signMini {
	width: 50px;
}


/*==========================================================================================

	// enqueteThanks

==========================================================================================*/

p#enqueteThanks {
	height: 1px;
	width: 600px;
	padding: 400px 20px 0;
	color: #0158A9;
	line-height: 2;
	text-align: center;
	background: url(../images/enq-thanks-bg.gif) no-repeat center center;
	font-family: 'CI', Meiryo;
	text-shadow: 1px 1px 2px #e1f4ff;
	font-size: 197%;
	font-weight: bold;
}


	
