@charset "utf-8";
body {
	background-color: #716246;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	background-repeat: repeat-x;
	font-size: 1em;
	line-height: 1.5em;
	color: #AC9B75;
}



.contener {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 530px;
}
.txt_sp {
	text-align: center;
	font-size: 0.7em;
}


a:link{
	text-decoration:none;
	color: #DCDDDD;
}
a:hover{
	text-decoration:underline;
	color: #DCDDDD;
}
a:visited{
	color: #DCDDDD;
	text-decoration: none;
}




#body {
	position: relative;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 0.9em;
}
#header {
	width: 100%;
	margin-top: 100px;
	font-size: 0.9em;
}

#footer {
	width: 100%;
	clear: both;
	font-size: 0.9em;
	text-align: center;
}
#contents_center {
	width: 740px;
	background-repeat: no-repeat;
	height: auto;
	margin: 30px;
	float: none;
	background-image: url(back.jpg);
	background-position: right bottom;
}
