td.log1{
	background:url(./img/log_bk1.gif) no-repeat;
}
td.log1 img{
	margin:1px 4px;
}
td.log2{
	text-align:center;
	background:url(./img/log_bk2.gif) no-repeat left bottom;
}
input.log1{	/*ログイン e-mail*/
	width:90px;
	height:18px;
}
input.log2{	/*ログイン password*/
	width:60px;
	height:18px;
}
input.log3{	/*ログインボタン*/
	width:50px;
	height:18px;
}

table.navi{
	border:1px solid #6699cc;	/*左側のナビゲーションの枠*/
}

select.ctg,input.name{	/*検索窓*/
	width:180px;	/*大きさ*/
	margin:2px;	/*余白*/
}

table.navi ul{
	margin:2px 0px;
}

td.title{
	background:url(./img/title_bk.gif) repeat-x bottom;	/*タイトルバックのボーダー*/
}