@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0;
	background-image: url(../img/hemp-cloth-05.png);
}
a {
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
a, a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover, a:active {
	color: #F66;
}
h1 {
	font-size: 10px;
	color: #666;
	display: none;
}
#top {
	width:500px;
	padding:0px;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
#layout {
	width:450px;
	padding:0px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#layout strong {
	font-size: 15px;
	color: #666;
	line-height: 30px;
}
#layout p {
	font-size: 12px;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 20px;
}
#header {
	position:relative;
	width:100%;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
}
#header ul {
	list-style:none;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/cat_back.png);
	height: 98px;
	padding-left: 10px;
}
#header li {
	font-size:14px;
	float: left;
	width: auto;
	color: #FFF;
	padding-top: 8px;
	margin: 0px;
	height: 37px;
}
#header li a {
	display:block;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
}
#header li a:hover {
	color:#ccc;
	text-decoration:none;
}
#contents {
	width:980px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
/*--------------------------------------------------------------------
foot.html
--------------------------------------------------------------------*/


#foot {
	width: 980px;
	margin-top: 10px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#foot .inner .tit {
	margin-top: 20px;
}
#foot .inner {
	width: 980px;
	height: 700px;
	border: thin solid #c9c9c9;
	float: left;
	margin-top: 20px;
}
#foot .inner .l {
	width: 450px;
	float: left;
	padding-left: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 20px;
	margin-top: 10px;
}
#foot .inner .l .tit {
}
#foot .inner .r {
	width: 420px;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
}
#foot .inner .r .tit {
}
#foot .inner strong {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #666;
}
#foot .inner p {
	font-size: 12px;
	margin-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
.copy {
	width: 100%;
	font-size: 10px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	position: absolute;
	bottom: 0px;
}
.copy .ad {
	font-size: 12px;
	text-align: center;
	color: #999;
}
#layout table tr td {
	text-align: center;
}
