@CHARSET "UTF-8";
body {
    font-size: 14px;
}
div#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color:#ccff99;
}

div#header h1{
	font-weight: bold;
	float: left;
	width: 420px;
	padding: 26px 0 0 23px;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #504F4F;
}
div#footer{
	width: 960px;
	border-top: 1px #dedede solid;
	text-align: center;
	margin-top: 0px;
	background-color:#ccff99;
	margin: 0 auto;
	padding: 4px 8px;
}
div#footer p#copyright{
	text-align: center;
	padding: 0px;
	color: #63c068;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}
div.wrapBox{
	width: 960px;
	margin: 0 auto;
	padding: 5px 0 ;
}
div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.0;
}

div#wrapBg{
	border-top: 1px solid #ccc;
}
div#mainContents{
	width: 760px;
	float: right;
}
div#indexContents{
	width: 960px;
	margin: 0 auto;
}
div#leftContents{
	width: 200px;
	float: left;
	line-height: 2.0;
}
ul{
	display: block;
	margin-bottom: 30px;
}
table td{
	border-left: none;
	padding-left: 16px;
	line-height: 180%;
}
.title{
	padding: 10px 8px;
	background: #63C068;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}

