@charset "utf-8" ;
@import url(default.css);

/******************** head ******************/

#head h1 {
position: absolute ;
top: -10em ;
left: -10em ;
}

/******************** main ******************/

#main h2,
#main p,
#main table,
#main ul,
#main hr {
margin-right: 20px ;
}

#main h2 {
height: 28px ;
border-bottom: 1px solid #666 ;
margin-bottom: 15px ;
font-weight: normal ;
text-indent: -9999px ;
background: url(../images/bg_h2_pickup_news.gif) no-repeat left center transparent ;
}

#main ul {
font-size: 95% ;
margin-bottom: 0 !important ;
}

#main li {
margin-bottom: 15px ;
}

/********************  for print ******************/

@media print {
 
	#main h2 {
	text-indent: 0 ;
	background-image: none ;
	}
	
}