/*
tfmenu.css
Daisuke Kakura <info@kakura.jp> "2007-07-04 Wed 11:56:13 Cuzco, Peru"
*/


/*
以下 tfmenu.js に関するデザイン
*/
#tfmenu {color: black; background-color: #ffffff; border: 0px none white; font-size: 10px; width: 142px; height: auto; margin: 364px 0 0 13px;
 padding-bottom:20px;	/*メニューのコピーライトが重ならないように余白を作る*/
 }
#tfm-head { height: 1px; overflow:hidden; border-top: 1px solid silver;}

#tfm-body {padding: 0px;}

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

.tf1  {border-bottom: 1px solid silver; cursor: hand; line-height: 24px; height:24px;}/*メニューの第一階層*/
.tf2  {padding-left: 15px; margin:0;}/*メニューの第二階層*/
.tf1active        {border-bottom: 1px solid silver; cursor: hand; line-height: 24px;}
.tf1active .tf2 a {width: auto; line-height:1.8em;}

.tfm-up   #tfm-head {background-color: #ffffff;}/*背景色を#tfmenuと合わせる*/
.tfm-down #tfm-head {background-color: #ffffff;}/*背景色を#tfmenuと合わせる*/
.tfm-stop #tfm-head {background-color: #ffffff;}/*背景色を#tfmenuと合わせる*/

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

#tfmenu img {border: 0px none white;}/*追加項目　画像のボーダー消去*/



/*追加CSS*/
#item1 {
	background: url(http://www.pitata.jp/img/gn01.gif) no-repeat 0 5px;
	cursor: pointer;
}
#item2 {
	background: url(http://www.pitata.jp/img/gn02.gif) no-repeat 0 5px;
	cursor: pointer;
}
#item3 {
	background: url(http://www.pitata.jp/img/gn03.gif) no-repeat 0 5px;
	cursor: pointer;
}
#item4 {
	background: url(http://www.pitata.jp/img/gn04.gif) no-repeat 0 5px;
	cursor: pointer;
}

/* リンク */
#tfmenu a:link,#tfmenu a:visited {
	color: black;
	text-decoration: none;
}
#tfmenu a:hover {
	color: #797979;
	text-decoration: none;
}
