@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	greeting.css
	
	[概要]			会社概要 社長ご挨拶専用
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
#xxx:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html #xxx
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html #xxx
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
#xxx
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
p#signature,
div#mainContent div#slogan h3,
div#slogan p
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

								
								
------------------------------------------------------------------------------*/
div#mainContent h2{
	margin-bottom: 19px;
	background: url(../../corporate/images/greeting_h2.gif) no-repeat scroll left top;
}

div#mainContent div#slogan h3{
	width: 585px;
	height: 46px;
	background: url(../../corporate/images/slogan_h3.gif) no-repeat scroll left top;
}

div#slogan p{
	width: 585px;
	height: 130px;
	background: url(../../corporate/images/slogan_p.gif) no-repeat scroll left top;
}

p#signature{
	width: 100%;
	height: 46px;
	margin-top: 20px;
	background: url(../../corporate/images/president_name.gif) no-repeat scroll 330px 0px;
}

div#mainContent h3{
	width: 100%;
	min-height: 24px;
	margin-bottom: 6px;
	padding-top: 11px;
	background: url(../../images/common/h3_l_bg.gif) no-repeat scroll left top;
}

* html div#mainContent h3
{
	height: 35px;
}

div.article div{
	margin: 10px;
}

div#mainContent h3 span{
	display: block;
	padding: 0px 10px;
	font-weight: bold;
}

div.article p.photo{
	margin-left: 10px;
}