@charset "utf-8";
/* CSS Document */

BODY{
	margin: 0;
	padding: 0;
}
/*
BODY.index_page{
	min-height: 1200px;
	background-image:  url('../common_pics/bk_index_body.jpg');
	background-repeat: repeat-x;
}
*/
#wrap_outer{
	width: 100%;
}

#header{
	height: 90px;
	background-image: url('../common_pics/bk_header.jpg');
	background-repeat: repeat-x;
}

#Nav_Bar{
	height: 33px;
	background-image: url('../common_pics/bk_Nav_Bar.jpg');
	background-repeat: repeat-x;
}

#main_image_area{
	padding-top: 10px;
	height: 332px;
	width: 100%;
	background-image: url('../common_pics/bk_main_image.jpg');
	background-repeat: repeat-x;
	background-position: top;
	}

#top_image{
	height: 332px;
	width: 964px;
	background-image: url('../common_pics/bk_top_image.jpg');
	/*border: 1px solid red;/*delete*/
}

#contents{
	/*height: 450px;*/
	width: 964px;
	font-size: 78%;
	text-align: center;
}

#contents a:link{
	color: #812A00;
	text-decoration: underline;
	}

#contents a:visited{
	color: #812A00;
	text-decoration: underline;
	}

#contents a:hover{
	color: #EE0000;
	text-decoration: none;
	}

#contents_inner{
	/*height: 450px;*/
	padding-top: 10px;
}

*html #contents_inner{
	position: relative;
	top: -4px;
}

#alpha{
	width: auto;
	padding-left: 10px;
	float:left;
	text-align: left;
	}

#alpha IMG,
#beta IMG,
#gamma IMG {
	margin-top: 5px;
} 

#gamma,
#beta TD IMG {
	margin: 0;
	padding: 0;
}

#beta{
	padding-top: 5px;
	width: auto;
	padding-left: 18px;
	float:left;
	text-align: left;
	}

.box_type1{
	display: block;
	border-bottom: 1px dotted #999999;
	margin-bottom: 4px;
	padding-bottom: 4px;
	}

.box_type0{
	display: block;
	padding-bottom: 4px;
	}

.amber12{
	font-size: 12px;
	color: #A40000;
}

#gamma{
	width: auto;
	padding-left: 18px;
	float:left;
	text-align: left;
	}

#gamma a:hover{
	position: relative;
	top: 1px;
	left: 1px;
	}

#gamma TABLE{
	margin: 5px 0px;
	}


#footer{
	height: 36px;
	background-image: url('../common_pics/bk_footer.jpg');
	background-repeat: repeat-x;
}

*html #footer{
	position: relative;
	top: -10px;
}

