﻿#ibeat {
	background: url("./images/bg.gif") repeat-x;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#ibeat a {
	color: gray;
}
#wrapper {
	width: 780px;
	color: #ffffff;
	font-size: 100%;
	margin: 0 auto;
}
#container {
	position: absolute;
	top: 60px;
	background: url("./images/body.png") no-repeat;
}
#content {
	width: 400px;
	margin-top: 100px;
	margin-left: 370px;
	margin-bottom: 400px;
	font-size: 11px;
	letter-spacing: 2pt;
	font-family: "Hiragino Kaku Gothic Pro";
	line-height: 2em;
}
#content #icon {
	position: absolute;
	top: 150px;
	left: 350px;
	background: url("./images/icon.png") no-repeat;
	text-indent: -9999px;
	width: 106px;
	height: 73px;
}

#content h2 {
	margin-left: 100px;
	background: url("./images/title.png") no-repeat;
	text-indent: -9999px;
	width: 263px;
	height: 127px;
}
#content #available {
	margin-top: 20px;
	margin-left: -10px;
	text-indent: -9999px;
	width: 394px;
	height: 77px;
}
#content #available a {
	display: block;
	background: url("./images/available.png") no-repeat 0 0;
	width: 394px;
	height: 77px;
}

#content #available a:hover {
	display: block;
	background: url("./images/available.png") no-repeat 0 -77px;
	width: 394px;
	height: 77px;
}

#content h3 {
	margin-top: 50px;
	margin-bottom: 20px;
}
#content .description {
	width: 360px;
	margin-left: 15px;
}

#content .description p {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content form dt {
	clear: both;
	float: left;
	width: 100px;
	
}
#content form dd {
	float: left;
	width: 260px;
	margin-bottom: 20px;
}
#content form p {
	clear: both;
}

#content form .mailaddress {
	font-size: 18px;
	width: 240px;
}
#content form .text {
	font-size: 18px;
	width: 240px;
	height: 160px;
}
