@charset "Shift_JIS";

/* サイト全体共通のスタイル */

a img {
	border: none;
}
a:link{text-decoration:underline}
a:visited{text-decoration:underline}
a:active {	COLOR: #ff4500; TEXT-DECORATION: none;}
a:hover {	COLOR: #ff0000;  TEXT-DECORATION: underline;}
body {
	font-size: 100%;
	line-height: 1.5em;
	color: #000;
	background: #fff;
}

br {
	clear: both;
}

br.nit {
	clear: none;
}

p {
	margin: 1em 2em;
}

/* 各要素のフローティング */
.floatleft {
	float: left;
	margin: 0px 1em 1em 0px;
}

.floatright {
	float: right;
	margin: 0px 0px 1em 1em;
}

/* 各要素のテキスト配置 */
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
.textcenter table {
	margin: auto;
	text-align: center;
}
.textright {
	text-align: right;
}
/* 対象を画面から見えなくする */
/*
visible: noneと違ってこの要素はUAに対して「解釈されます」！
なので好き勝手に色々な要素をアクセシビリティ配慮の為に埋め込むことができます
*/
.hide {
	position: absolute;
	top: 0px;
	left: -512px;
	width: 256px;
}

/* hrの場合は解釈させない */
hr.hide {
	display: none;
}

/* 擬似hr */
/*
	コンテンツ領域とフッター領域を分かつ為に使ってます
*/
div.hr {
	clear: both;
	height: 1px;
	margin: 2em 0px 2em 0px;
	border-top: #083094 1px solid;
	font-size: 1px;
	line-height: 1px;
}

/* 擬似br */
/*
	レイアウト不具合回避へのおまじない
*/
div.br {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}



h1{
	font-size:120%;
	padding: 0.4em 1em 0.2em 0.5em;
	font-weight: bold;
	border-top-style: solid;
	border-top-color: #7F95BD;
	border-top-width: 0.1em;
	background-color: #EEEEEE;
	margin-top: 0em;
	margin-bottom: 1em;
}
h2{
	font-size:120%;
	color: #993300;
	padding: 0.4em 0.2em 0.2em 0.5em;
	border-left-style: solid;
	border-left-color: #4682b4;
	border-left-width: 1.0em;
	border-bottom-style: solid;
	/*border-bottom-color: #000000;*/
	border-bottom-color: #aac;
	/*border-bottom-width: 0.1em;*/
	border-bottom-width: 0.2em;
	font-weight: bold;
	margin: 0.8em 0.2em 0.2em;
}
h3{
	font-size:110%;
	padding: 0.6em 0em 0em 0.5em;
	font-weight: bold;
	color: #2B478E;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	/*
	padding: 0.6em 0em 0em 1.2em;
	*/
}
h4{
	font-size:100%;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding-top: 0.6em;
	padding-bottom: 0.2em;
	padding-right: 0em;
	padding-left: 0.5em;
	color: #2B478E;
	/*
	padding-left: 0em;
	*/
}
h5{
	font-size:100%;
	font-weight: normal;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding-top: 0.6em;
	padding-bottom: 0.2em;
	padding-right: 0em;
	padding-left: 0.5em;
	/*
	padding-left: 0em;
	*/
}

/* テーブル */
table{
	background-color: #9BA8CA;

	border-collapse: collapse;
	border-spacing: -2px;
}
caption{
	color: #2B478E;
	text-align: left;
	font-weight:bold;
	margin-top: 1em;
	margin-bottom: 0.2em;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
}
th {
	padding: 0.2em;
	background-color: #fff5ee;
	color: #333333;
	font-weight: normal;

	border: 2px solid #9BA8CA;
}
td {
	padding: 0.2em;
	background-color: #FFFFFF;

	border: 2px solid #9BA8CA;
}

/* レイアウト用テーブル */
.layout {
	background-color: #fff;
	border-spacing: 0px;
	border: 0px;
}
.layout td{
	padding: 0em;
	background-color: #fff;
	border: 0px;
}
.layout th{
	padding: 0em;
	background-color: #fff;
	border: 0px;
	font-size:110%;
	font-weight: bold;
	color: #2B478E;
}


/* リストスタイル */
ul.attend {
	list-style-type:none;
	list-style-image: url(../commonimg/attend.gif);
}
ul.pagelink {
	list-style-type:none;
	list-style-image: url(../commonimg/sublink.gif);
}
ul.contentslink {
	list-style-type:none;
	list-style-image: url(../commonimg/link.gif);
}
ul.contentslink li {
	margin: 0em;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
}
ul.sitelink {
	list-style-type:none;
	list-style-image: url(../commonimg/linkicon.gif);
}
/* フォントの大きさ調整用 */
.l{font-size:120%; line-height:1.8em}
.m{font-size:100%; line-height:1.5em}
.ms{font-size:90%; line-height:1.35em}
.s{font-size:80%; line-height:1.2em}
/* フォントのスタイル */
/* 強調 */
.b{font-size:120%;
   font-weight: bold;
   }

/* イタリック */
.i{font-size:100%;
   font-style: italic;
   }

/* イメージの枠 */
img.border1 {
        border: solid 1px #000;
}

/* サイドバー付きコンテンツ領域 */
#withsidebar {
	float: left;
	width: 73%;
	background: #fff;
}

/* サイドバーなしコンテンツ領域 */
#nosidebar {
	float: left;
	width: 96%;
	background: #fff;
	margin-left: 1%;
}
/* サイドバーとサブメニュー */
#sidebar{
	float: right;
	width: 25%;
	background: #fff;	
	}

#submenu{
	font-size:100%;
	line-height: 1.5em;
	background-color: #f0ffff;
	border-style: solid;
	border-color: #b0c4de;
	margin-bottom: 2em;
	margin-left: 1em;
}
#submenu ul{
	list-style-position: outside;
	list-style-image: url(../commonimg/submenu.gif);
	list-style-type: square;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	
	
	}


/* 各観測所毎の色分けスタイル(毎秒値に関するお知らせ使用) */
.kak{
	color: #800000;
	font-weight:bold;
}
.mmb{
	color: #c71585;
	font-weight:bold;
}
.kny{
	color: #006400;
	font-weight:bold;
}

.cbi{
	color: #708090;
	font-weight:bold;
}

/* テクニカルレポート用のスタイル */
.daimei{
	font-size: 100%; 
	font-weight: bold;
}

.chosha{
	font-size: 100%; 
}

.hon{
	font-style: italic;
}

.lnk{
	font-size: 80%;
}

/* for replacing <nobr> */
.nobr{
	white-space: nowrap;
}

/* for hajimeni.html -----------*/
table.location {
	margin: auto;
	width: 40em;
}
table.location th.observatory {
	width: 6em;
}
table.location th.IAGAcode {
	width: 3em;
}
table.location th.latitude {
	width: 7em;
}
table.location th.longitude {
	width: 7.5em;
}
table.location th.m-latitude {
	width: 6em;
}
table.location th.m-longitude {
	width: 6em;
}
table.location th.altitude {
	width: 3em;
}

/* for tok_data.html --------------*/
table.tokyodata {
	margin: auto;
	width: 33em;
}
table.tokyodata caption{
	margin: auto;
}
table.tokyodata td {
	width: 6em;
}

