#wrapper {
	width: 800px;
	height:auto;
	background-color:#FFFFFF;
	text-align:center;
	position:relative;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	height: 47px;
	width: 800px;
	background-image: url(../images/head_ty.jpg);
	z-index: 1;
	left: 3px;
	}
#top {
	height: 273px;
	width: 800px;
	background-image: url(../images/top_photo.jpg);
	position: relative;
}
#movie {
	height: 276px;
	width: 403px;
	top: 47px;
	position: absolute;
	clear: both;
	float: left;
	z-index: auto;
	text-align: left;
	left: 0px;
}

#navbar {
	background-image: url(bg_navi.jpg);
	padding: 0px;
	width: 800px;
	height:53px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index:3;
}
#navbar h2{
	border-left:none;
	padding-left:0px;
	}
#contact_bar  {
	height: 49px;
	width: 800px;
	background-image: url(contact_bar.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: relative;
}

#main {
	height: 3900px;
	width: 800px;
	background-color: #FFFFFF;
	position: relative;
	font-size: 100%;
	
}
#left {
	width: 360px;
	float: left;
	padding-left: 22px;
	padding-top: 10px;
	height: auto;
	
}
#contents {
	height: 370px;
	width: 360px;
	float: left;
	margin: 10px 0px 0px;
	border: thin solid #EFEFEF;
}
#contents p {
	text-align: justify;
	letter-spacing: normal;
}

#contents img {
	padding: 10px 20px 5px;
}
#contents h4 {
	color: #993300;
	line-height: 144%;
}
#right {
	width: 360px;
	float: left;
	position: relative;
	padding-left: 22px;
	padding-top: 10px;
	height: auto;
	clear: none;
	
}

h1 {
	text-align:left;
	letter-spacing:5px;
	margin-bottom:0px;
	font-size:12px;
	padding-left: 10px;
	color: #FFFFFF;
	line-height: 1.5;
	}

h2,h3,p,#path {
	margin-left:10px;
	margin-right:10px;
	}
#contents h2 {
	color: #330000;
	line-height: 200%;
}

