@charset "utf-8";

/*初期化*/
html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
h1,h2,h3,h4,h5,p,ul,ol {
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border:none;
}
.clear {
	clear: both;
	height: auto;
	width: auto;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration:underline;
}
a:hover {
	color: #003366;
	text-decoration:underline;
}
/*レイアウト*/
body {
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
}
body,td,th,div {
	font-family: "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック";
	font-size:12px;
	line-height:150%;
	color:#333333;
}
#container {
	padding: 20px 30px;
	margin: 0px auto;
	width: 736px;
	text-align: left;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
}
body > #container {
	height: auto;
}

.pagearea a:link,
.pagearea a:visited,
.pagearea a:hover {
	text-decoration:none;
}
/*TXT*/
.txtSmall {
	font-size: 10px;
	line-height: 150%;
}
.txtMidium {
	font-size: 14px;
	line-height: 150%;
}

/*common*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.centerBox {
	text-align: center;
}
.rightBox {
	text-align: right;
}
.imgSpace {
	padding: 10px 0px;
}
.imgSpaceTop {
	padding: 10px 0px 0px 0px;
}
.imgSpaceUnder {
	padding: 0px 0px 10px 0px;
}
.imgSpaceLeft {
	padding: 0px 0px 0px 10px;
}
.imgSpaceRight {
	padding: 0px 10px 0px 0px;
}

.color-orange {
	color: #FF6600;
}
.color-red {
	color: #FF0000;
}
.color-black {
	color: #000000;
}
.color-white {
	color: #FFFFFF;
}
.color-green {
	color: #009900;
}


/* table-style */



table.table-no {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding: 5px;


}
table.table-no td {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding: 5px;

}
table.table-no th {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	background-color:#EDEDED;
	padding: 5px;
	text-align:left;
	font-size:10px;
	color:#333333;

}
#header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-top: 20px;
}
#content {
	margin: 0px auto;
	padding: 0px;
	width: 720px;
}
table.tableBus {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;


}
table.tableBus td {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding: 5px;

}
table.tableBus th {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	background-color:#EDEDED;
	padding: 5px;
	text-align:left;
	font-size:10px;
	color:#333333;

}

a.busBtn {
	background-image: url(../images/bus_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 22px;
	width: 66px;
	text-indent: -9999px;
}
a.busBtn:hover {
	background-position: bottom;
}
.tableBus td.area {
	background-color: #FFFFCC;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	text-align: center;
}
.tukiA {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.tukiB {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC9900;
	text-align: center;
	vertical-align: middle;
	width: 110px;
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.zikai {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #FF0000;
	text-align: center;
}
ul, li {
	margin: 0px;
	padding: 0px;
}

