﻿@charset "utf-8";
#header a:hover{
	font-size:17px;
}
#header {
	color: #000000;
	padding: 0px;
	height: 100px;
	width: 100%;
	background-color: #F26752;
	display:block;
	/*position:relative;                       273340*/ 
}
#header #logo {
	height: 100%;
	width: 40%;
	/*background-color: #999;*/
	margin-left: 15%;
	float: left;
	text-align: center;
	display: block;
}

#header #logo img {
	height: 60%;
	width: 100%;
	display: block;
	margin-top: 13px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border:0;
}

#header #tel {
	/*width: 15%;*/
	width:20%;
	height: 100%;
	/*background-color: #999;*/
	margin-left: 2%;
	float: left;
	line-height: 85px;
	text-decoration: none;
	display: block;
	color: #192731;
	overflow:hidden;	
	font-family:"Microsoft Sans Serif";
}
#header #tel img{
	height:30%;
	width:10%;
	margin-top: 30px;
	float: left;
}
#header #logo a{
	 list-style: none;
	 cursor:default;
}
#header #menu {
	/*width: 35%;*/
	width:30%;
	height: 100%;
	/*background-color: #999;*/
	margin-right: 15%;
	float: right;
}
#header #menu #menu_list li {
	/*border-right-width: 20px;*/
	/*margin-right: 40px;*/
	min-width:80px;
	width: auto;
	text-align: center;
	line-height: 100px;
	float:right;
	padding: 0 10px;
}
