@charset "utf-8";
/* CSS Document */

#pagetitle_image {
	background:url(../images/future_title.jpg) no-repeat; 
	width:890px;
	height:79px; 
	margin:0 auto;
	padding:0;
	}
#pagetitle_image span {display:block;text-indent:-99999px;}

#future {}

#future h3 {
	font-size:14px;
	color:#0063A9;
	line-height:20px;
	text-align:left;
	font-weight:bold;
	margin:10px 0 10px 0;
	padding:0;
	}
	
#future table {
	border-bottom:#999999 1px solid;
	border-left:#999999 1px solid;
	}

#future table td {
	border-top:#999999 1px dotted;
	border-right:#999999 1px solid;
	}

#future table th {
	border-top:#999999 1px solid;
	border-right:#999999 1px solid;
	background-color:#FCF2E1;
	color:#0063A9;
	text-align:center;
	}
	
.bg {background-color:#E3EEF6;}