﻿/*
tfmenu.css
Daisuke Kakura <info@kakura.jp> "2007-07-04 Wed 11:56:13 Cuzco, Peru"
*/

/*
ページに関するデザイン、tfmenu とは直接関係はない
*/

/*
tfmenu の幅を 180px として、#contents 部分と重ならないように指定
*/
/*
#contents {margin: 10px 10px 10px 180px;}
*/
/*
以下 tfmenu.js に関するデザイン
*/

#tfmenu   
{
	color: black; 
	background-image: url("../img/menu_back001.gif");
	border: 0px 
	solid white; 
	font-size: 11px; 
	width: 100px; 
	height: 170px; 
	margin: 10px;
}
#tfm-head {border-bottom: 1px solid white; height: 0px;}

#tfm-body {padding: 0px 3px;}
.tf1 span,
.tf2 span,
.tf1active span {font-size: 50%; vertical-align: middle;}

.tf1  {border-bottom: 0px solid black; cursor: hand; line-height: 23px;}
.tf2  {padding-left: 15px;}

.tf1active .tf2 a {width: 120px; line-height: 18px;}

.tfm-up   #tfm-head {background-image: url("../img/menu_back001.gif");}
.tfm-down #tfm-head {background-image: url("../img/menu_back001.gif");}
.tfm-stop #tfm-head {background-image: url("../img/menu_back001.gif");}

#tfm-foot {position: absolute; bottom: 0px; color: silver; font-size: 90%; text-align: center; width: 100%; height: 10px;}
