@charset "Shift_JIS";

@import url("../../../lib/css/common.css");

/* ------------------------------------------------------------

body
 |-- #whole
 |      |-- #header
 |      |-- #main
 |      |-- #navigation
 |      |-- #footer

------------------------------------------------------------ */

/* First, the elements
------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}

ul li {
	list-style-type: none;
}

hr {
	display: none;
}

img {
	vertical-align: bottom;
}

strong {
	font-weight: bold;
}

/* whole
------------------------------------------------------------*/

#whole {
	text-align: left;
}

/* header
------------------------------------------------------------*/

#header {
	height: 60px;
	background: #dbecfb;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 12px;
}

#header h1 {
	background: url("../image/h1_bg.jpg") 0 0 no-repeat;
	height: 37px;
	width: 174px;
	text-indent: -9999px;
	margin: 0 0 0 10px;
}

#header p.close {
	background: url("../image/close.gif") 0 0 no-repeat;
	height: 23px;
	width: 67px;
	position: absolute;
	top: 32px;
	right: 5px;
	text-indent: -9999px;
}
#header p.close a {
	height: 23px;
	width: 67px;
	display: block;
}

/* Main
------------------------------------------------------------*/

#main h2 {
	background: url("../../../lib/img_common/h_square.gif") 0 50% no-repeat;
	color: #09c;
	font-size: 100%;
	font-weight: bold;
	text-indent: 18px;
	margin: 15px 0 10px 15px;
}

#main p {
	font-size: 84%;
	margin: 0 33px 10px 33px;
	line-height: 1.5;
}

#main .info {
	background: #cff;
	padding: 15px;
	margin: 0 33px 10px 33px;
}

#main .info table {
	font-size: 84%;
	margin-bottom: 10px;
}

#main .info table tr th {
	text-align: left;
	vertical-align: top;
	padding: 0 6px 6px 0;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.5;
}

#main .info table tr td {
	vertical-align: top;
	padding-bottom: 6px;
	line-height: 1.5;
}

#main .info p {
	margin-left: 0;
}

#main p.app {
	text-align: center;
	padding-bottom: 5px;
}

#main .info img {
	margin-bottom: 5px;
}

/* スクールバス時刻表 */

#main .time_table {
	width: 530px;
	margin-left: 15px;
	padding-bottom: 20px;
}

#main #left {
	display: inline; /* WinIE で float を指定したボックスのマージンが倍になるバグ対策 */
	float: left;
	width: 250px;
}

#main #right {
	display: inline; /* WinIE で float を指定したボックスのマージンが倍になるバグ対策 */
	float: right;
	width: 250px;
}

#main table.bus_time {
	font-size: 84%;
	text-align: center;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	width: 250px;
}

#main table.bus_time tr td,
#main table.bus_time tr th {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 3px;
}
,
#main table.bus_time tr th {
	background: #eee;
}

#main table.bus_time tr td.yellow {
	background: #ff9;
}

#main table.bus_time tr.title th {
	background: #dbecfb;
}

#footer {
	font-size: 84%;
	margin: 20px 0 10px 0;
	border-top: 1px solid #bbb;
	padding: 5px 0 10px 0;;
}

#footer p.copyright {
	float: left;
	display: inline; /* WinIE で float を指定したボックスのマージンが倍になるバグ対策 */
	margin-left: 10px;
}

#footer p.gotoindex {
	float: right;
	display: inline; /* WinIE で float を指定したボックスのマージンが倍になるバグ対策 */
	margin-right: 10px;
}

#footer p.gotoindex a {
	background: url("../../../lib/img_common/arrow_top.gif") 0 50% no-repeat;
	padding-left: 13px;
}