@charset "Shift_JIS"; 
/* サイト内全体用デフォルトスタイルシート */

/* リンク装飾 */
a:link    { color: blue; }
/* a:visited { color: #333333; }*/
a:hover   { color: #ff6600; }
/* aa:hover { position: relative; top: 1px; left: 1px; }*/
a:active  { color: #ffff60; }
a.nd      { text-decoration: none; }

/* ページ全体 */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: #EFF4F8 url(../image/bg.gif) repeat-y;
	background-position: left;	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

/* 文字スタイル */
.etext01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/* ライン（点線）設定 */
.dotline{
	border-top: 1px dotted #999999;
	border-bottom: none;
	border-right: none;
	border-left: none;
	color: #FFFFFF;
}


