

	body
	{
		font-family:arial;
		font-size: 11px;
	}
	
	#container
	{
		width: 1010px;
		position: absolute;
	}
	
	
	img
	{
		border: 0px;
	}
	
	a
	{
		color: #024A94;
		text-decoration: none;
	}
	
	#header
	{
		height: 33px;
		
		border-top: 	1px solid #006599;
		border-bottom: 1px solid #006599;
	}
	

	
	#navi1
	{
		height: 40px;
		background-image: 	url('../images/logo_sub.gif');
		background-repeat: no-repeat;
	}
	
	#navi1 .point
	{
		float: right;
		width: 70px;
		height: 12px;
		border-right: 1px solid #aaaaaa;
		color: #aaaaaa;
		font-size: 11px;
		text-align: center;
		margin-top: 3px;
		text-decoration: none;
	}
	
	#navi1 .point:first-child
	{
		border-right: 0px;
	}
	
	
	#home
	{
		position: absolute; 
		width: 995px; 
		height:575px; 
		overflow: hidden;
	}
	
	
	
	
	#home_logo
	{
		top: 	14px;
		right: 	54px;
		position: absolute; 
	}
	
	#home_film
	{
		position: absolute; 
		width: 320px;
		height: 240px;
		bottom: 20px;
		right: 	20px;
		border: 1px solid #000000;
		padding: 5px;
		background-color: #FFFFFF;
		cursor: pointer;
		
		background-image: url(../images/preview.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	#home_text
	{
		position: absolute; 
		bottom: 50px;
		left: 	150px;
		font-size: 18px;

	}
	
	#home_text b
	{
		font-size: 33px;

	}
	
	
	#main
	{
		height: 575px;
	}
	
	#navi2
	{
		float: left;
		width: 160px;
		
	}
	
	#navi2 .point
	{
		display: block;
		line-height: 21px;
		text-decoration: none;
		border-bottom: 1px solid #90aed4;
		border-right: 1px solid #90aed4;
		background-color: #024a94;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px;
	}
	
	#navi2 .subpoint,
	#clone .subpoint
	{
		display: block;
		line-height: 21px;
		text-decoration: none;
		border-bottom: 1px solid #90aed4;
		border-right: 1px solid #90aed4;
		background-color: #c2d3e7;
		color: #024a94;
		font-size: 11px;
	}

	#clone
	{
		border-top:1px solid white;
	}

	#clone .subpoint
	{
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		border-left: 1px solid white;
	}
	
	#clone .subpoint:hover
	{
		background-color: #024a94;
		color: white;
	}
	
	#content
	{
		float: left;
		width: 650px;
		font-size: 11px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e3e3e4;
	}
	

	
	#content h1
	{
		background-color: #024a94;
		color: #FFFFFF;
		line-height: 20px;
		padding: 0px;
		margin: 0px;
		font-size: 11px;
		border-top: 1px solid #FFFFFF;
		border-bottom: 5px solid #FFFFFF;
	
	}
	
	#content .imagebox
	{
		height: 385px;
		overflow: hidden;
		background-color: #CCCCCC;
		text-align: center;
	}
	
	
	
	#info
	{
		float: left;
		width: 186px;	
		text-align: center;
	}
	
	
	table.info
	{
		width: 100%;
		border: 1px solid #e3e3e4;
		border-collapse: collapse;
		margin-left: 10px;
		
	}
	
	.info th
	{
		background-color: #e3e3e4;
		font-size: 11px;
		color: #666666;
		line-height: 20px;
		padding-left: 25px;
		background-image: url('../images/ht.gif');
		background-position:  8px 0px;
		background-repeat: no-repeat;
		text-align: left;
	}
	
	
	.info td
	{
		
	}
	
	.sitemap .tree
	{
		width:300px;
		float:left;
		background-color: #e7eef8;
		font-weight: bold;
		margin-right: 10px;
		margin-top: 10px;
		padding: 5px;
	}
	
	.sitemap li 
	{
		font-weight: normal;
	}
	
	.sitemap a
	{
		text-decoration: none;
		color: #024A94;
	}
	
	table.formular
	{
		
		font-size: 11px;
		border-collapse: collapse;
		text-align: left;
	}
	
	.formular td
	{
		padding: 3px;
		text-align: left;
	}
		
	#contactForm label.error
	{
		display:block;
		color: red;
	}
	
		
	
	