/* PageTitle
---------------------------------------------------- */
#title {

}

#title h2 {
	height:40px;
	background-image:url(../images/page2/ttl_bar.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#88CFFF;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding : 25px 0 0 10px;
	margin : 0px 0 0 0;
}


.profile_process {
	margin : 15px 5px 20px 20px;
}

.profile_date {
	width : 35%;
	color : #147ae2;
	float : left;
	margin: 0 0 0 0;
}

.profile_txt {
	width : 60%;
	float : left;
	margin: 0 0 0 5px;
}


.info_tabl table {
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	margin-bottom:30px;
	margin:20px 0 20px 0;
	width:100%;
}


.info_tabl table th { 
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:bold;
	background-color:#F7F2DB;
	width:20%;
	text-align:center;
}

.info_tabl table td {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FFFFFF;
	text-align:center;
}

.info_tabl table td.topi {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FFFFCC;
	text-align:center;
	width:13%;
}


.info_tabl02 table {
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	margin-bottom:30px;
	margin:20px 0 20px 0;
	width:100%;
}


.info_tabl02 table th { 
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:bold;
	background-color:#F7F2DB;
	width:11%;
	text-align:center;
	vertical-align:middle;
}

.info_tabl02 table td.ff {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FFFFFF;
	text-align:center;
	width:11%;
}

.info_tabl02 table td.red {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#CC0000;
	text-align:center;
	width:11%;
}

.info_tabl02 table td.pink {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FF66CC;
	text-align:center;
	width:11%;
}

.info_tabl02 table td.green {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#66FF99;
	text-align:center;
	width:11%;
}

.info_tabl02 table td.yellow {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FFFF66;
	text-align:center;
	width:11%;
}



