@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* START */
html {
	height: 100%;
}
body {
	background-color: #ffead0;
	height: 100%;
}

/* main content */
#main {
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	background: #e5c7a2;
	height: 100%;
	overflow: auto;
}
#leftmenu {
	position: fixed;
	top: 0px;
	width: 173px;
	min-height: 100%;
	background-image: url(../img/bg.jpg);
}
#leftmenu ul {
	position: relative;
	top: 400px;
	left: 30px;
}
#leftmenu ul li a:link, #leftmenu ul li a:visited {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	display: block;
}
#leftmenu ul li a:hover {
	text-decoration: underline;
}
#leftmenu ul li.empty {
	display: block;
	height: 30px;
	margin-top: 70px;
}
#content {
	position: absolute;
	width: 627px;
	min-height: 100%;
	margin-left: 173px;
	background: #e5c7a2;
}
#content div.banner {
	width: 851px;
	height: 174px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
}
#content div.title {
	width: 869px;
	height: 528px;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 200px;
	left:  50%;
	margin-left: -400px;
}
#content div.textarea {
	padding-top: 600px;
	padding-left: 200px;
	padding-bottom: 40px;
	text-align: justify;
	width: 600px;
}
#content div.textarea p {
	padding-top: 20px;
	text-indent: 40px;
	line-height: 1.4em;
}

#content div.rings {
	padding-top: 620px;
	float: left;
}
#content div#footer {
	height: 40px;
	text-align: right;
	width: 750px;
	padding-top: 10px;
	border-top: 1px solid #444;
	margin-left: 50px;
	font-weight: bold;
}

#content div#footer a:link, #content div#footer a:visited {
	color: #444;
	text-decoration: none;
}
#content div#footer a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
}
.imp {
	width: 600px;
	font-size: 17px;
	margin-left: 200px;
	margin-top: 120px;
	line-height: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
}
.imp h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom:20px;
	font-weight: bold;
}
.ans {
	margin-bottom: 30px;
	line-height: 1.4em;
}
.ans h4 {
	font-size: 18px;
	font-weight: bold;
}
span.fr {
	font-size: 13px;
}