body {
	margin-left: 50px;
	margin-top: 50px;
		line-height: 140%;
    font:  helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	font-size: 86%;
	TEXT-ALIGN: center;
}
a:link {
	color: #C77B01;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #C77B01;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}
.bigger {
	font-size:16px;
}
#header a{
padding:1em;
}
#header{
	width: 600px;
	margin: 0px auto;
	text-align: left;
}
#title{
	border-top: 1px solid #000000;
	width: 600px;
	margin: 6px auto;

	padding: 0.2em 0em 0.1em 1em;
	font-size: 110%;
	text-align: left;
 
	background:#FFCC00 url(images/h1_bg.png) repeat-x;

	}
#main {
	width: 600px;
	margin: 0px auto;
	padding: 0em;
	text-align: left;

}
#main p, #main ul,{
	margin-top: 1em;
	margin-left: 2em;

}
li{
	margin-left: 2em;

}
#footer {
	width: 600px;
	margin: 3em auto 50px;
	font-size: 80%;
	border-top: 1px solid #CCCCCC;
	height: 35px;
	text-align: center;
	padding: 0.2em 0.4em 0em 1em;
	font-size: 90%;
	background: url(images/footer_bg.png) no-repeat 97% top;
}
