@charset "utf-8";
	h2 {
		font-family:Century Gothic, Helvetica, Arial;
		font-size:24px;
		color: #003366;
		margin-bottom:10px;
		margin-top: 0px;
	}
	h3 {
		font-family:Century Gothic, Helvetica, Arial;
		color: #003366;
		font-size:20px;
		margin-bottom:0px;
		margin-top: 0px;
	}
	h4 {
		font-family:Century Gothic, Helvetica, Arial;
		color: #003366;
		font-size:16px;
		margin-bottom:0px;
		margin-top: 0px;
	}
	h5 {
		font-family:Century Gothic, Helvetica, Arial;
		color: #003366;
		font-size:14px;
		margin-bottom:0px;
		margin-top: 0px;
	}
	
	.scheduletable, #pricetable {
		border: 1px solid #999999;
	}
	.scheduletable td, #pricetable td, .scheduletable th, #pricetable th {
		padding:5px;
	}
	.scheduletable th.normal, #pricetable th.normal {
		font-weight:bold;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}
	.scheduletable th.right, #pricetable th.right {
		font-weight:bold;
		border-right: 0px;
		border-bottom: 1px solid #999999;
	}
	.scheduletable td.normal, #pricetable td.normal {
		border-right: 1px solid #999999;
		font-size:11px;
		border-bottom: 1px solid #999999;
	}
	.scheduletable td.soldout {	
		color: red;
		font-size:11px;
		font-weight: bold;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}
	.scheduletable td.right, #pricetable td.right {
		border-right: 0px;
		font-size:11px;
		border-bottom: 1px solid #999999;
	}
	.scheduletable td.soldout_right {	
		color: red;
		font-size:11px;
		font-weight: bold;
		border-bottom: 1px solid #999999;
	}
	.scheduletable td.bottom, #pricetable td.bottom {
		border-right: 1px solid #999999;
		font-size:11px;
	}
	.scheduletable td.soldout_bottom {	
		color: red;
		font-size:11px;
		font-weight: bold;
		border-right: 1px solid #999999;
	}
	.scheduletable td.bottomright, #pricetable td.bottomright {
		border-right: 0px;
		border-bottom: 0px;
		font-size:11px;
	}
	.scheduletable td.soldout_bottom_right {	
		color: red;
		font-size:11px;
		font-weight: bold;
	}


