@charset "UTF-8";

/*------------------------------------------------------------------------------
	Kyowa-Takkyu - CSS Modules Import
	Date: 2009-03-18
------------------------------------------------------------------------------*/

#content{
	padding:20px 0 0;
	text-align:left;
}
#content *{
	line-height:1.5;
}

#footNav{
	padding-left:25px;
}

h1{
	padding:0 25px 20px
}


.historybox{
	margin-left:24px;
	margin-right:20px;
	margin-bottom:20px;
	padding-bottom:30px;
	padding:10px 0px 10px 0px;


}

*html .historybox{
	width: 750px;
	margin-left:24px;
	margin-right:20px;
	margin-bottom:20px;
	padding-bottom:30px;
	padding:10px 0px 10px 0px;

}

.historybox table.history{
	border-collapse:collapse;
	width: 100%
}
.historybox .history th{
	text-align:center;
	padding:3px 0;
	white-space:nowrap;
	border:1px solid #333;
	background-color: #ffcccc
}
.historybox .history td{
	text-align:center;
	padding:3px;
	border:1px solid #333;
}
.historybox .history td.year1{
	width:50px;
}
.historybox .history td.person{
	width:100px;
}
.historybox .history td.year2{
	width:80px;
}
.historybox .history td.director{
	width:80px;
	padding:3px 10px;
}

.historybox .history td.topics{
	text-align:left;
	width:auto;
	padding:3px 10px;
}

ul#year{
	padding:10px 25px 10px;
}


ul#year li{
	float:left;
	border:1px solid #ccc;
	padding-left:3px;
	margin-right:5px;
}
ul#year li a{
	float:left;
	display:block;
	padding:3px 5px 2px 13px;
	background:url(/takkyu/common/images/link_icon.gif) left center no-repeat;
	line-height:1.3;
}

