@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
html, body {
	line-height:140%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	background:url(../img/bg.jpg) repeat-x #f2f5f6;
}
#content {
	margin:auto;
	width:900px;
	display:block;
	overflow:hidden;
	position:relative;
	background:url(../img/bg_content.jpg) no-repeat;
}
#content #header {
	float:left;
	width:100%;
	height:226px;
	overflow:hidden;
	position:relative;
	text-align:center;
}
#content #header .logo {
	margin-top:28px;
}
#content #header #tvs {
	width:200px;
	position:absolute;
	text-align:right;
	z-index:100;
	top:10px;
	right:0;
}
#content #header #tvs img{
	margin-left:10px;
}
#content #enquete {
	margin:auto;
	width:315px;
	overflow:hidden;
	position:relative;
	padding:10px;
}
#content #enquete #enquete_top {
	float:left;
	width:315px;
	height:25px;
	background:url(../img/bg-enquete-top.gif) no-repeat;
}
#content #enquete #enquete_content {
	float:left;
	width:315px;
	height:250px;
	_height:250px;
	padding:6px 0;
	text-align:center;
	background:url(../img/bg-enquete-content.jpg) no-repeat;
	font-size:16px;
	font-weight:bold;
}
#content #enquete #enquete_content form {
	width:250px;
	margin:0px auto;
	display:block;
	overflow:hidden;
	text-align:left;
}
#content #enquete #enquete_content form label{
	float:left;
	padding:10px 0;
}
#content #enquete #enquete_content form .bt{
	background:#fff;
	color:#e67817;
	font-weight:bold;
	padding:4px 16px;
}
#content #enquete #enquete_bottom {
	float:left;
	width:315px;
	height:25px;
	background:url(../img/bg-enquete-bottom.gif) no-repeat;
}
#content  #footer {
	width:315px;
	text-align:right;
	margin:10px auto;
}
.txt01 {
	font-size:10px;
}