@charset "UTF-8";
@font-face {
	 font-family: Conv_Roboto-Light;
    src: url('font/Roboto-Light.eot');
    src: url('font/Roboto-Light.eot?') format('embedded-opentype'),
         url('font/Roboto-Light.woff') format('woff'),
         url('font/Roboto-Light.ttf') format('truetype');
	
}
body {
	font-family: Conv_Roboto-Light;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#h_poprate {
	display:block;
	height: 40px;
	background-color:#B90000;
	border-bottom: solid 3px #CCC;
}
#h_home {
	display:block;
	height: 40px;
	width: 120px;;
	float: left;
	background-color:#B90000;
    text-align:center;
}
#font_home {
	font-size:16px;
    color:white;
	line-height: 50px;
}
#font_home:link {
	text-decoration: none;
}
#h_content {
	display:block;
	height: 40px;
	width:auto;
	float: left;
}
#h_content2 {
	display:block;
	height: 40px;
	width:auto;
	float: right;
}
#hfont_content {
	font-size:20px;
    color:white;
	font-style:normal;
	line-height: 50px;
}
