@charset "utf-8";
body {
	background-image: url(img/back_01.jpg);
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
* {
	margin: 0px;
	padding: 0px;
}
a:link		{text-decoration:none;color:#996600;}
a:visited	{text-decoration:none;color:#996600;}
a:hover		{text-decoration:none;color:#663300;}
a:active	{text-decoration:none;color:#996600;}

/*ヘッダ*/
#head {
	background-image: url(img/header.jpg);
	width: 800px;
	height: 178px;
	background-repeat: no-repeat;
}
#logo-txt {
	width: 768px;
	margin-left: 16px;
	height: 101px;
}
.logo {
	width: 306px;
	height: 101px;
	border: 0;
	float: left;
}
#head ul.home {
	font-size: 11px;
	text-align: right;
	width: auto;
	float: right;
	padding-top: 20px;
}
#head-catch {
	float: right;
	width: 450px;
	padding-top: 15px;
	padding-right: 10px;
	height: auto;
}
.txt {
	font-size: 12px;
	color: #999999;
	line-height: 160%;
	text-decoration: none;
	text-align: right;
}
#main-menu {
	width: 800px;
	margin-left: 16px;
	height: 47px;
}
#space {
	width: 800px;
	padding-top: 21px;
	height: auto;
}
/*フッタ*/
#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 800px;
	text-indent: -700em;
}
