@charset "utf-8";
/* CSS Document */
html{
	background-color: #EADFCA;
	background-position: center top;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
}

body{
	line-height:1.5em;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
	color: #D9B568;
	background-image: url(../img/back-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
}
h1{
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	color: #FFFFFF;
	padding-left: 10px;
}

img{
border:0;
}

a img{
border:none;
}
a {
	color: #D9B568;
	text-decoration: underline;
}

a:hover{
	color: #CC9900;
	text-decoration: underline;
}

strong {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
form {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0.5em 0 1.3em 0;
  border-width: 1px;
  border-color: #726d6b;
  border-style: none none dotted none;
}
