
/* ---------- popup.css ---------- */


/* 背景画像の指定 */
body {
 	background-image:  url(/flets/common/img/popup/bg.gif);
 	background-repeat: repeat-x;
}


/* テキストリンクの装飾 */
a:link {
	color:#06c;
	text-decoration:underline;
}
a:active {
	color:#39f;
	text-decoration:underline;
}
a:visited {
	color:#96c;
	text-decoration:underline;
}
a:hover {
	color:#39f;
	text-decoration:underline;
}


/* ブロック要素のマージン指定 */
div {
	margin:0px;
}


/* divのid名（Popup本文のマージン指定） */
#con {
	margin:0 20 20 20px;
}


/* フッターのフォント装飾 */
}
.ft:link {
	color:#fff;
	text-decoration:none;
}
.ft:visited {
	color:#fff;
	text-decoration:none;
}
.ft:active {
	color:#fff;
	text-decoration:none;
}
.ft:hover {
	color:#fff;
	text-decoration:underline;
}


/* フォントカラー：注意 */
.red {
	color:#f00;
}


/* フォントカラー：注意 */
.wh {
	color:#fff;
}


/* テーブルテキストのフォントカラー：注意 */
.table {
	color:#666;
}


/* テーブルテキストの青太字フォントカラー：注意 */
.tbb {
	color:#39f;
	font-weight:bolder;
}