@charset "utf-8";

a {
	color: #00f;
}

h1 {
	background:#0036D9;
	color: #fff;
	font-size: 150%;
	width: 900px;
	height: 35px;
	padding-top: 5px;
	padding-left: 10px;
}
h2 {
	background:#fff;
	color: #e32;
	font-size: 150%;
}
h3 {
	color: #FF8181;
	font-size: 125%;
}
h4 {
	color: #06f;
	font-size: 125%;
}
h5 {
	color: #00f;
	font-size: 110%;
}
p {
	margin: 0 0 0.5em;
}
/** Body **/
body {
	background-image: url(../img/bg_header_line.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:100%;
	margin: 0;
}
/** Layout **/
#container {
	text-align: left;
}
#header {
	height: 80px;
	background-image: url(../img/bg_header_quiz.gif);
	background-repeat: no-repeat;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#quiz table {
	margin-left: 100px;
}
#input p,h3,h4,h5 {
	padding-left: 50px;
}
#footer {
	background-image: url(../img/bg_footer_line.gif);
	height: 300px;
	background-repeat: repeat-x;
}
#footer #footer_menu {
	background-image: url(../img/bg_footer_quiz.gif);
	background-repeat: no-repeat;
}
#input table {
	width: 100%
	
}
#view table {
	width: 100%;
}
/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
table tr td {
	padding-bottom: 3px;
	padding-left: 5px; 
	font-size: 90%;
	text-align: left;
	vertical-align: middle;
	border-bottom:1px solid #ddd;
}
table input, textarea{
	width:90%;
}
input, textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	width:30%;
}
input#submit_button {
	margin-left: 10px;
	width: 65px;
	height: 25px;
}
input[type=radio] {
/*	float:left; */
	width:auto;
/*	margin-left:10px;  */
}
label {
	display: block;
	font-size: 110%;
/*	padding-left: 20px;
	margin-left:80px;    */
}
input[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: middle;
}
#oktable  table{
	background: #c4f8ff;
	border:1px solid #ccc;
	border-right:1;
	clear: both;
	color: #333;
	margin-bottom: 2px;
	width: 95%;
}
#oktable h4 {
	color: #09c;
	font-weight: 700; 
	font-size: 120%;
	padding-top: 0.1em;
}
#ngtable  table{
	background: #ffe8ff;
	border:1px solid #ccc;
	border-right:1;
	clear: both;
	color: #333;
	margin-bottom: 2px;
	width: 95%;
}
#ngtable h4 {
	color: #f00;
	font-weight: 700; 
	font-size: 120%;
	padding-top: 0.1em;
}
