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

body,html {
	margin:0px;
	background-color:#d4d9dd;
	background-image:url(background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height: 100%;
}
h1 {
	margin: 5px;
	padding: 0px;
	color: #3f6e8f;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-top:0px;
	margin-bottom:10px;
}

.text_01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3f3f3f;
}
.text_01 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3f3f3f;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3f3f3f;
}
.text_01 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3f3f3f;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3f3f3f;
}
.text_02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3f6e8f;
}
.text_02 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3f6e8f;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3f3f3f;
}
.text_02 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3f6e8f;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3f3f3f;
}
.container {
	width:800px;
	height:auto;
	margin-bottom:10px;
	background-color:#ffffff;
	text-align:justify;
}
.head {
	height:187px;
	width:800px;
	background-image:url(head.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.image {
	float:left;
	width:350px;
	height:auto;
	padding:1px;
	margin-right:10px;
	margin-bottom:10px;
	border:solid 1px #d4d9dd;
}
.bodyText {
	padding:20px;
}
