#wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #branding {
	clear: both;
	height: 100px;
	width: 960px;
	text-align: right;
}
#wrapper #billbord {
	height: 480px;
	width: 960px;
	margin-top: 0px;
}
#wrapper #billbord #message {
	float: left;
	height: auto;
	width: 300px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 200%;
	color: #999;
	text-align: left;
	margin-top: 20px;
}
#wrapper #billbord #main_image {
	float: right;
	height: auto;
	width: 640px;
}
#wrapper #menu {
	clear: both;
	width: 960px;
	height: auto;
	margin-top: 48px;
	text-align: center;
}
#wrapper #footer {
	font-family: "century gothic", "sans-serif";
	text-align: center;
	clear: both;
	height: 16px;
	width: 960px;
	margin-top: 40px;
	font-size: small;
	color: #FFF;
	background-color: #CCC;
}
#wrapper #menu ul {
	font-size: small;
	font-family: "century gothic", "sans-serif";
}
#wrapper #menu ul li {
	color: #666;
	display: inline;
	list-style-type: none;
}
#wrapper #menu ul li a {
	color: #666;
	margin-right: 12px;
}
#wrapper #menu ul li a:hover{
	color: #690;
	text-decoration: none;
}
#wrapper #menu ul li a:visited{
	text-decoration: none;
}
