@charset "utf-8";

/*________________________________________________

	name:			blue.css
	author:			kumi morita
	mail:			morimori@elf.coara.or.jp
	create Date:	2010-07-01
	lastmodified:	****-**-**
________________________________________________*/

 
/*--------------------------------------------------------------
body
--------------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: auto!important;
	background: #0000ff;
	color: #ffffff;
	text-align: center;
}

/*--------------------------------------------------------------
link
--------------------------------------------------------------*/
a {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
}

/*--------------------------------------------------------------
.contents table　時刻表
--------------------------------------------------------------*/
.contents table {
	width: auto;
	height: auto;
	margin: 0 0 1em 0;
	border-collapse: collapse;
	border: 1px #ffffff solid;
	text-align: left;
}
.contents th {
	width: auto;
	height: auto;
	padding: 0.2em;
	border-collapse: collapse;
	border: 1px #ffffff solid;
	font-weight: bold;
}
.contents td {
	width: auto;
	height: auto;
	padding: 0.2em;
	border-collapse: collapse;
	border: 1px #ffffff solid;
}


