@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCCCCC;

	font: 14px  Candara,Arial, Helvetica, sans-serif;  
	
	color: #666666; #CC0000; 
}

img {

 border: none;

 }

a {
    font: 12px Candara,Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	text-decoration:none;

}

a:hover {
	color: #0099FF; 
}

#addr {
  font: 12px   Candara,Arial, Helvetica, sans-serif; 
  color: #FFFFFF; 
}

hr {
color: #0099FF;
}
.main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	height: 390px;
	padding-top: 50px;
	background-color: #FFF;
	background-image: url(../image/middle_line.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.main .main_top {
	margin-top: 100px;
}
.main .main_top .top_left {
	float: left;
	width: 50%;
	text-align: center;
	height: 100px;
	vertical-align: middle;
}
.main .main_middle {
}

.main .main_top .top_right {
	float: left;
	width: 50%;
	text-align: center;
	height: 100px;
}
.main .main_middle {
	height: 100px;
	clear: both;
	width: 100%;
}
.main .main_middle .middle_left {
	width: 50%;
	float: left;
	height: 100px;
	text-align: center;
}
.main .main_middle .middle_right {
	width: 50%;
	float: left;
	height: 100px;
	text-align: center;
}
.main .main_down {
	padding-top: 60px;
	text-align: right;
}

.menu_list {	
	width: 120px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    }
.menu_head a{ color:#FFF;
text-decoration:none;

}

.menu_head a:hover{ color:#0099ff;
text-decoration:none;

}
	
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#FFF;
   padding-left:10px;
  font-weight:bold;
  text-decoration:none;
  padding-left:20px;
}
.menu_body a:hover{
  color: #0099ff;
  text-decoration:underline;
  }
  
.rightquote {
	padding-top: 30px;
	height: 20px;
	text-align: right;
	font-family: Candara,Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	float: right;
	padding-right: 20px;
	padding-bottom: 0px;
}
.rightquote b {
	background-color: #FFF;
	color: #999;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.style1 {
	color: #0995f6;
}
