@charset "UTF-8";
/* CSS Document */

body {
	margin: 20px;
	padding: 0px;
	background-color: #cccccc;
	background-image: url(source/castle.jpg);
	background-repeat: repeat;
}

p {
	font-family:"Cochin", "Book Antiqua", Palatino, serif;
	letter-spacing: .1em;
	color:#333;
	font-size:12px;
	line-height: 15px;	
}

img.left {
	float:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

img.right {
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

img.center{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.page {
	background-color:#fff;
	font-family:"Cochin", "Book Antiqua", Palatino, serif;
	letter-spacing: .1em;
	color:#622c8f;
	font-size:12px;
	line-height: 15px;
	text-align: left;
	padding: 20px;
	border: 1px solid #CCC;
}

.page2 {
	background-color:#fff;
	font-family:"Cochin", "Book Antiqua", Palatino, serif;
	letter-spacing: .1em;
	color:#622c8f;
	font-size:15px;
	line-height: 15px;
	text-align: center;
	padding: 20px;
	border: 1px solid #CCC;
}

.page3 {
	background-color:#fff;
	font-family:"Cochin", "Book Antiqua", Palatino, serif;
	letter-spacing: .1em;
	color:#622c8f;
	font-size:12px;
	line-height: 15px;
	text-align: left;
	padding: 20px;
	border: 1px solid #CCC;
}

.page4 {
	background-color:#fff;
	font-family:"Cochin", "Book Antiqua", Palatino, serif;
	letter-spacing: .1em;
	color:#0099ff;
	font-size:15px;
	line-height: 18px;
	text-align: left;
	padding: 20px;
	border: 1px solid #CCC;
}

.page4 a{
	text-decoration:underline;
}
	

.footer {
	background-color:#fff;
	font-family:"Cochin", "Book Antiqua", Palatino, serif;
	letter-spacing: .1em;
	color:#622c8f;
	font-size:13px;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.footerl {
	background-color:#fff;
	font-family:"Cochin", "Book Antiqua", Palatino, serif;
	letter-spacing: .1em;
	color:#622c8f;
	font-size:13px;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.footerr {
	background-color:#fff;
	font-family:"Cochin", "Book Antiqua", Palatino, serif;
	letter-spacing: .1em;
	color:#622c8f;
	font-size:13px;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

a {
	color: #622c8f;	
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

.style1 {
	color:#666;
}

.banner {
	border: 1px solid #CCC;
}

