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

body {
	margin: 0px;
	font: normal 16px arial;
	color: #444;
	background: url(images/bg_top.jpg) repeat-x;
}

#top {
	width: 800px;
	height: 250px;
	margin: 0px auto;
}

#body {
	width: 798px;
	margin: 0px auto;
	border: solid 1px #999;
	background: #FFF;
}

#content {
	margin: 7px;
	padding-right: 5px;
}

		#content h1 {
			font: normal 30px times new roman;
			margin: 0px 0px 30px 80px;
		}

		#content p {
			margin-left: 20px;
			text-indent: 25px;
		}

form {
	margin: 20px 0px;
}

img {
	text-align: center;
	margin: 2px;
}

#imput {
	border: solid 1px #ccc;
	font: normal 12px arial;
	color: #555;
}

#button {
	height: 20px;
	background: #CCC;
	border: solid 1px #666;
	margin: 0px 5px;
}

#button:hover {
	background: #AAA;
	cursor: pointer;
}

#button1 {
	width: 100px;
	height: 25px;
	background: #F7E3BB;
	border: solid 1px #666;
	margin: 10px;
}

#button1:hover {
	background: #EFBB87;
	cursor: pointer;
}

#bottom {
	width: 800px;
	height: 30px;
	margin: 0px auto;
	text-align: center;
	line-height: px;
	font-weight: bold;
	color: #000;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: underline;
}

.ajato a {
	color: #666;
	text-decoration: none;
	font: bold 12px arial;
	float: right;
	margin-top: -17px;
}

.ajato a:hover {
	color: #CCC;
}