@import url("font.css");
@import url("img.css");
body      {
	background: #F7F5ED url(../images/bg_k.gif) no-repeat fixed left bottom;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 618px;
	margin-left: 310px;
	text-align: left;
	color: #666666;
	font-size: 13px;
	line-height: 20px;
}
#header {
	background: url(../images/dachs.gif) no-repeat right top;
	margin-top: 40px;
	height: 70px;
	margin-bottom: 20px;
}
.textcontainer {
	background: url(../images/middle.gif) no-repeat center top;
	padding-top: 100px;
	text-align: center;
}
.textcontainer_top {
	background: url(../images/top.gif) no-repeat center top;
	padding-top: 19px;
	text-align: center;
}
.textcontainer_newtop {
	background: url(../images/topnew.gif) no-repeat center top;
	padding-top: 37px;
	text-align: center;
}
#btn {
	height: 20px;
	width: 300px;
	margin: 0px;
	padding-top: 35px;
	padding-left: 20px;
}
#btn   h5  {
	margin: 0px;
	padding: 0px;
}
#backbtn {
	background: url(../images/backon.gif) no-repeat center center;
	float: left;
	height: 20px;
	width: 140px;
	margin-right: 10px;
}
#backbtn a {
	background: url(../images/back.gif) no-repeat center center;
	display: block;
}
#backbtn a:hover {
	background: url(none);
	display: block;
}
#nextbtn {
	background: url(../images/nexton.gif) no-repeat center center;
	height: 20px;
	width: 140px;
	float: left;
	margin-left: 10px;
}
#nextbtn a {
	background: url(../images/next.gif) no-repeat center center;
	display: block;
}
#nextbtn a:hover {
	background: url(none);
	display: block;
}
#contents {
	background: url(../images/bg.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.textdate {
	width: 540px;
	font-size: 15px;
	text-align: right;
	border-bottom: 1px dotted #666666;
	background: url(../images/kasai.gif) no-repeat left top;
	height: 40px;
	margin: 20px 39px;
}
.textl {
	width: 250px;
	margin: 50px 20px 50px 39px;
	text-align: left;
}
.textr {
	width: 250px;
	margin: 50px 39px 50px 20px;
	text-align: left;
}
.textc {
	width: 540px;
	margin: 20px 39px;
	text-align: center;
}
#footer {
	text-align: left;
	margin-bottom: 30px;
	background: url(../images/bottom.gif) no-repeat center top;
	padding-top: 50px;
}
#footerbtn {
	height: 20px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#footerbtn h5 {
	margin: 0px;
	padding: 0px;
}
#footer  ul {
	list-style: none;
}
#footer  a {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
#footer  a:hover {
	font-size: 13px;
	color: #CC6633;
	text-decoration: none;
}
#back {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top: 1px dotted #666666;
	clear: both;
}
#back a {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
#back a:hover {
	font-size: 14px;
	color: #CC6633;
	text-decoration: none;
}
#copy {
	border-top: 1px dotted #666666;
	width: 356px;
	margin-bottom: 30px;
	padding-right: 131px;
	padding-left: 131px;
	padding-top: 15px;
}
.textred {
	color: #CC0000;
}
