@charset "utf-8";
/* CSS Document */

/*overall*/

#overall		{margin:0 auto;width:905px;}


/* headerArea */

#headerArea		{width:900px;height:74px;border-bottom:1px solid #ccc;overflow:hidden;}

#headerArea #logo	{float:left;}

#headerArea ul		{padding:53px 0 10px 0;margin:0;}

#headerArea ul li	{list-style-type:none;float:left;}

#headerArea ul li a img	{vertical-align:top;}

hr			{display:none;}


/* clearfix */

.clearfix:after {

content:"";

display:block;

clear:both;

}


	/* for IE6 */

	* html .clearfix {

	display:inline-block;

	}

	

	/* for IE7 */

	*+html .clearfix {

	display:inline-block;

	}
	
	
	
/* --OTHER TAGS-- */

a {

overflow:hidden;

}



a img, img { 

border:0;

}

