@charset "iso-8859-1";
/* ===== global =====*/

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

ul li {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}



/* ===== Container =====*/

body{
	font-family:Arial, Verdana, sans-serif;
	font-size:83%;
	color : #000000 ;

}

body div#container {
	width:100%;
}


body div#container div#contents{
	position:relative;
	width:570px;
	margin:auto;
}

/* ===== header =====*/

div#header{
	position:relative;
	width:570px;
	height:66px;
	background-image : url(../images/enquete_header_bg.gif) ;
	background-repeat : repeat-x ;
	background-position :0 0;
	margin-bottom:12px;
}

div#header h1{
position:absolute;
left:4px;
top:12px;
	width:400px;
}

div#header a#jpoLink{
position:absolute;
left:470px;
top:6px;
}


div#enqueteRead h2{
	width:570px;
	height:28px;
	border-bottom : 1px solid #003366;
	margin-bottom:8px;

}

div#enqueteRead p{
padding:4px;
margin-bottom:8px;
	line-height : 1.3em ;

}

/* ===== enqueteForm =====*/

div.enqueteOne{
	margin:0 0 8px 0;
	width:570px;
}

div.enqueteOne p.enqueteQuest{
	font-weight : bold ;
	line-height : 1.25em ;
	background-color:#338533;
	color:#FFFFFF;
	padding : 4px 4px 4px 4px;
	margin:4px 0 5px 0;
}

div.enqueteOne p.enqueteAnswer{
	font-size : 1.1em ;
	margin:4px 0 8px 4px;
	line-height : 1.2em ;

}
div.enqueteOne td{
	padding:2px 40px 2px 4px;
	margin:0;
	vertical-align : top ;
	line-height : 1.1em ;

}

div.enqueteOne td.enqueteRadio,
div.enqueteOne td.enqueteCheck{
	width:1.2em;
	padding:3px 0 2px 4px;
	margin:0;

}
div.enqueteOne td.enqueteRadio input,
div.enqueteOne td.enqueteCheck input{
	width:13px;
	height:13px;
}

div.enqueteOne textarea{
	margin-left:4px;
	font-size : 1em ;
	font-family:Arial, Verdana, sans-serif;
}

/* ===== enqueteThanksImage =====*/

div#enqueteThanksImage{
	text-align : center ;
	margin:16px 0 ;
} 

div#enqueteThanksImage img{
border : 1px solid #ffffff ;

} 
/* ===== confirmBtn submitBtn closeBtn =====*/

div#closeBtn,
div#submitBtn,
div#confirmBtn{
	text-align : center ;
	margin:16px 0 24px 0;
}

div#closeBtn a,
div#submitBtn a{
margin:0 auto;
display:block;
width:242px;

}
div#submitBtn a{
margin:0 12px;

float:left;
}

/* ===== footerArea =====*/

div#footerArea{
	clear : both ;
	height:30px;
	border-top : 1px solid #999999 ;
	text-align : center ;
}



