body {
	background: url(../img/bg_chart.gif);
	font-size: 90%;
	text-align: left;
}

a:hover { text-decoration: none !important;}


#content {
	width: 480px;
	margin: 0 auto;
}

#content div.title {
	margin-bottom: 20px;
}
#content div.title h1 {
	border-bottom: 2px solid #8f6e00;
	padding: 10px 16px;
}

#content div.title h1 img {
	height: 30px;
}

#content div.title p {
	padding: 12px 16px;
}

#content div.title p img {
	float: right;
	width: 120px;
	margin-top: -60px;
}

#content div.outer {
	background:#FFF url(../img/chart/bg_column_top.gif) center top no-repeat;
}

#content div.inner {
	background:url(../img/chart/bg_column_bottom.gif) center bottom no-repeat;
	padding: 30px 30px;
	overflow: hidden;
}

#content.answer div.inner {
	padding-top: 30px;
}


#content.question div.q,
#content.answer div.a {
	width: 444px;
	border: 3px solid #c5b26e;
	margin: 10px auto;
}

#content.question div.q p {
	text-align:center;
	font-weight: bold;
	padding: 0 0 20px;
}

#content.question div.q ul {
	width: 360px;
	margin: 0 auto;
	text-align:center;
}

#content.question div.q ul li {
	display: inline-block;
	border: 1px solid #b8a257;
	border-radius: 8px;
	width: 120px;
	margin: 5px;
}

#content.question div.q ul li a {
	padding: 5px 0;
	border-radius: 8px;
	border: 1px solid #ddd39f;
	display: block;
	font-weight: bold;
	font-size: small;
	color: #FFF;
background:#ccbd70 url(../img/chart/bg_button.gif) center bottom repeat-x;
}




#content.answer div.a div.inner h2 {
	text-align:left;
}

#content.answer div.a div.inner h3 {
	text-align:left;
	font-size: 150%;
	font-weight: bold;
	margin:0.5em 0 0.5em;
}

#content.answer div.a div.inner h3 strong{
	text-align: center;
	font-size: x-large;
	margin: 0 0.1em 0 0;
}

#content.answer div.a div.inner dl dt {
	font-weight: bold;
}

#content.answer div.a div.inner dl dd {
	margin-right: 120px;
	margin-bottom: 1em;
}

#content.answer div.a div.inner p img {
	width: 70px;
	float: right;
}

#content.answer div.a div.inner div {
	display: inline-block;
	border: 1px solid #8f6e00;
	border-radius: 8px;
	margin: 5px;
	width: 180px;
}

#content.answer div.a div.inner div a {
	text-align:center;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #d0bb66;
	display: block;
	font-weight: bold;
	color: #FFF;
background:#ccbd70 url(../img/chart/bg_button.gif) center bottom repeat-x;
}








#footer {
	margin-top: 20px;
	border-top: 1px solid #999;
	padding: 10px 0 15px;
	text-align:center;
}

#footer p a {
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 5px;
	text-align:center;
	padding: 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
background: rgb(254,254,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

#footer p a span {
	display: block;
	background:url(../img/chart/ic_close.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
