/*Comon Style-----------------------------------*/
@import url(./common/common.css);
@import url(./common/style.css);


/*Unique Style*/

.top #header	{
	height:374px;
	margin:0;
	background-image:none;
}

* html .top #header	{
	height:390px;
}

*+html .top #header	{
	height:390px;
}

/*Safari 3 Hack ↓*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	.top #header	{
	height:377px;
}
}
/*Safari 3 Hack ↑*/

#headline dl	{
	margin:0 0 1em;
}

#headline dt	{
	float:left;
	color:#EDDA78;
	font-weight:bold;
}

#headline dd	{
	margin-left:11.5em;
}
