@charset "utf-8";

#present .blockMain{
	margin:25px auto;
	background:#E8F6FD url(/present/img/bg_pre001.jpg) no-repeat left top;
	color:#333;
	overflow:hidden;
	font-size:12px;
}

*html #present .blockMain{
	height:1%;
}

#present .blockMain h3{
	margin:15px auto;
}

#present .blockMain .date{
	text-align:right;
	font-weight:bold;
	margin-right:12px;
	margin-bottom:15px;
}

#present .blockMainLeft{
	width:312px;
	float:left;
	margin-left:12px;
	_display:inline;
	line-height:150%;
	text-align:left;
}

#present .blockMainLeft p{
	margin:30px 0 20px;
}

#present .blockMainRight{
	width:160px;
	float:right;
	margin-right:12px;
	_display:inline;
}

.blockMainBtn{
	text-align:center;
	margin:0 auto;
}

#present .blockMainRight p{
	margin:15px 0;
	font-size:11px;
}

#present .blockMainBottom{
	background:url(/present/img/bg_pre002.gif) no-repeat right bottom;
}


/*--------------------------------------
テーブル
--------------------------------------*/
/*-------
共通
-------*/
#present table{
	border-collapse:collapse;
	font-size:12px;
	margin:0 auto 12px;
}

#present caption{
	background-color:#412716;
	font-size:14px;
	padding:9px 0;
	color:#fff;
}

#present th{
	background-color:#ECE9E7;
}

#present td{
	line-height:150%;
}

#present th,#present td{
	text-align:left;
	vertical-align:top;
	padding:16px 8px 12px 18px;
	border:1px solid #c8c8c8;
}

/*-------
個別設定
-------*/
#present table.feb23 th{
	white-space:nowrap;
}
