/*------------------------------
	基本
------------------------------*/
body {
	background-image : url(a1.png);
	margin: 0;
	padding: 0;
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo UI, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
td {
	color: #444;
	font-size: 12px;
	line-height: 1.5em;
}

#oldtehon td {
	text-align:center;
}

/*------------------------------
	フォント
------------------------------*/
/*小*/
.txs {
	color: #555;
	font-size: 10px;
	line-height: 1.5em;
}
/*極小*/
.txss {
	color: #666;
	font-size: 8px;
	line-height: 1.5em;
}
/*ルビ*/
.ruby {
	color: #666;
	font-size: 8px;
	margin-right: 3px;
}
/*注釈*/
.caution {
	color: #c66;
	font-size: 10px;
	line-height: 1.5em;
}
/*ポイントカラー*/
.c66 {
	color: #c66;
}

/*------------------------------
	リンク
------------------------------*/
/*基本*/
a:link {
	color: #1f3399;
	text-decoration : none;
}
a:visited {
	color : #4c5cad;
	text-decoration : none;
}
a:hover {
	color : #1f3399;
	text-decoration : underline;
}
a:active {
	color : #1f3399;
}
/*関連*/
a.sl:link {
	color : #1f3399;
	font-size: 10px;
	text-decoration : none;
}
a.sl:visited {
	color : #1f3399;
	font-size: 10px;
	text-decoration : none;
}
a.sl:hover {
	color : #fff;
	font-size: 10px;
	background : #5c6699;
}
a.sl:active {
	color : #1f3399;
	font-size: 10px;
}

/*------------------------------
	リスト
------------------------------*/
.list {
	list-style-type : square;
}

/*------------------------------
	ページトップ
------------------------------*/
.pagetop {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 450px;
}

/*------------------------------
	フッタ
------------------------------*/
#footer {
	width: 740;
	background-image : url(foot_bg.gif);
	text-align: right;
}