//* 基本レイアウト */
/*///////////////////////////////////////////////////////////*/

body {
	background : url("/common/images/background.gif") repeat-y center top ;
	text-align : center ;
}

#base {
	text-align : left ;
	width : 640px ;
	margin : 0px auto ;
}



/* ヘッダー */

#header {
	width : 640px ;
	margin-bottom : 1px ;
}

#header thead td#subnavi {
	display : none ;
}

#header tbody tr {
	display : none ;
}



/* フッター */

div#footer {
	display : none ;
}




/* コンテンツ */

table#category {
	width : 640px ;
	border-top : 1px solid #EBEBEB ;
	border-bottom : 1px solid #EBEBEB ;
	margin-bottom : 10px ;
}


/* サイドナビ */

#sidenavi {
	display : none ;
}


/* メインコンテンツ */

.gototop {
	display : none ;
}