/* ================================================== */
/* Default */
/* ================================================== */
* {
	font-size:100%;
	font-style:normal;
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	color:#333333;
	height:100%;
	background-color:#FFFFFF;
}
p {
	line-height:1.4;
}
img {
	border-style:none;
}
table {
	border-spacing:0;
	border-collapse:collapse;
	border:0;
}

/* ================================================== */
/* Site Frame */
/* ================================================== */

/* ========== WRAPPER ========== */
div#WRAPPER {
	width:738px;
	height:100%;
	margin:0 auto;
	padding:0;
	background-image:url(../images/bg_cmn_body.jpg);
	background-repeat:repeat-y;
}
div#WRAPPER:after {
	content:"";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/* ========== Container ========== */
div#CONTAINER {
	width:738px;
	margin:0 auto;
	background-image:url(../images/bg_cmn_body.jpg);
	background-repeat:repeat-y;
}
div#CONTAINER:after {
	content:"";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/* ========== Header ========== */
div#HEADER {
	width:718px;
	margin:0 auto;
}

/* ========== Contents ========== */
div#CONTENTS {
	width:640px;
	margin:18px auto 0;
	font-size:75%;
}
div#CONTENTS:after {
	content:"";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/* ========== Footer ========== */
div#FOOTER {
	width:718px;
	margin:20px auto 0;
	padding-bottom:20px;
	text-align:center;
}

/* ================================================== */
/* Parts */
/* ================================================== */
div.form_box {
	width:640px;
	background-image:url(../images/bg_cmn_form.gif);
	background-repeat:repeat-y;
}
div.form_button {
	text-align:center;
}
div#CONTENTS h2 {
	margin-bottom:9px;
}
div#CONTENTS p.lead {
	margin-bottom:14px;
}

/* ================================================== */
/* Home */
/* ================================================== */
div#MV {
	width:718px;
	margin:0 auto;
}

/* ================================================== */
/* About */
/* ================================================== */
body.about div#CONTENTS table.step {
	width:564px;
	margin:0 auto 30px;
}
body.about div#CONTENTS table.step tr.explanation td {
	vertical-align:top;
}
body.about div#CONTENTS table.step tr.explanation p {
	line-height:1.4;
}
body.about div#CONTENTS div.apply {
	width:600px;
	margin:0 auto 20px;
	border-bottom:1px solid #3F3911;
}
body.about div#CONTENTS div.apply dl {
	margin-top:10px;
	width:600px;
}
body.about div#CONTENTS div.apply dl dt {
	float:left;
	clear:left;
	color:#3F3911;
	font-size:105%;
	line-height:1.4;
	font-weight:bold;
}
body.about div#CONTENTS div.apply dl dd {
	margin-bottom:10px;
	margin-left:0;
	padding-left:9em;
	padding-bottom:10px;
	line-height:1.4;
	border-bottom:1px solid #3F3911;
}
body.about div#CONTENTS div.apply dl dd span {
	color:#D80011;
}
body.about div#CONTENTS div.apply p {
	margin:0 10px 0.5em 20px;
	text-indent:-1em;
}
body.about div#CONTENTS div.apply p.last {
	margin:0 10px 10px 20px;
}

/* ================================================== */
/* Guiz */
/* ================================================== */
body.quiz div#CONTENTS div.form_box {
	padding-bottom:7px;
}
body.quiz div#CONTENTS div.form_box h3 {
	margin-bottom:10px;
	margin-left:35px;
}
body.quiz div#CONTENTS div.form_box p img {
	margin-bottom:20px;
}
body.quiz div#CONTENTS div.form_box table.challenge {
	width:568px;
	margin-left:35px;
}
body.quiz div#CONTENTS div.form_box table.challenge td {
	vertical-align:top;
}
body.quiz div#CONTENTS div.form_box table.challenge td.image {
	width:205px;
	text-align:right;
}
body.quiz div#CONTENTS div.form_box div.form_inner {
	margin-bottom:30px;
}
body.quiz div#CONTENTS div.form_box div.form_inner p {
	font-weight:bold;
	margin-bottom:2px;
}
body.quiz div#CONTENTS div.form_box input#answer {
	width:90px;
	height:16px;
	border:1px solid #3F3911;
	margin-bottom:10px;
	padding:3px;
	display:inline;
	vertical-align:top;
}
body.quiz div#CONTENTS div.form_box input#email {
	width:355px;
	height:16px;
	border:1px solid #3F3911;
	padding:3px;
}

/* ================================================== */
/* Form */
/* ================================================== */
body.send_info div#CONTENTS div.form_box h3 {
	margin-left:20px;
}
body.send_info div#CONTENTS table.add_info {
	width:598px;
	margin:3px 0 20px 20px;
}
body.send_info div#CONTENTS table.add_info th {
	width:108px;
	color:#FFFFFF;
	background-color:#3F3911;
	padding:9px 10px;
	text-align:left;
	border-style:solid;
	border-width:1px 1px 1px 0;
	border-color:#3F3911;
}
body.send_info div#CONTENTS table.add_info td {
	border-style:solid;
	border-width:1px 1px 1px 0;
	border-color:#3F3911;
	background-color:#FFFFFF;
	padding:9px 10px;
}
body.send_info div#CONTENTS table.add_info tr.sepalater td,
body.send_info div#CONTENTS table.enquete tr.sepalater td {
	height:3px;
	margin:0;
	padding:0;
	border-width:0;
	background-color:#FFFFFF;
}
body.send_info div#CONTENTS input#ENTRY_ID,
body.send_info div#CONTENTS input#Enq1,
body.send_info div#CONTENTS input#Enq3 {
	width:250px;
}
body.send_info div#CONTENTS input#Enq2 {
	width:420px;
}
body.send_info div#CONTENTS select#Enq6,
body.send_info div#CONTENTS select#Enq7,
body.send_info div#CONTENTS select#Enq8,
body.send_info div#CONTENTS select#Enq11 {
	width:200px;
}
body.send_info div#CONTENTS table.enquete {
	width:598px;
	margin:7px 0 0 20px;
}
body.send_info div#CONTENTS table.enquete th {
	width:108px;
	color:#FFFFFF;
	background-color:#333333;
	padding:9px 10px;
	text-align:left;
	border-style:solid;
	border-width:1px 1px 1px 0;
	border-color:#333333;
}
body.send_info div#CONTENTS table.enquete td {
	border-style:solid;
	border-width:1px 1px 1px 0;
	border-color:#333333;
	background-color:#FFFFFF;
	padding:9px 10px;
}
body.send_info div#CONTENTS div.form_button {
	margin-top:26px;
}
