/* CSS Document */

body {
	width: 729px;
	margin: auto;
	padding: 0px;
	font-size: 12px;
}
#main{
	background-position: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 729px;
}	
	


#top {
	height: 242px;
	width: 729px;
	background-image: url(../images/top.jpg);
	clear: both;
	float: left;
}
#top img{
	display: none;
}

hr {
clear:both}

table {
	width: 500px;
	margin: auto;
}
th {	padding: 5px;
}
td {
	padding: 5px;
}
#body {
	float: left;
	clear: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
}
h1{
	background-image: url(../images/h1.jpg);
	color: #FFFFFF;
	padding-left: 15px;
	height: 58px;
	padding-top: 15px;
}
h2{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FF6600;
}
h3{
	padding-left: 15px;
	color: #003366;
}

p {	
	padding-left: 15px;}
	
p.koshi {
	float: left;
	width: 130px;
	text-align: center;
	height: 130px;
	clip: rect(auto,10px,auto,10px);
	border: 1px solid #ECE9D8;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
p.koshi img {
	padding-bottom: 10px;
}	
form {	
	padding-left: 15px;}
