/************************************** 共通CSS ********************************/

/* メニューボタン */
a.topbutton {
	font-size: 15px;
	color: #00008B;
	font-weight: bold;
	text-decoration:none;
}

/* フッター */
div#footer {
	color: #080808;
	font-size: 12px;
	font-weight: bold;

}

/* フッター */
div#footer a {
	color: #080808;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration:none;
}

/* フッター */
div#footer a:hover {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration:underline;
}

/* 選択画面のメニューフォント */
.currentBtnFont {
	color:#834B03;
	font-size:14px;
	font-weight:bold;
}

/* 画面で選択されたカテゴリタイトルのフォント */
span.curcategTitleFont {
	color:#FF0000;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}

/* 画面で選択されてないカテゴリタイトルのフォント */
a.categTitleFont {
	font-size:13px;
	text-decoration:none;
}

/* リンクページ番号 */
span#pagenum a {
	text-decoration:none;
    color:#080808;
    font-weight: bold;
    font-size: 15px;
}

span#pagenum a:hover {
    color:#FF0000;
    font-weight: bold;
	text-decoration:underline;
	font-size: 18px;
}

/* 現在ページ番号 */
span.curpagenum {
	text-decoration:underline;
    color:#FF0000;
    font-weight: bold;
    font-size: 18px;
}


/******************  ヘッダー ***********************/
/* ソーイングボタン */
/*
.menu-bg {
	background-image:url('../images/main/category_bar.gif');
	background-repeat: no-repeat;
}
*/
.menu-btn a{
	width:86px;
	font-size:15px;
	color:#000000;
	text-decoration:none;
}

.menu-btn a:hover{
	width:86px;
	height:18px;
	font-weight: bold;
	font-size:15px;
	padding-top:1px;
	color:#871F78;
	background-image:url(../images/main/clear-btn.gif);
}

.menu-btn-selected p{
	width:86px;
	height:18px;
	font-weight: bold;
	font-size:15px;
	padding-top:1px;
	color:#871F78;
	background-image:url(../images/main/clear-btn.gif);
  background-repeat: no-repeat;
}

.middle-table {
/*	margin-left:1px;*/
	margin-top:-6px;
}

.menu-bg {
  height:37px;
  background-image:url('../images/main/category_bar.gif');
  background-repeat: no-repeat;
}