@charset "utf-8";
#wrap {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
}
body,td,th {
	font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, HGPｺﾞｼｯｸ, Osaka;
	font-size: 14px;
	color: #333;
}
body {
	background-image: url(../images/slash.png);
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: underline;
	color: #C33;
}
a:active {
	text-decoration: none;
	color: #C33;
}

#sidebar {
	float: left;
	height: auto;
	width: 215px;
	background-color: #FFF;
}

.logo {
	height: 160px;
	width: 210px;
	background-color: #FFF;
}

.menu {
	height: auto;
	width: 210px;
}

.main {
	background-color: #FFF;
	float: right;
	height: auto;
	width: 585px;
}

.header {
	background-color: #FFF;
	height: 160px;
	width: 583px;
}

#content {
	height: auto;
	width: 568px;
	padding-left: 15px;
	padding-top: 150px;
}

#footer {
	background-color: #FFF;
	clear: both;
	width: 810px;
	height: 44px;
	line-height: 1.6em;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
