@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	profile.css
	
	[概要]			会社概要・会社沿革 専用
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
.anchorLink:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html .anchorLink
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html .anchorLink
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
.anchorLink
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#mainContent h2
{
	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;
}



/*------------------------------------------------------------------------------

								見出し
								
------------------------------------------------------------------------------*/
#mainContent h2{
	margin-bottom: 10px;
	background: url(../../corporate/images/profile_h2.gif) no-repeat scroll left top;
}

#mainContent h3{
	width: 100%;
	min-height: 24px;
	margin-bottom: 6px;
	padding-top: 11px;
	background: url(../../images/common/h3_bg.gif) no-repeat scroll left top;
}
/* Win IE6 \*/
* html #mainContent h3
{
	height: 35px;
}
/* End Win IE6 */
#mainContent h3 span{
	display: block;
	padding: 0px 10px;
	font-weight: bold;
}

#history h3,#financialResults h3,#foodSafety h3,#environmentalPolicy h3{
	background: url(../../images/common/h3_l_bg.gif) no-repeat scroll left top;
}



/*------------------------------------------------------------------------------

								anchorLink
								
------------------------------------------------------------------------------*/
.anchorLink{
	margin-bottom: 10px;
}
.anchorLink li{
	float: left;
	padding-right: 13px;
}

.anchorLink li a{
	line-height: 1.2;
	padding: 5px 0px 5px 12px;
	background: url(../../images/common/icon_arrow_red.gif) no-repeat scroll 0em 0.5em;
	font-weight: bold;
}



/*------------------------------------------------------------------------------

								詳細
								
------------------------------------------------------------------------------*/
div.articleContent{
	padding: 0px 10px 0px 10px;
}

#sec1{
	float: left;
	width: 291px;
}

#outline{
	width: 291px;
	padding-bottom: 15px;
}

#description{
	width: 291px;
	padding-bottom: 15px;
}
#description p{
	margin: 0px 5px;
}

#administrator{
	float: right;
	width: 291px;
	padding-bottom: 15px;
}

#history{
	clear: both;
	padding-bottom: 15px;
}

#financialResults{
	padding-bottom: 15px;
}
#financialResults ul{
	margin: 0px 5px;
}
#financialResults li{
	padding-top: 5px;
}
#financialResults li a{
	font-weight: bold;
}


#foodSafety{
	padding-bottom: 15px;
}
#foodSafety ul{
	margin: 0px 5px;
}
#foodSafety li{
	padding-top: 5px;
}
#foodSafety li a{
	font-weight: bold;
}


#environmentalPolicy{
	padding-bottom: 15px;
}
#environmentalPolicy ul{
	margin: 0px 5px;
}
#environmentalPolicy li{
	padding-top: 5px;
}
#environmentalPolicy li a{
	font-weight: bold;
}

/*----- 表 -----*/

#outline th{
	width: 25%;
}
#administrator th{
	width: 40%;
}
#history table{
	width: 585px;
}
#history th{
	width: 25%;
	padding-top: 8px;
	padding-bottom: 8px;
}
#history td{
	padding-top: 8px;
	padding-bottom: 8px;
}



