@charset "UTF-8";
/* CSS Document */
#main_img{background:url(../images/top_bg.jpg) no-repeat top center;}

#top_info{width:485px; float:left;}
#info_content{background:#525151; padding:15px 20px; color:#fff; overflow:auto; height:60px;}
#info_content ul li{background:url(../images/top_list.png) no-repeat 0 2px; padding-left:20px;}
#info_content ul li span{font-weight:bold; padding-right:20px;}
#top_contact{float:right; padding-top:15px;}
#top_contact p{line-height:24px;}
#top_contact p#mail{color:#ff9900;text-decoration:underline;}
#top_contact p#mail a{color:#ff9900;}

/*==================== MEDIA SCREEN =========================*/

@media only screen and (max-width:960px){
#main_img{ width:100%;}	
#top_info{width:57%;}
#top_contact{width:41%;}
#top_contact p{line-height:20px;}
}

@media only screen and (max-width:768px){
#top_info{width:100%; float:none;}	
#top_contact{float:none; width:100%;}	
}
	
	
@media only screen and (max-width:480px){
#top_info {font-size:11px;}
#top_contact{font-size:12px;}	
	
}