@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	background-image: url(images/bg.jpg);
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999;
}

	a	{	text-decoration: none;	}

#table
{
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	background-image: url(images/bgh.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}

	td	{	vertical-align: top;	}

	#t1
	{
		background-image: url(images/index_01.jpg);	
		width: 750px;	height: 48px;	
	}
	#title
	{
		background-image: url(images/index_02.jpg);
		width: 750px; height: 72px;
	}
	
		#title div
		{
			font-family: "Century Gothic", Arial, Helvetica, sans-serif;
			font-style: italic;
			font-size: 40pt;
			text-transform: uppercase;
			height: 72px; line-height: 100px;
			letter-spacing: -5px;
			padding-left: 20px;
			color: #829ca9;
		}
	
	#subtitle
	{
		background-image: url(images/index_03.jpg);
		width: 750px; height: 54px;
	}
	
		#subtitle div
		{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			font-size: 35pt;
			letter-spacing: -5px;
			padding-left: 20px;
			color: #000;
		}
		
	#top
	{
		background-image: url(images/index_04.jpg);
		width: 750px; height: 110px;
		vertical-align: top;
	}
	
		#top div
		{
			color: #CCC;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 7.5pt;
			text-align: justify;
			
			padding-right: 330px;
			padding-left: 35px;
			padding-top: 5px;
		}
		
	#t5
	{
		background-image: url(images/index_05.jpg);	
		width: 750px;	height: 36px;	
	}
	

#navigation
{
	width: 180px;
	background-image: url(images/bgm.png);
	padding-bottom: 50px;
}

	#navigation h1
	{
		font-size: 10pt;
		font-family: Verdana, Geneva, sans-serif;
		color: #92b6c7;
		margin-left: 10px;
		margin-right: 10px;
		text-transform: uppercase;
		border-bottom: #28191e 5px solid;
			text-align: center;
		margin-bottom: 0;
		padding: 2px;
	}
	
	.n
	{
		margin-left: 10px;
		margin-right: 10px;
		padding: 10px;
		color: #CCC;
	}
	
		#navigation a
		{
			display: block;
			margin-left: 10px;
			margin-right: 10px;
			margin-top: 2px;
			margin-bottom: 2px;
			
			text-transform: uppercase;
			font-size: 7pt;
			padding: 3px;
			text-align: center;
			color: #999;
			border-bottom: 1px solid #333;
		}
		
			#navigation a:hover
			{
				color: #FC9;
				border-bottom-color: #533a39;
			}

#main
{
	width: 530px;
	padding: 10px;

	background-image: url(images/bgm.png);
}

	#main h1
	{
		color: #69bae3;
		font-size: 20pt;
		margin-bottom: 0;
			margin-top: 0;
			font-weight: normal;
			font-family: "Century Gothic", Arial, Helvetica, sans-serif;
			font-style: italic;
			text-transform: uppercase;

	}
	
	#main h2
	{
		color: #69bae3;
		font-size: 15pt;
		margin-bottom: 0;
			text-align: right;	padding-right: 50px;
			font-weight: normal;
			font-family: Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			letter-spacing: 5px;

	}
	
		#main h3
		{
			color: #558f8b;
			text-align: right;
			padding-right: 20px;
			font-size: 7pt;
			text-transform: uppercase;
			font-family: "Century Gothic", Arial, Helvetica, sans-serif;
			margin-top: -5px;
			margin-bottom: 0;
			border-bottom: 1px solid #a51518;
		}
		
		.h
		{
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-style: italic;
			color: #d7b696;
			font-size: 7.5pt;
			text-align: justify;
			padding-right: 20px;
			border-bottom: 2px dashed #666;
		}
		
		.p
		{	padding: 10px;
			color: #CCC;	}
	
	blockquote
	{
			background-image: url(images/bgf.png);
			padding: 10px;
			font-family: "Courier New", Courier, monospace;
	}
	
		input, textarea, button, select, option
		{
			background-color: #b38658;
			border: none;
			padding: 2px;	margin: 2px;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 8pt;
			color: #333;
		}
	
	#navigation b, #navigation strong, #main b, #main strong, #top b, #top strong	{	color: #F96;	}
	#navigation i, #navigation em, #main i, #main em, #top i, #top em				{	color: #099;	}
	#navigation u, #main u, #top u												{	color: #999;	}
	
		#main a, #top a
		{
			color: #FFF;
			font-family: "Courier New", Courier, monospace;
			text-transform: uppercase;
		}
		
			#main a:hover, #top a:hover
			{
				color: #0CC;
			}
	
	#main img, #navigation img
	{
		margin: 5px;
		border: 5px solid #333;
	}
	
