/* for start page */
.wrapper {
	width: 1020px;
	height: 670px;
	
	background-color: #FFFFFF;
	
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
}

.menu_group {
	width: auto;
	height: auto;
	
	background-color: #FFFFFF;
	text-align: left;
	display: table;
}

.menu_start{
	float: left;
	
	background-color: #999999;
	
	width: 196px;
	height: 60px;
	
	display: table;
	margin-left: 0px;
	margin: 4px 4px 4px 4px;
	
	text-transform: uppercase;
}
.menu_start :hover{
	background-color: #777777;
}


.background_start{
	background-color: #FFFFFF;
	/*background: URL("../images/start_bg.jpg");*/
	width: 1020px;
	height: 600px;
	margin: 0px;
	
	font-size: 15px;
	position: relative;
}

.background_start #left_part {
	float:left;
	width: 300px;
	height: 500px;
	
	margin: 4px 6px;
}
.background_start #left_part #left_title{
	width: 300px;
	height: 300px;
	
	padding: 0px;
}
.background_start #left_part #slide_pict{
	/*background-color: #999999;*/
	width: 300px;
	height: 200px;
	
	margin-top: 15px;
}

.background_start #right_part {
	float: left;
	/*background-color: #000000;*/
	
	width: 696px;
	height: 500px;
	
	margin: 4px 2px;
	margin-right: 0px;
}
.background_start #right_part #navi {
	background-color: #999999;
	
	width: 690px;
	height: 494px;
	
	margin: auto auto;
	/*margin-top: 20px;*/
	margin-top: 15px;
}

.background_start #middle_part {
	float: left;
	background-color: #fff;
	
	width: 1020px;
	height: auto;
	
	margin: auto;
	margin-top: 20px;
	margin-bottom: -30px;
	
	padding-bottom: 20px;
}
.background_start #middle_part h2#middle_title {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	border-top: solid 5px #641010;
}
.background_start #middle_part a {
	text-align: center;
    color: #990000;
	margin: 0 auto;
}
.background_start #middle_part a:hover {
	color: #EE0000;
}
.background_start #middle_part .news_row {
	width: 1020px;
	height: auto;
}
.background_start #middle_part .news_row .news{
	width: 320px;
	margin: 10px;
	float: left;
	font-size: 12px;
}
.background_start #middle_part .news_row .news h2.title{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}
.background_start #middle_part .news_row .news .description{
	margin-top: 0;
}
.background_start #middle_part .news_row .news .image{
	float: left;
	margin-top: 5px;
}
.background_start #middle_part .news_row .news .image img{
	max-width: 100%;
}
.background_start #middle_part .news_row .news .content{
	width: 100%;
	float: left;
	margin-top: 5px;
}
.background_start #middle_part .news_row .news .readmore .news_a{
	color: #fff;
	float: left;
	margin-top: 5px;
}

.background_start #footer_start{
	float:left;
	
	width: 1020px;
	height: 70px;
	
	margin: 0px;
    margin-top: 20px;
}
