/* CSS Document */
body {
	background-image: url(img/bk.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#head {
	background-image: url(img/2.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-weight: 300;
	color: #808040;
}
h2 {
	font-size: 14px;
	color: #0080FF;
	letter-spacing: 4px;
	background-image: url(img/arrolw.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.style1 {
	font-size: 12px;
	letter-spacing: 2px;
}

A:link {
	color: #000000;
	text-decoration: none;
}   /* リンク */
A:visited {                 /* 既に見たリンク */
	text-decoration: none     /* 下線を消す */;
	color: #333333;
}
.imgsaido {
	padding-top: 10px;
}
.said {
	font-size: 16px;
	letter-spacing: 5px;
	text-indent: 15px;
	color: #FF9900;
	font-weight: 600;
	background-image: url(img/saido.jpg);
	width: 195px;
	height: 30px;
	padding-top: 10px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
A:active { } /* クリック時のリンク */
h3 {
	font-size: 14px;
	height: 30px;
	padding-top: 10px;
	text-indent: 10px;
	letter-spacing: 4px;
	color: #808040;
	background-position: left;
}
A:hover {                   /* カーソルが上にある時のリンク */
  color: #0080FF;
  text-decoration: none     /* 下線を消す */
}
.style3 {font-size: 14px}
p {
	font-size: 14px;
	color: #241200;
	text-indent: 15px;
	vertical-align: 0%;
	letter-spacing: 3px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height:25px;
}
.said1 {	font-size: 16px;
	letter-spacing: 5px;
	text-indent: 15px;
	color: #FF9933;
	font-weight: 600;
	background-image: url(img/saido.jpg);
	width: 195px;
	height: 30px;
	padding-top: 10px;
	background-repeat: no-repeat;
	margin-top: 10px;
}