@charset "utf-8";
/* CSS Document */

/* common settings
=================================*/
body {
	line-height: 1.4;
	color: #000000;
	font-size: 80%;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

a:link {
	color:#0000ff;
	text-decoration:underline;
}
a:visited {
	color:#800080;
}
a:active,a:hover {
	text-decoration:none;
}

/* header
---------------------------------*/
#headContainer #tagLine h1 {
	color: #666666;
	line-height: 1.1;
	text-align: right;
	font-size: 12px;
}
#headContainer #header #busHour ul li.date,
#headContainer #header #busHour ul li.time,
#headContainer #header #busHour ul li.wai {
	color: #666666;
	line-height: 1.1;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}


/* contents
---------------------------------*/
#mainContainer dl.news001 dd dl dd span {
	color: #ff6600;
	font-weight: bold;
}


/* footer
---------------------------------*/
#footContainer #contact {
	color: #ffffff;
}
#footContainer #contact a:link,
#footContainer #contact a:visited {
	color:#ffffff;
	font-weight: bold;
	text-decoration:underline;
}
#footContainer #contact a:active,
#footContainer #contact a:hover {
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
}
