@charset "UTF-8";


#header {
	clear: both;
	position: fixed;
	width: 100%;
	height: 40px;
	top: 0;
	z-index: 999;

}

#header a:hover {
	text-decoration: none;
}

#header_inner {
	clear: both;
	position: relative;
	width: 100%;
	height: 40px;
	color: #FFF;
	-webkit-box-shadow: 0px 1px 3px 1px #000;
	box-shadow: 0px 1px 3px 1px #000; 
background: #3b3b3b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiM2IzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzI3MjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #3b3b3b 0%, #272727 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b3b3b), color-stop(100%,#272727)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3b3b3b 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3b3b3b 0%,#272727 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3b3b3b 0%,#272727 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3b3b3b 0%,#272727 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#272727',GradientType=0 ); /* IE6-8 */
}

#header_menu,
#header_menu_right {
	position: absolute;
	top: 0;
	height: 40px;
	overflow: hidden;
}
#header_menu {
	left: 0;
}
#header_menu h1 {
	display: block;
}
#header_menu h1 a {
	display: block;
	padding-left: 35px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: url('../img/a/logo2530.png') left center no-repeat;
}

#header_menu_right {
	right: 0;
}
#header_menu_right li {
	float: left;
	margin-left: 15px;
}
#header_menu_right li a {
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}
#header_menu_right li a span {
	font-size: 13px;
	font-weight: normal;
	line-height: 40px;
}
#header_menu_right li a[title="home"] {
	background-image: url('../img/a/icon/home.png');
}
#header_menu_right li a[title="logout"] {
	background-image: url('../img/a/icon/logout.png');
}
#header_menu_right li a[title="settings"] {
	background-image: url('../img/a/icon/setting.png');
}
#stop_flg {
	position: relative;
	width: 128px;
	height: 40px;
	cursor: pointer;
}
#stop_flg:after {
	position: absolute;
	right: -0;
	line-height: 40px;
	font-size: 11px;
	color: #AAA;
	text-shadow: #000 0 -1px;
}
#stop_flg:hover:after {
	color: #FFF;
}
#stop_flg.on {
	background: url('../img/a/switch_on.png') left center no-repeat;
}
#stop_flg.on:after {
	content: '自動投稿on';
}
#stop_flg.off {
	background: url('../img/a/switch_off.png') left center no-repeat;
}
#stop_flg.off:after {
	content: "投稿停止中";
}
