@charset "utf-8";
html,body{
	margin:0;
	padding:0;
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #DDCFB5;
}
#container{
	margin: auto;
	background-image: url(../img/default/images/default_01.jpg);
	background-color: #DDCFB5;
	background-repeat: repeat-x;
}
h1{
	font-size: 20px;
	font-weight: lighter;
	color: #000;
}
h2{
	font-weight: normal;
	font-size: 20px;
	color: #333;
}
h3{
	color: #900;
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
h4{
}

.zpet{
	float: right;
	color: #251E18;
	text-decoration: none;
}
.hid {
	position: absolute;
	visibility: hidden;
}
