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

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
}

#container {
	width: 847px;
	margin: 190px auto;
}
.hometext {
	width: 205px;
	margin-top: 15px;
	float: right;
}
#menu {
	width: 200px;
	float: left;
}
#menu img {
	margin-bottom: 15px;
}
#mainbox {
	width: 370px;
	height: 370px;
	float: left;
	border: 1px solid #91a39d;
}
#mainbox img {
	margin: 75px auto;
}
#mainbox form {
	margin: 75px auto;
}
#mainbox p {
	text-align: center;
}
.line01 {
	width: 62px;
	height: 16px;
	float: left;
	margin-top: 15px;
	background-image: url(images/line01.gif);
	background-repeat: no-repeat;
}
h1 {
	color: #758c85;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5px;
}
h2 {
	color: #758c85;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5px;
}
p {
	color: #4a4a4a;
	font-size: 10px;
	text-align: justify;
	font-weight: bold;
}
.red {
	color: #990000;
}