@charset "utf-8";

/* 歴史表 */
#historyTable {
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
	width:auto;
	height:auto;
	margin:10px;
	border-left:1px solid #333;
	border-top:1px solid #333;
}
#historyTable th{
	background:#004D91;
	color:#FFFFFF;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:3px;
}
#historyTable td{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:3px;
	vertical-align:top;
}
#historyTable td img{
	margin-top:3px;
}
.txt_center{
	text-align:center;
}
.imgL_company150 { /* 左寄せ + ボーダー */
	width:150px;
	float: left;
	border-right:10px solid #FFFFFF;
}
/************************************************/

/* チームヒストリー */
/************************************************/
.timeline {
	width: 104px ;
	font-size: 15px ;
	color: #000000 ;
	vertical-align: top ;
	font-weight: bold ;
	text-align: left ;
	background-image: url(../../_share/bg_td01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 5px 5px 6px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}

.historydate {
	width: 48px ;
	padding: 5px ;
	color: #444 ;
	vertical-align: top ;
	font-weight: bold ;
	text-align: right ;
	background-color: #F9F9F9;
	background-image: url(../../_share/bg_td02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.historyinfo {
	width: auto ;
	padding: 5px ;
	color: #444 ;
	vertical-align: top ;
	text-align: left ;
	background-image: url(../../_share/bg_td02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.historyintro {
	width: auto ;
	padding: 5px ;
	vertical-align: top ;
	text-align: left ;
	background:url(../../_share/boxGeneral.gif) ;
	line-height:1.2em;
	border:1px solid #cccccc;
}

/* 今こそみんなで和の力 */
/************************************************/
#movie_gallery {
	list-style: none;
	padding: 0;
}
#movie_gallery li {
	float: left;
	width: 280px;
	padding: 5px;
	margin: 5px;
	background-color: #f6f7e8;
}
#movie_gallery li p.player {
	border-left: #339933 solid 5px;
	text-indent: 10px;
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
}



