body{
	background-color: #CCCCCC;

}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#wrapper h1{
	text-align:center;
	font-size:10px;
	font-weight: lighter;
	background-color: #A6CE3A;
	line-height: 16px;
	color: #666;
}



#info{
	width:1000px;
	background-color: #F6F5FA;
	padding-bottom:1em;
}

#info .unit{
	width:800px;
	padding-left:100px;
	padding-right:100px;
	padding-bottom:2em;
	background-color: #F6F5FA;
}

#info .unit td{
	padding-left:1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	
	line-height:28px;
	font-size:15px;
}

#menu{
	background-color: #B5DAC9;
}

#footer{
	padding-top20px;
	clear:both;
	padding-top: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	padding-right: 50px;
	padding-left: 50px;
}

#footer p{
	font-size:11px;
	line-height:22px;
	text-align: center;
}
#wrapper #info .unit table tr td a {
	text-decoration: none;
	color: #060;
}
#wrapper #info .unit table tr td a:hover {
	text-decoration: underline;
	color: #090;
}

