﻿
#graycamera {
	background: url("./images/bg.jpg") repeat-x;
	height: 800px;
	margin: 0;
	padding: 10px;
}
#graycamera a {
	color: gray;
}
#wrapper {
	width: 780px;
	color: #333333;
	font-size: 100%;
	margin: 0 auto;
}
#container {
	position: absolute;
	top: 110px;
	background: url("./images/body.png") no-repeat;
}

#slideshow {
    position:absolute;
    height:409px;
    top:115px;
    left:37px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}


#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 h2 {
	margin-top: -100px;
	margin-left: 70px;
	margin-bottom: 40px;
	background: url("./images/title.png") no-repeat;
	text-indent: -9999px;
	width: 222px;
	height: 240px;
}
#content #available {
	margin-top: 20px;
	margin-left: -4px;
	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;
}
