@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(basic.css); 

h1,h2,h3,h4{
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

/* layout*/
#container{
	margin:0 10px;
}
#top{
	line-height:20px;
	border-bottom:1px solid #CCCCCC;
	margin:10px -10px;
	}
#header{
	height:100px;
	}
	
#footer{
	margin-top:20px;
	}

#content{
	width:100%;
	padding:0px;
	}
	
	
/*Style*/


#content p{
	margin-bottom:10px;
	}

.search{
	//line-height:30px;
	}
.search-box{
	width:250px;
	}

.filter{
	padding-bottom:5px;
	}

.logo{
	width:200px;
	}

ul.h-list{

	line-height:16px;
	height:16px;
	margin:5px 0;
	}
ul.h-list li{
	padding:0 15px;
	}
ul.h-list li a{
	font-weight:bold;
	}
	
.overlay-text{
	color:#CCCCCC;
}