@charset "utf-8";
/*-------------------------------------------
「美 にゃんダフル」enquete CSS
【作成日】2007/09/13 Hayami
【更新日】2007/09/13 Hayami
【designer】Hayami
【coder】Hayami
 Copyright (C) CTS All Rights Reserved.
-------------------------------------------*/

/*/////////////////////////////////////////*/

/* + start [enquete]-段組-設定 + */
	div#enquetebox{
		width:690px;
		height:100%;
		border:solid 1px #292525;
		border-bottom:none;
		margin:30px auto 0px;
		font-size:13px;
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

	html[xmlns] div#enquetebox{
		width:690px;
		height:100%;
		border:solid 1px #292525;
		border-bottom:none;
		margin:10px auto 0px;
		font-size:13px;
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

/* + end [enquete]-段組-設定 + */

/*/////////////////////////////////////////*/

/* + start [enquete]-アンケート質問項目-設定 + */
	p.eqtbleft{
		width:277px;
		height:110px;
		background-color:#333232;
		text-align:left;
		border-right:solid 1px #292525;
		border-bottom:solid 1px #292525;
		padding:10px 0px 10px 10px;
		float:left;
		color: #c;
	}

	p.eqtbleft2{
		width:277px;
		height:229px;
		_height:235px;
		background-color:#333232;
		text-align:left;
		border-right:solid 1px #292525;
		border-bottom:solid 1px #292525;
		padding:10px 0px 10px 10px;
		float:left;
		color: #f62955;
	}

	html[xmlns] p.eqtbleft2{
		width:277px;
		height:230px;
		background-color:#333232;
		text-align:left;
		border-right:solid 1px #292525;
		border-bottom:solid 1px #292525;
		padding:10px 0px 10px 10px;
		float:left;
		color: #f62955;
	}

	p.eqtbleft3{
		width:277px;
		height:246px;
		background-color:#333232;
		text-align:left;
		border-right:solid 1px #292525;
		border-bottom:solid 1px #292525;
		padding:10px 0px 10px 10px;
		float:left;
		color: #f62955;
	}

	p.eqtbleft4{
		width:277px;
		height:16px;
		/height:18px;
		background-color:#333232;
		text-align:left;
		border-right:solid 1px #292525;
		border-bottom:solid 1px #292525;
		padding:8px 0px 7px 10px;
		float:left;
		color: #f62955;
	}

/*	html[xmlns] p.eqtbleft4{
		width:277px;
		background-color:#D3FFE6;
		text-align:left;
		border-right:solid 1px #5CCA8D;
		border-bottom:solid 1px #5CCA8D;
		padding:10px 0px 6px 10px;
		float:left;
	}*/


p.eqtbleft5{
		width:277px;
		height:32px;
		/height:35px;
		background-color:#333232;
		text-align:left;
		border-right:solid 1px #292525;
		border-bottom:solid 1px #292525;
		padding:7px 0px 10px 10px;
		float:left;
		color: #f62955;
}

div.eqtbright .selbox{
	margin-top:10px;
}








	div#submit{
		border-bottom:solid 1px #292525;
		padding:10px 0px 6px 10px;
		background-color:#838383;
	}
/* + end [enquete]-段組-設定 + */

/*/////////////////////////////////////////*/

/* + start [enquete]-アンケート回答項目-設定 + */
	div.eqtbright{
		width:392px;
		height:100%;
		text-align:left;
		border-bottom:solid 1px #292525;
		padding:5px;
		float:left;
		background-color: #838383;
		color: #fff;
	}

	.eqtbright ul{
		display:block;
		width:390px;
		height:100%;
		list-style-type:none;
		float:left;
	}

	html[xmlns] .eqtbright ul{
		display:block;
		width:390px;
		height:100%;
		line-height:154%;
		list-style-type:none;
		margin-left:3px;
		float:left;
	}

	.eqtbright li{
		width:130px;
		text-align:left;
		float:left;
	}

	div.eqtbright p{
		margin-bottom:3px;
	}

	div.eqtbright select{
		width:250px;
		margin-bottom:10px;
	}

	div.eqtbright textarea{
		width:385px;
		height:250px;
		padding:2px 0px 0px 2px;
	}

	div.eqtbright input#name{
		width:200px;
		padding:2px 0px 0px 2px;
	}

	div.eqtbright input#mail{
		width:250px;
		padding:2px 0px 0px 2px;
	}
/* + end [enquete]-アンケート回答項目-設定 + */

/*/////////////////////////////////////////*/

/* + start [enquete]-アンケート内容送信-設定 + */
	div#sendmss{
		letter-spacing:2px;
		margin:100px auto 80px;
		color: #f62955;
	}

	html[xmlns] div#sendmss{
		letter-spacing:2px;
		margin:100px auto;
	}
/* + end [enquete]-アンケート内容送信-設定 + */

/*/////////////////////////////////////////*/


.enquete_table{
	width:700px;
	margin:20px auto;
	border-collapse:collapse;
	text-align:left;
}

.enquete_item{
	width:277px;
	background-color:#333232;
	border:solid #000 1px;
	padding:10px;
	vertical-align:top;
	color: #f62955;
}

.enquete_answer{
	border:solid #000 1px;
	padding:10px;
	vertical-align:top;
	background-color:#838383;
	color: #fff;
}

.enquete_send{
	text-align:center;
	border:solid #000 1px;
	background-color:#838383;
	padding:10px;
}
.enquete_send input{
	padding:5px;
}

.enquete_table textarea{
	width:385px;
	height:250px;
	padding:2px 0px 0px 2px;
}

.enquete_table select{
	width:250px;
	margin-bottom:10px;
}

.enquete_table p{
	margin-bottom:3px;
}

.enquete_table input#name{
	width:200px;
	padding:2px 0px 0px 2px;
}

.enquete_table input#mail{
	width:250px;
	padding:2px 0px 0px 2px;
}



.enquete_answer ul{
	display:block;
	width:390px;
	height:100%;
	list-style-type:none;
	float:left;
}

.enquete_answer html[xmlns] ul{
	display:block;
	width:390px;
	height:100%;
	line-height:154%;
	list-style-type:none;
	margin-left:3px;
	float:left;
}

.enquete_answer li{
	width:180px;
	text-align:left;
	float:left;
}

