/*
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	 {padding:0px;}
#tfm-head {border-bottom: 1px solid white; height: 30px;}


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

.tf1	{cursor: hand; line-height: 23px;}
.tf2	{padding-left: 15px;}
.tf1active			{border-bottom: 1px solid silver; cursor: hand; 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;}


