/*
tfmenu.css
Daisuke Kakura <info"AT"kakura.jp> "2007-05-17 Thu 01:45:35 La Paz, Bolivia"
*/

/*
tfmenu の幅を 180px として、#contents 部分と重ならないように指定
*/

#contents {margin:10px 10px 10px 180px;}

/*
以下 tfmenu.js に関するデザイン
*/

#tfmenu {color:white; background-color:gray; border:1px solid white; font-size:12px; width:160px; height:250px; margin:10px;}
#tfm-head {border-bottom:1px solid white; height:30px;}

#tfm-body {padding:0px 3px;}
.tf1 span,
.tf2 span,
.tf1active span {font-size:50%; vertical-align:middle;}

.tf1 {border-bottom:1px solid silver; cursor:pointer; line-height:23px;}
.tf2 {padding-left:15px;}
.tf1active {border-bottom:1px solid silver; cursor:pointer; line-height:23px;}
.tf1active .tf2 a {width:120px; line-height:18px;}

.tfm-up   #tfm-head {background-color:red;}
.tfm-down #tfm-head {background-color:yellow;}
.tfm-stop #tfm-head {background-color:green;}

#tfm-foot {position:absolute; bottom:0px; color:silver; font-size:90%; text-align:center; width:100%; line-height:120%;}

