@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/

p#jukoCompanyName:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html p#jukoCompanyName
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
p#jukoCompanyName
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
p#jukoCompanyName
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#xxx
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

							div#contentHeader（画像指定）
							
------------------------------------------------------------------------------*/
div#contentHeader{
	background-image: url(../../company/images/content_header.gif);
}



/*------------------------------------------------------------------------------

								div.vcard
							
------------------------------------------------------------------------------*/
div.section table{
	width: 559px;
}



/*------------------------------------------------------------------------------

								div.vcard
							
------------------------------------------------------------------------------*/
div.section div.vcard{
	margin: 10px 0px 20px 0px;
}

div.section div.vcard strong{
	display: block;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 5px;
	font-weight: bold;
}

div.section div.vcard a{
	padding-left: 13px;
	background: url(../../images/common/icon_arrow_gray.gif) no-repeat scroll left center;
}



/*------------------------------------------------------------------------------

								p#jukoCompanyName
							
------------------------------------------------------------------------------*/
p#jukoCompanyName span{
	display: block;
	float: left;
	width: 9em;
	padding-top: 17px;
}

p#jukoCompanyName a{
	display: block;
	float: left;
	width: 190px;
	height: 50px;
}
