/* common-title --------------------------- */
#common-title{
	position:relative;
	top:-10px;
	z-index:1;
	margin:0 auto;
	padding:0 0 0 25px;
	height:100px;
	width:775px;
	background:url(common-title/common-title.jpg) no-repeat top left;
}

/* clear fix */
#common-title{
	zoom:1;/*for IE 5.5-7*/
}
#common-title:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

#common-title h1{
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	margin:60px 0 0 0;
	height:40px;
	width:400px;
	float:left;
}

#common-title p{
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	margin:36px 0 0 0;
	height:64px;
	width:184px;
	float:right;
	background:url(common-title/p.png) no-repeat top left;
}

* html #common-title p{
	behavior: expression(IEPNGFIX.fix(this)); 
}

#common-title p a{
	display:block;
	height:64px;
	width:184px;
}
