@charset "utf-8";

/* == レフトサイド ========================================================== */

/* == プレスリリースメインデータ == */
#newsdetail{
	width:660px;
	margin:0px;
}

#pressRelease{
	width:660px;
}

	#pressReleaseCompany{
		width:660px;
		height:26px;
		margin:0px 0px 0px 0px;
		padding:3px 0px 0px 5px;
		background-color:#eeeeee;
	}

	#pressReleaseTitle{
		width:660px;
		margin:6px 0px 4px 0px;
	}

	#pressReleaseTitle h1{
		font-size:1.2em;
	}

	#pressReleaseDate{
		width:660px;
		font-size:0.86em;
	}

	#pressReleaseBody{
		font-size:1.0em;
		line-height:1.4em;
	}

	#pressReleaseLink{
		font-size:1.0em;
		line-height:1.4em;
	}

