@charset "Shift_JIS";
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: small;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 12px;
	margin-bottom: 0px;
}
#content {
	margin-top: 12px;
	padding-top: 0px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	text-align: center;
	font-size: x-small;
}
#logo {
	height: 140px;
	background-image: url('../images/masthead_720_140b.jpg');
}
#nav {
	height: 24px;
	margin: 0px;
	background-color: #CC9900;
	font-style: normal;
	color: #333333;
	padding: 0px;
	font-weight: bold;
}
#menu {
	margin: 0px;
	list-style-type: none;
	font-size: small;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
	width: 150px;
	text-align: center;
}
#menu  a  {
	text-align: center;
	color: #333333;
	text-decoration: none;
	background-color: transparent;
	height: auto;
	padding-left: 10px;
	display: block;
}
#menu   a:hover   {
	color: #FFFFFF;
	text-decoration: none;
}
#spacer {
	height: 5px;
}
#leftColumn_w {
	float: left;
	width: 540px;
}
#leftColumn_n {
	float: left;
	width: 190px;
}
#rightColumn_w {
	float: right;
	width: 540px;
}
#rightColumn_n {
	float: right;
	width: 208px;
}
#navlist {
	width: 208px;
	height: auto;
	font-weight: bold;
}
#navlist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#navlist li {
	display: inline;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#navlist a {
	display: block;
	color: #666666;
	text-decoration: none;
	background-color: transparent;
	height: auto;
	width: auto;
	padding-top: 0.5em;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#navlist a:hover {
	padding-left: 2em;
}
.center {
	text-align: center;
}