@charset "UTF-8";
/* =======================================

	about CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
	1.Globalnavi
	2.Subnavi
	3.Contents
		3-1.
		3-2.
		
========================================== */

/*1.Globalnavi
========================================== */
/* down
* ***************************** */
#globalnavi #naviAbout a{
	background:none;
}
#globalnavi #globalnavi #naviAbout a:hover{
	background:none;
}

#globalnavi #naviAbout {
	background:url(../../../common/img/gnaviDown.png) no-repeat 0 0;
}


/* 2.Subnavi
========================================== */
/*#Contentsのheightと常に同じ値に設定*/
/*ie6で背景表示ができないので、#subnaviの背景の指定は最後に記述*/
/*#subnavi {
	height: 800px;
}
*//*#snaviCorporate{
	margin-right:0px;
	height: 49px;
}*/
#snaviGreeting a{
	background:url(../../img/subnavi.png) no-repeat 0 0;
}
#snaviGreeting a:hover{
	background:url(../../img/subnaviOver.png) no-repeat 0 0;
}
#snaviRinen a{
	background:url(../../img/subnavi.png) no-repeat 0 -30px;
}
#snaviRinen a:hover{
	background:url(../../img/subnaviOver.png) no-repeat 0 -30px;
}
#snaviCorporate a{
	background:url(../../img/subnavi.png) no-repeat 0 -60px;
}
#snaviCorporate a:hover{
	background:url(../../img/subnaviOver.png) no-repeat 0 -60px;
}
#snaviContribution a{
	background:url(../../img/subnavi.png) no-repeat 0 -90px;
}
#snaviContribution a:hover{
	background:url(../../img/subnaviOver.png) no-repeat 0 -90px;
}
#snaviScedule a{
	background:url(../../img/subnavi.png) no-repeat 0 -120px;
}
#snaviScedule a:hover{
	background:url(../../img/subnaviOver.png) no-repeat 0 -120px;
}

/* down
* ***************************** */
#snaviCorporate a{
	background: none;
}
#snaviCorporate a:hover{
	background: none;
}
#snaviCorporate {
	background: url(../../img/subnaviDown.png) no-repeat 0 -60px;
}
#subnavi {
	height: 804px;
}


/*#Contentsのheightと常に同じ値に設定*/
/* 3.Contents
========================================== */
#contents {
	height: 800px;
}

	/* 3-1.section1
	---------------------------------------- */
	#corporateContainer {
		margin-bottom: 40px;
	}
	#corporateContainer table {
		/*width: 100%;*/
		margin-left: 5px;
		margin-top: 10px;
		line-height: 4.0em;
	}
	#corporateContainer a.acccessLinkStyle{
		background: url(../../../common/img/arrowTriangleBlack.gif) no-repeat 0 1px;
		padding-left: 10px;
		text-decoration: underline;
	}
	#corporateContainer a.acccessLinkStyle:link, a.acccessLinkStyle:visited{
		color: #333;
	}

	#corporateContainer a.acccessLinkStyle:hover, a.acccessLinkStyle:active{
		color: #F60;
	}
	#corporateContainer table.base th, table.base td {
		font-size: 110%;
		border-bottom: #CCC solid 1px;
		vertical-align: middle;
	}
	#corporateContainer table.base td{
		padding-left: 50px;
	}
	#corporateContainer .tdStyle {
		line-height: 1.5em;
	}
	#corporateContainer #supplier{
		margin: 0.5em 0;
	}
	#corporateContainer #supplier li{
		line-height: 1.5em;
	}
	/* 3-2.section2
	---------------------------------------- */
