@charset "utf-8";
#up_index_icon-all {
	width: 100%;
	height: 147px;
	float: left;
	background-color: #faf9f9;
}
#up_index_icon {
	width: 1024px;
	height: 147px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 7px;
}

@font-face {
	font-family: 'fontello';
  	src: url('icon/font/fontello.eot?86412118');
  	src: url('icon/font/fontello.eot?86412118#iefix') format('embedded-opentype'),
	   	 url('icon/font/fontello.woff?86412118') format('woff'),
	   	 url('icon/font/fontello.ttf?86412118') format('truetype'),
	   	 url('icon/font/fontello.svg?86412118#fontello') format('svg');
  	font-weight: normal;
  	font-style: normal;
}
.demo-icon{
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
 
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
 
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
 
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
 
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
 
	/* You can be more comfortable with increased icons size */
	/* font-size: 120%; */
 
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}
.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}
#menu {
	list-style: none;
	position: relative;
	width: 560px;
	margin-left: 130px;
	height: 147px;
	float: left;
	display: block;
}

#menu li {
	border-right-style: solid;
	text-align: center;
	float: left;
	display: block;
}
#menu li a {
	display: block;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
#menu li ul {
	list-style: none;
	position: absolute;
	width: 510px;
	display: none;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(../images/icon_02.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-left: 10px;
	left: 0px;
	float: left;
	height: auto;
	margin-top: 15px;
	z-index: 2;
}
#menu > li > ul > li:before{
	content: '';
	position: absolute;
	width: 510px;
	height: 20px;
	top: -13px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-image: url(../images/icon_01.png);
	left: 0px;
	float: left;
}
#menu li ul li {
	width: 169px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 0.8em;
}
#menu li ul li a {
	width: 169px;
	display: inline-block;
	color: #4c4c4c;
}
#menu li ul li a:hover {
	text-decoration: none;
	color: #bf1414;
}
.icon_h1 {
	font-size: 1.125em;
	font-weight: bold;
	color: #5b2e09;
	height: 20px;
	line-height: 20px;
}
.icon_h2 {
	font-size: 1em;
	font-family: Arial;
	height: 18px;
	line-height: 18px;
	color: #5b2e09;
}
.icon_cg {
	font-size: 2em;
	height: 38px;
	line-height: 38px;
	color: #9c723a;
}
.menu_icon {
	padding-top: 64px;
	padding-bottom: 8px;
	height: 76px;
}
#icon_logo {
	position: relative;
	float: left;
	z-index: 2;
}
