/* CSS Document */

table {
	width: 500px;
	border: 1px solid #666;
	border-collapse: collapse;
}
td {
	border: 1px solid #666;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
th {
	border: 1px solid #666;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	margin: 0;
	padding: 0;
}
#headArea {
	background: url(../img/header.jpg) 0 0 no-repeat;
	padding: 50px 0 0 0;
	text-align: center;
	width: 600px;
/*
	height: 100%;
	min-height: 550px;
*/
}
#tableArea {
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
}
#bottomArea {
	padding-bottom: 20px;
	margin-top: 20px;
	text-align: right;
}
.closeBtn {
	margin-right: 80px;
}

#freq {
	margin: 15px 0 7px 0;
	width: 500px;
	font-size: 12px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
}

.huawei {
	width: 500px;
	text-align: left;
	display: block;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	margin: 0 0 5px;
}
p.att {
	width: 500px;
	text-align:left;
	font-size:10px;
	margin: 5px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.gnss_table table {
	width: 700px;
	margin: 20px;
}

.rotate {

/*
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
*/
writing-mode:tb-rl;
-webkit-writing-mode : vertical-rl ; 
direction:ltr;
height: 200px;
margin: 0;
padding: 0;
}
tr.nobordertop td {
	border-top: none;
}
tr.noborderbottom td {
	border-bottom: none;
}
tr.bg {
	background-color: #ddd;
}
td.center {
	text-align: center;
	color: #666;
}
td.noborderright {
	border-right: none;
}
td.noborderleft {
	border-left: none;
}
