/* blue.css */ 

/* 文字コード: EUC-JP */

/* [ブルー] - efStat 用スキン (スタイルシート) */
/* ikkan ver 030802 */

/*４つの値が設定されているものは順に、上、右、下、左、の値です*/
/*３つの値が設定されているものは順に、上、左右、下、の値です*/
/*２つの値が設定されているものは順に、上下、左右の値です*/
/*値が１つだけの場合は、上下左右すべての値です。*/

body {	margin-left: 50px; background: #ffffff;		/*白色*/
		font-size: 14px;
		color: #333333;				/*濃灰色*/
}

/* リンク関係 */

a:link		{ }
a:visited	{ color: #999999; }
a:hover		{ text-decoration: none;
			  border-width: 0 0 1px 0; border-style: dashed; }

a.js:link { text-decoration: none; color: #333333; }
a.js:visited { text-decoration: none; color: #333333; }
a.js:hover { text-decoration: none; color: #333333; }

/*メインメニュー内テキストフォーム*/

input.ipt_ps {font-size: 14px}
input.ipt_tx {font-size: 14px}

/* 見出し */

h1 { width: 600px; font-size: 14px; border-width: 0 0 1px 0; border-style: solid; border-color: #333333;}
h1 { padding: 10px 0 15px 0; margin: 10px 0 0 0; }
h2 { width: 600px; font-size: 12px; border-width: 1px 0 0 0; border-style: solid; border-color: #333333; }
h2 { padding: 10px 0 15px 0; margin: 25px 0 0 0; }
h2 { clear: both;}

/* テーブル関係 */

#menu { margin-bottom: 20px; }

div { margin: 10px 10px 0 15px; }

#div_ua_total 	{ float: left; }
#div_search_all { float: left; }
#div_host 		{ float: left; }
#div_display 	{ float: left; }

p.time { clear: both; }

caption {	font-size: 12px; padding: 5px 0 5px; }

table td {margin: 5px 0 0 5px;}

th,td {	font-size: 14px; font-weight: normal;
		border-width: 1px; border-style: solid;
		padding: 5px; }

tfoot td { text-align: right; }
tfoot th { }

/* 縦長グラフテーブル */

table.htable td			{ text-align: right; margin: 5px 0 0 5px;}
table.htable thead th	{ text-align: right; margin: 5px 0 0 5px;}

/* 横長グラフテーブル */

table.wtable td			{ text-align: left; margin: 5px 0 0 5px;}
table.wtable th			{ text-align: left; margin: 5px 0 0 5px;}
table.wtable tfoot td	{ text-align: right; margin: 5px 0 0 5px;}


p { margin: 17px 0 0 17px; }

/* [Nodata] */
p.nodata { font-size: 12px; }

/* エラー */
p.error { line-height: 150%; }

/* ログデータ */
p.logdata { line-height: 150%; }

/* 生ログ */

pre { line-height: 135%; margin: 0; padding: 0;  }

/* 強調 */

em { color: #000000; }

/* コピーライト等：フッター */

p.footer {	width: 600px;
			border-width: 1px 0 0 0; border-style: solid; border-color: #333333;
			padding: 5px 0; margin: 17px 0 0 0; }
