@charset "Shift_JIS";
@import url(../common.css);
@import url(common.css);

/*-----------------------------------------
  レイアウト
 -----------------------------------------*/

/* コンテナ */
#Container
{
	margin: 0 10px;
	text-align:left;
	}

	/* メインコンテンツ */
	#Page-Content
	{
		margin: 10px 20px;
		}

	* html #Page-Content
	{
		width:100%;
		}

	#BmBody #Page-Content
	{
		margin: 0px;
		text-align: left;
		}

img.pict
{
	border: 1px solid #cecece;
	background: #fff;
	padding: 3px;
	}

#Header .top_user_menu
{
	float: left;
	margin: 10px;
	text-align: right;
	font-size: 87%;
	}
#Header .top_user_menu a
{
	display: block;
	margin: 2px;
	padding: 2px;
	float:left;
	}
#Header .top_user_menu a:hover
{
	background: #464646;
	}

#Header .user
{
	float: right;
	margin: 14px 0;
	text-align: right;
	font-size: 87%;
	}
#Header .write
{
	float: right;
	margin: 5px 10px;
	}



/*-----------------------------------------
  items_table
 -----------------------------------------*/

.items_table
{
	width: 100%;
	margin: 10px 0px;
	border-collapse: collapse;
	}
	.items_table td
	{
		border-bottom: 1px solid #ebebeb;
		padding: 5px;
		}
	.items_table .section td
	{
		padding: 8px;
		background: #c9c9c9 url(images/bg-line-01.png);
		color: #2e738d;
		text-align: center;
		border: 1px solid #c9c9c9;
		}
	.items_table .value
	{
		padding: 1px;
		}
	.items_table .odd,
	.items_table .even
	{
		text-align: left;
		}
		.items_table .odd,
		.items_table .odd td
		{
			background: #fafafa;
			}
		.items_table .even td
		{
			background: #fff;
			}
		.items_table .hot td
		{
			background: #fee9e7;
			}
		.items_table .dir td
		{
			background: #fafafa;
			padding: 8px 5px;
			}
		.items_table .active td
		{
			background: #fbecec;
			}
		.items_table .global td
		{
			background: #eff8fe;
			}
		.items_table .checked td
		{
			background: #f0f9fd;
			}
		.items_table .icon
		{
			padding: 0px;
			text-align: center;
			}

	* html .items_table td
	{
		border: 1px solid #c9c9c9;
		}

.celstat-publish
{color: #57b00f;}
.celstat-page
{color: #3a8ee2;}
.celstat-draft
{color: #9b9b9b;}
.celstat-wait
{color: #9b9b9b;}

.fresh-lebel-1
{color: #de4b14;}
.fresh-lebel-2
{color: #edb521;}
.fresh-lebel-3
{color: #49acdc;}
.fresh-lebel-4
{color: #999999;}
.fresh-lebel-5
{color: #c0c0c0;}


/*-----------------------------------------
 コンパネナビゲーション
 -----------------------------------------*/

#HeaderMenu
{
	position: absolute;
	top: 52px;
	left: 15px;
	height: 23px;
	z-index: 10;
	color: #fff;
	}
	#ConpaneMenu,
	#ConpaneMenu ul
	{
		margin: 0;
		padding: 0px;
		list-style: none;
		cursor: pointer;
		}
		/* ツリーリスト */
		#ConpaneMenu li.main
		{
			float: left;
			width: 140px;
			margin: 0 0 0 5px;
			text-align: center;
			height: 23px;
			}
			#ConpaneMenu a,
			#ConpaneMenu .onmenu span
			{
				display: block;
				color: #fff;
				}
			#ConpaneMenu .onmenu span,
			#ConpaneMenu ul a
			{
				padding: 3px 5px;
				}
			#ConpaneMenu .onmenu
			{
				background: transparent url(images/navi.png) no-repeat;
				height: 100%;
				}
			#ConpaneMenu li.main .hover,
			#ConpaneMenu a:hover
			{
				background-position: bottom right;
				}
			#ConpaneMenu ul
			{
				position: absolute;
				visibility: hidden;
				left: 5px;
				width: 700px;
				text-align: left;
				background: transparent url(images/navi-child.png) no-repeat left bottom;
				padding: 10px;
				}
			#ConpaneMenu ul li
			{
				float: left;
				padding: 3px 3px 3px 6px;
				white-space: nowrap;
				}
			#ConpaneMenu ul li a
			{
				background: transparent url(images/navi-child-icon.png) no-repeat;
				padding-left: 18px;
				}
			#ConpaneMenu ul li.t2 a
			{
				background: transparent url(images/navi-child-icon2.png) no-repeat;
				}
			#ConpaneMenu ul li a:hover
			{
				background-position: 0px -20px;
				color: #bce8f8;
				background-color: #494949;
				}
	* html #ConpaneMenu ul { left: 10px;  }

