@charset "UTF-8";
/* Page style CSS */

body {
	font-size: 14px;
	line-height: 1.4em;
    -webkit-text-size-adjust: 100%;
    letter-spacing: -0.001em;
}
a:link {color:#0066cc; text-decoration: underline;}
a:visited {color:#0066cc; text-decoration: underline;}
a:hover {color:#0066cc; text-decoration: none;}
a:active {color:#0066cc; text-decoration: underline;}

sub {
	font-size: 60%;
	line-height: 1.4em;
	vertical-align: baseline;
}

.stageL{
	float: left;
}
.stageR {
	float: right;
}
.stageCr:after {
    content: ""; 
    display: block; 
    clear: both;
}
.tCenter {
	text-align: center;
}
#wrapper {
	width: 320px;
	margin: 0 auto;
}

/*---------------------------
	#main
---------------------------*/
#main {
	margin-bottom: 0px;
	text-align: center;
}

/*---------------------------
	#deli_tbl
---------------------------*/
#hassou {
	text-align:center;
	margin-bottom:15px;
}
#hassou p {
	margin-bottom:5px;
}

#deli_tbl{
	text-align:center;
}

#deli_tbl table{
	margin:0 auto;
}

#deli_tbl table tr{
	background-color: #808080;

}

#deli_tbl table tr.active_cell{
	background-color: #ffff00;
}

#deli_tbl table tr td{
	border:1px #ffffff solid;
	padding: 8px;
}

#deli_tbl table tr.active_cell td:first-child{
	border-right:1px #000000 solid;
	font-weight: bold;
}

#deli_tbl table tr.active_cell td span#tbl_alert{
	color: #c00000;
}

