@charset "UTF-8";

@import url("default.css");
@import url("subpage.css");

h1	{
		margin: 0 8px;
}

#companyinfo	{
	color: #eee;
	padding:50px 0 25px 65px;
}

#companyinfo dt	{
	clear: both;
	float: left;
	width: 85px;
}

#companyinfo dd	{
	margin-left: 100px;
	margin-bottom: 10px;
}

p.relatedlink	{
	padding-left: 65px !important;
	/*subpage.css内の「#contentsbox p」で指定している左余白を上書き。*/
}
