@charset "UTF-8";
/* CSS Document */


/* headtag ---------------------------- */
#stage h2{
	font-size: 1px;
	line-height: 1px;
	text-indent: -1000em;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/* counseling-style */
#stage h2.title{
background-image: url(../images/hl_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 155px;
}

/* datatable */
#stage .data-table{
	margin: 30px 0 20px 0;
	padding: 0px;
	height: auto;
	width: 650px;
}
#stage .data-table table{
	height: auto;
	width: 650px;
	margin:10px 0 0 0;
}
#stage .data-table th{
	color: #FFB29F;
	text-align: left;
	vertical-align: top;
	width: 160px;
	padding:10px 0 10px 10px;
}
#stage .data-table td{
text-align: left;
vertical-align: top;
padding:10px 0;
}
#stage .data-table tr.colored th,#stage .data-table tr.colored td{
	background-color: #FFF5EB;
}

#stage #alert{
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	padding: 10px 0;
	margin: 0px;
	background-color: #FFEBFF;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

