@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666666;
}
#wrapper {
	 width: 750px;
}
a {
	text-decoration: none;
}
a:link {
	color: #8A644A;
}
a:visited {
	color: #8A644A;
}
a:hover {
	text-decoration: underline;
	color: #8A644A;
}
a:active {
	text-decoration: underline;
	color: #8A644A;
}


/*ヘッダ
------------------------------------------*/
#header {
	height: 32px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
h1 {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0px;
	padding: 0px;
}

/* ナビゲーション
---------------------------------------------------- */
#header ul {
	float: right;
	width: 490px;
	list-style: none;
	text-align: right;
	line-height: 1;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 7px;
	margin: 0px;
	font-size: x-small;
}
#header li {
  display: inline;
  padding-left: 1em;
  text-transform: uppercase;
  font-size: medium;
}
/* ---------------------------------------------------- */
#ti {
	position: absolute;
	left: 30px;
	top: 70px;
}
#footer {
	font-size: small;
	padding-top: 7px;
	padding-bottom: 20px;
	border-top: 1px dotted #747A7F;
}
#main {
	position: absolute;
	top: 130px;
	left: 30px;
	width: 720px;
}
p {
	line-height: 160%;
}
.mu {
	font-size: 9px;
}
h3 {
	color: #821702;
	margin: 0px 0px 7px;
}
.lti {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 25px;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
.tii {
	font-size: large;
	color: #890C08;
}
.sp {
	padding-right: 5px;
	padding-left: 5px;
}
.link {
	font-size: large;
	width: 100%;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993333;
}
.f160 {
	line-height: 160%;
}
.sp10 {
	padding-right: 40px;
	padding-left: 40px;
}
.f180 {
	line-height: 180%;
}
.f200 {
	line-height: 200%;
}
.flarge {
	font-size: large;
	width: 100%;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993333;
	color: #8A644A;
