/* メニューボックス */
.menubox {
	width: 238px;
	padding: 5px;
	margin-left: 5px;
	margin-bottom:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.menulist {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top:5px;
}
.menulist img {
	margin-right: 5px;
}

/* 表組付メニューボックス */
.menubox_graph {
	width: 238px;
	padding: 5px;
	margin-left: 5px;
	margin-bottom:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.menubox_graph td {
	padding-top: 3px;
	padding-bottom: 3px;
}


/* メニュータイトル */
.context_title {
	color: #000000;
	background-image: url(/img/common/menu_context.gif);
	background-repeat:no-repeat;
	height:40px;
	margin-left: 5px;
	padding-top: 10px;
	padding-left: 7px;
	font-size: 12px;
	font-weight: bold;
}
.search_title {
	color: #000000;
	background-image: url(/img/common/menu_search.gif);
	background-repeat:no-repeat;
	height:40px;
	margin-left: 5px;
	padding-top: 10px;
	padding-left: 7px;
	font-size: 12px;
	font-weight: bold;
}
.user_title {
	color: #000000;
	background-image: url(/img/common/menu_user.gif);
	background-repeat:no-repeat;
	height:40px;
	margin-left: 5px;
	padding-top: 10px;
	padding-left: 7px;
	font-size: 12px;
	font-weight: bold;
}

/* メニューサブタイトル */
.menu_sub {
	font-family: "Osaka−等幅", "ＭＳ Ｐゴシック";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding-right: 10px;
}
/*ｩﾐバナー*/
.right_banner{
	margin-bottom: 5px;
	margin-left: 5px;
}
	
