/* CSS Document */

body {
margin : 0;
padding : 0;
text-align: center;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
}
.bold_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
}

#wrapper {
	width : 970px;
	text-align : left;
	height: 590px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#head_top {
	width : 970px;
	height: 80px;
	float: left;
	}


#head_top_left {
	width : 220px;
	height: 80px;
	float: left;

}

#head_top_center {
	width : 530px;
	height: 80px;
	float: left;
	
}
#head_top_navi {
width : 530px;
float: left;
	height: 30px;
	margin-top: 40px;
}



#head_top_navi ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
	list-style-type: none;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
		}


#head_top_navi li {
	display: inline;
	padding-right: 5px;
	}
	
	#head_top_right {
	width : 220px;
	height: 80px;
	float: left;

}

#head_top_navi a {
	text-decoration:none;
	color: #000000;
}

}
#head_top_navi li a:link {
	color: #000000;
	
}
#head_top_navi li a:visited {
	color: #000000;
	
}
#head_top_navi li a:active {
	color: #0073BD;

	font-weight: normal;
}
#head_top_navi li a:hover {
	color: #977347;
	
	text-decoration: underline;

}



#middle {
	width : 970px;
	height: 205px;
	float: left;
	background-color:#424242
}


#content_bottom {
	width : 970px;
	height: 305px;
	float: left;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#content_bottom a{
		text-decoration:none;
color: #000000;
font-weight: normal;

}

#content_bottom a:hover
{
text-decoration:none;
color: #000000;
font-weight: normal;
text-decoration: underline;

}


#content_bottom_left {
	width : 395px;
	height: 285px;
	float: left;
	margin-top: 20px;
	background-color:#CCCCCC;
	overflow: auto;
	
}

#content_bottom_left_1 {
	width : 135px;
	height: 265px;
	float: left;
	padding-top: 20px;
	padding-left: 5px;

}

#content_bottom_left_2{
	width : 245px;
	height: 265px;
	float: left;
	padding-top: 20px;
	
}

#content_bottom_right {
	width : 565px;
	height: 285px;
	float: right;
	margin-top: 20px;
	background-color:#DDDDDD
}

#content_bottom_right img{
		border:none;


}
#content_bottom_right_1 {
	width : 115px;
	height: 265px;
	float: left;
	padding-top: 20px;
	padding-left:5px;

}
#content_bottom_right_2 {
	width : 440px;
	height: 265px;
	float: left;
	padding-top: 20px;
	overflow: auto;

}

