@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: 950px;
}
*//*#snaviGreeting,#snaviRinen,#snaviCorporate,#snaviContribution,#snaviScedule{
	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
* ***************************** */
#snaviScedule a{
	background: none;
}
#snaviScedule a:hover{
	background: none;
}
#snaviScedule {
	background: url(../../img/subnaviDown.png) no-repeat 0 -120px;
}
#subnavi {
	height: 1000px;
}


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

	/* 3-1.section1
	---------------------------------------- */
	#sceduleContainer {
		margin-bottom: 15px;
	}
	#sceduleContainer p{
		font-size: 110%;
		line-height: 1.2em;
		margin-left: 5px;
		margin-top: 20px;
	}
	#sceduleContainer table {
		width: 97%;
		margin-left: 5px;
		margin-top: 30px;
		line-height: 5.0em;
	}
	#sceduleContainer table.base th, table.base td {
		font-size: 110%;
		border: #CCC solid 1px;
		vertical-align: middle;
	}
	#sceduleContainer table.base th{
		width: 100px;
		text-align: center;
	}
	#sceduleContainer table.base td{
		width: 380px;
		padding-left: 50px;
	}
	#sceduleContainer .tdStyle {
		line-height: 1.5em;
	}
	#sceduleContainer ul{
		width: 270px;
	}
	#sceduleContainer .event li{
		line-height: 1.5em;
		list-style-type: disc;
	}
	#sceduleContainer img{
		margin-top: -150px;
		margin-left: 350px;
	}
	* html #sceduleContainer img{
		display: none;
	}
/*	#sceduleContainer table.base td.imgLayout{
		background: url(../img/round_photo.png) no-repeat 330px -50px;
	}
*/	/* 3-2.section2
	---------------------------------------- */
