#container {
	background-image: url(images/back-kinu.gif);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 800px;
	height: auto;
	background-repeat: repeat;
}

#topmenu {
	height: 33px;
	width: 800px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 680px;
	text-indent: -9999px;
}
#topmenu a{
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 30px;
	overflow: hidden;
	display: block;

	background-image: url(images/home.gif);
	background-repeat: no-repeat;
	background-position: right -30px;
}
#topmenu a:hover{
	background-position: right 0px;
}
#title h1{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 10px 5px;
}
#title {
	height: 39px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#inside {
	font-size: 16px;
	width: 700px;
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#inside h2 {
	font-size: 1em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.bold { font-style: italic; font-weight: bold }
.syomei {
	font-size: 1em;
	font-weight: normal;
	text-indent: 400px;
}
address {
	text-indent: 500px;
}

#smenu {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 29px;
	text-align: right;
	display: block;

}
#smenu ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
}
#smenu li {

	font-size: 12px;
	font-weight: bold;
	color: #333333;
	float: left;
	list-style-type: none;
	padding-left: 10px;
	text-align: right;
	padding-top: 7px;
	padding-right: 5px;
}
#smenu li a{
	text-decoration: none;
}
#smenu li a:hover{
	text-decoration: none;
	color: #009900;
}
#footer {
	height: 20px;
	width: 800px;
	background-image: url(images/footer.gif);
	text-align: right;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clear