/* ■メインメニュー■ */
module_menu {
}

/* ■左メインメニューパーティション高さ■ */
#spj-col1 div {
	margin-bottom:10px;
}

/* ■右メインメニューパーティション高さ■ */
#spj-col2 div {
	margin-bottom:10px;
}

/* ■下、右下角■ */
div.module_menu {
	background: url(../images/menu/basic/gray/b-br.gif) 100% 100% no-repeat;
}

/* ■左下角■ */
div.module_menu div {
	background: url(../images/menu/basic/gray/b-bl.gif) 0 100% no-repeat;
}

/* ■上、右角■ */
div.module_menu div div {
	background: url(../images/menu/basic/gray/b-tr.gif) 100% 0 no-repeat;
}

/* ■左上角■ */
div.module_menu div div div {
	background: url(../images/menu/basic/gray/b-tl.gif) 0 0 no-repeat;
}

/* ■メニュータイトル文字列■ */
div.module_menu div div div h3{
	padding-top: 2px;
	padding-left: 5px;
	margin-top:0px;
	margin-bottom:0px;
}

ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

/* ■コンテンツ文字列■ */
ul.menu li a {
	padding: 2px 2px;
	display: block;
	color: #333333;
/*	background: url(../images/----.gif) repeat-x bottom; */
	text-decoration: none;
	outline: none;
}

/* ■コンテンツ文字列(マウスオーバー)■ */
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	padding: 2px 2px;
	display: block;
/*	background: url(../images/----.gif) repeat-x bottom; */
	text-decoration: none;
}

/* ■コンテンツ文字列(span)■ */
ul.menu li a span {
	padding-left: 16px;
	background: url(../images/bullet.gif) no-repeat 5px 5px;
}

ul.menu li.active a span {
	background: url(../images/bullet3.gif) no-repeat 5px 5px;
}

