@charset "UTF-8";

/*--------------------------------------------------------------------
company.html
company.css
--------------------------------------------------------------------*/


/*------------greeting---------------------------------------------------------------*/
#greeting #grePho { border: 1px solid #7f7f7f; }
#greeting #greTxt { margin-top: 20px; }
#greeting #greTxt dl#txt { line-height: 1.8; }
#greeting #greTxt dl#txt dt {
	margin-bottom: 25px;
	font-size: 1.44em;
	font-weight: bold;
	color: #326ca0;
}
#greeting #greTxt dl#name {
	margin-top: 30px;
	text-align: right;
}
#greeting #greTxt dl#name * { display: inline-block; }
#greeting #greTxt dl#name dt { margin-right: .5em; }


/*------------profile---------------------------------------------------------------*/
#profile #accPho { border: 1px solid #7f7f7f; }
#profile #accMap {
	margin-top: 20px;
	border: 1px solid #7f7f7f;
}