@charset "utf-8";

@import"../css/base.css";

/* CSS document */

body{
	background-color:#ECECE6;
	background-position:center;
	background-image:url(img/background.jpg);
	background-repeat:repeat-y;
}

#main-content{
	margin: 5px 30px;
	padding: 0;
	width: 910px;
	height: auto;
	text-align:left;
}

p{
	line-height:1.5;
}

h2{
	margin:20px 0 10px 0 ;
	padding:0;
	font-size:medium;
	font-weight:bold;
}

h3{
	margin:30px 0 0 0 ;
	padding:0;
	font-size:small;
	font-weight:bold;
	color:#039;
}

h4{
	margin:10px 0 0 0 ;
	padding:0;
	font-size:small;
	font-weight:bold;
}


.question{
	padding:0 0 0 10px;
	color:#306;
 	font-family: Verdana, helvetica, arial, sans-serif;
	font-size:14px;
	line-height:1.8;
	font-weight:bold;
}

li{
	list-style:circle;
}

.li2{
	list-style: upper-roman;
}

.li3{
	list-style: decimal;
}

.li4{
	list-style:none;
}

.end_flame {
	width:870px;
	padding:10px 20px;
	margin:0;
	border-top:#666 dotted 1px;
	text-align:right;
}
