@charset "Shift_JIS";

/*	スタイルシート　[ 十島村役場：フェリー情報 ]
=================================================================== */
/* 再定義 */
/* ※※※※※※　各領域定義　※※※※※※
/*	全体枠組み
=================================================================== */
div#accessLeft {
	float: left;
	width: 370px;
}
div#accessRight {
	float: right;
	width: 250px;
}
table.access-ferry {
	margin: 5px 0 0 0;
	width: 350px;
}
table.access-ferry td {
	border-bottom: #ccc 1px dotted;
}

ul.ship {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
ul.ship li {
	float: left;
	_display: inline; /* ie6 */
	text-align: center;
	width: 155px;
}
ul.ship li p {
	padding: 0 0 5px 0;
}


/* 時刻表 */
table.time-table {
	border: solid 1px #99c;
	margin: 10px 0;
}
table.time-table td {
	border: solid 1px #99c;
	text-align: center;
	vertical-align: top;
}
table.time-table th {
	background-color: #D9D9FF;
	border: solid 1px #99c;
	text-align: center;
	vertical-align: top;
}
table.time-table tr.sun {
	background-color: #FFDFDF;
}
table.time-table tr.sat {
	background-color: #CCDDEE;
}
table.time-table td.text-left {
	text-align: left;
}
.tdwidth05 {
	width: 5%;
}

ul.notice {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
ul.notice li {
	color: #CC3333;
	font-weight: bold;
}
