/* @override http://www.kyushu-now.com/survey/css/vietnam.css */

@charset 'UTF-8';
/* UNIVERSAL RESET */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, form, input, select, #survey {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1;
	color: black;
	}
ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
 quotes: "" "";
 }
fieldset,img { 
 border: none;
}
/* SURVEY SPECIFIC RESETS */
#survey {margin: auto;}
.section, .intro { 
	margin: 15px; 
	padding:1em;
	border:1px solid #cccccc; 
	background-color: #FFF;
}
p {
	margin: 0em 0em 1em 0em ;   
	padding:0px; 
	width:expression( 
    document.body.clientWidth > (9) * 
    parseInt(document.body.currentStyle.fontSize)?
        "927px":
        "auto" );
	max-width:927px;
}

/* LAYOUT */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }


/* TYPE */
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { 
 font-size: 11px; 
 font-weight: normal; 
 font-style: normal; 
}
body { 
	font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", Geneva, Arial, Verdana, sans-serif;
	background: #d6d6d6 url('http://www.fukuoka-now.com/images/_assets_bg.gif') repeat;  
  	color:#333;  	
	margin: 0 auto; 
	width: 927px;
}

#survey {
	width: 927px;
	background: url('http://www.fukuoka-now.com/images/_assets_bg_bar.gif') repeat-y;
	float: left;
}
h1, h2, h3, p.question, span.required, span.question, a:link {
	color: #9e0000;	
}
h1 {
	font-size: 28px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
.intro h1 {
	visibility:hidden;
}
p {
	color: #333;
}
p.copyright {	
	margin-left: 15px;
	font-size: 10px;
}
a:link, a:active, a:visited  { 
	text-decoration: underline;
}
a:hover {	
	color:#333;	
	text-decoration: underline;
}
