/* ページのレイアウト用CSS
-------------------------*/
body {
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	
	
}
#wrapper {
	width: 799px;
	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: 799px;
	height:53px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index:3;
}
#navbar h2{
	border-left:none;
	padding-left:0px;
	}
#contact_bar  {
	height: 49px;
	width: 799px;
	position: relative;
	background-image: url(contact_bar.jpg);
	background-repeat: no-repeat;
}



#main {
	height: 1200px;
	width: 798px;
	left: 0px;
	background-color: #FFFFFF;
	position: relative;
	
}
#main #contens1 {
	height: 900px;
	width: 360px;
	float: left;
	padding-top: 10px;
	padding-left: 40px;
	text-align: left;
	padding-right: 0px;
}
#main #contens1 p {
	font-size: 120%;
	line-height: 160%;
	text-align: left;
	padding-top: 10px;
	color: #333333;
}
#main #contens1 .textsblacks a {
	color: #0000CC;
}
#main #contens2 #contens3 p {
	text-align: left;
	font-size: 120%;
	line-height: 160%;
	padding-left: 20px;
	color: #333333;
	padding-right: 10px;
}


#main #contens1 img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border:0px;
}


#main #contens1 h2 {
	font-size: 120%;
	color: #993300;
	line-height: 200%;
	font-weight: 600;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #993300;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;
	text-indent: 10px;
}

#main #contens2 {
	height: 900px;
	width: 390px;
	margin-right: auto;
	margin-left: auto;
	float: right;
	font-size: 120%;
	line-height: 200%;
}
#main #contens2 img {
	padding-top: 30px;
}













	
h1 {
	text-align:left;
	letter-spacing:5px;
	margin-bottom:0px;
	font-size:12px;
	padding-left: 10px;
	color: #FFFFFF;
	line-height: 1.5;
	}


h1 a {
	color:#D93E02;
	}
h2,h3,p,#path {
	margin-left:10px;
	margin-right:10px;
	}

