@charset "utf-8";
/*
	Name: wm_wdp_admin [teal]
	LastModified: 2011/05/28
	Author: wmks
	http://www.usamimi.info/~witchmakers/
	==============================================
	License:
	Creative Commons 表示 - 継承 2.1 日本 (CC BY-SA 2.1)
	http://creativecommons.org/licenses/by-sa/2.1/jp/
	==============================================
	『※』で検索すると大まかな設定部分にジャンプ
	==============================================
	##### 目次 #####
	0-リセット
	1-レイアウト
	2-全体共通
		リンク
		画像
		フォーム
	3-各部詳細
		#header
		#menu
		#login
		#content
			#navi
			#status
			#env
			#diary_form, #form
			#canvas
				#palette
		#footer
	--zoom
*/
/*================================================
	0-リセット
================================================*/
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,input,textarea{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
address,th,caption,em,strong,code,cite,dfn{font-weight:normal;font-style:normal;}
ol,ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
fieldset,img,abbr,acronym{border:none;}
legend{display:none;}
q:before,q:after{content:"";}
br{letter-spacing:0;}
/*================================================
	1-レイアウト
================================================*/
body {
	position: relative;
	background: #FAFAFA;
	text-align: left;
}
#container {
	padding-top: 47px;
}
#header {
	position: absolute;
	top: 0;
}
* html #header {
	position: static;
}
#header h1 {
	z-index: 9997;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 33px;
	border-bottom: 1px solid #D0D0D0;
	background: url("./wm_wdp_admin/bg_header.png") left top repeat-x #DDDDDD;
	overflow: hidden;
		box-shadow:
			0 -1px 0 rgba(255,255,255, 0.5) inset,
			0 1px 0 rgba(0,0,0, 0.03) inset,
			0 0 5px rgba(0,0,0, 0.03);
}
* html #header h1 {
	position: absolute;
}
#menu {
	position: absolute;
	top: 47px;
	left: 13px;
	width: 160px;
		box-shadow:
			0 0 5px rgba(0,0,0, 0.03);
}
#login {
	margin: 0 13px 0 13px;
	padding: 0 13px;
	border: 1px solid #ECECEC;
	background: #FFFFFF;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-shadow:
			0 0 5px rgba(0,0,0, 0.03);
}
#content {
	max-width: 1200px;/* 本文内容の最大幅(古いブラウザは無効)※ */
	margin: 0 13px 0 186px;
	padding: 0 13px;
	border: 1px solid #ECECEC;
	background: #FFFFFF;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-shadow:
			0 0 5px rgba(0,0,0, 0.03);
}
#content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
#footer {
	clear: both;
	margin: 13px 13px 13px 186px;
	text-align: right;
}
#footer #sub_menu {
	z-index: 9998;
	position: fixed;
	top: 0;
	right: 0;
}
* html #footer #sub_menu {
	position: absolute;
}
#footer > #pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
}
/*================================================
	2-全体共通
================================================*/
body, * html th, * html td, * html caption {
	color: #505050;/* 基本文字色※ */
	font-family: Arial, Verdana, sans-serif;
	font-size: 78%;/* 基本文字サイズ※ */
	letter-spacing: 1px;
	line-height: 1.7;
}
h2 {
	margin: 13px -13px;
	padding: 13px 13px;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	background: url("./wm_wdp_admin/bg_heading.png") left top repeat-x #F5F5F5;
	color: #303030;
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
		box-shadow:
			1px 1px 0 rgba(255,255,255, 0.8) inset,
			-1px -1px 0 rgba(255,255,255, 0.8) inset;
		text-shadow:
			0 1px 0 rgba(255,255,255, 0.8),
			0 -1px 0 rgba(0,0,0, 0.03);
}
h2:before {
	content: "";
	margin-right: 8px;
	border-left: 5px solid #B0B0B0;
}
h3 {
	margin: 13px -13px;
	padding: 8px 13px;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	background: url("./wm_wdp_admin/bg_heading.png") left top repeat-x #F5F5F5;
	color: #303030;
	font-size: 110%;
	font-weight: normal;
	line-height: 1;
		box-shadow:
			1px 1px 0 rgba(255,255,255, 0.8) inset,
			-1px -1px 0 rgba(255,255,255, 0.8) inset;
		text-shadow:
			0 1px 0 rgba(255,255,255, 0.8),
			0 -1px 0 rgba(0,0,0, 0.03);
}
h3:before {
	content: "";
	margin-right: 8px;
	border-left: 5px solid #E0E0E0;
}
h4, h5, h6 {
	margin: 13px 0;
	padding: 5px 0 5px 8px;
	border-left: 5px solid #A0A0A0;
	border-bottom: 1px solid #ECECEC;
	font-weight: bold;
	color: #303030;
	line-height: 1;
}
p {
	margin: 13px 0;
}
blockquote {
	margin: 13px 0;
	padding: 7px 20px;
	border: 1px solid #ECECEC;
	background: #FAFAFA;
	color: #808080;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
}
pre {
	width: auto;
	margin: 13px 0;
	padding: 10px;
	border: 3px solid #ECECEC;
	background: #FFFFFF;
	color: #808080;
	overflow: auto;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
}
* html pre {
	width: 100%;
	overflow: scroll;
}
address {
	margin: 13px 0;
	text-align: right;
}
ol {
	margin: 13px 0;
}
ol li {
	list-style: decimal inside;
}
ul {
	margin: 13px 0;
}
ul li {
	list-style: none outside;
	padding-left: 13px;
	background: url("./wm_wdp_admin/list.png") 0 0.3em no-repeat;
}
dl {
	margin: 13px 0;
}
dl dt {
	margin: 5px 0;
	border-bottom: 1px solid #ECECEC;
}
dl dd {
	margin: 5px 0 5px 34px;
}
table {
	margin: 13px 0;
}
*+table {margin-top: 0;} input[type="hidden"] + table {margin-top: 13px;} table+* {margin-top: 0 !important;}
table[summary] {
	width: 100%;/* テーブル幅(古いブラウザは無効)※ */
}
table[summary="登録データ"], table[summary="ファイルサイズ"], table[summary="エントリーの詳細"], table[summary="ページの詳細"], table[summary="プラグイン"] {
	width: 400px;/* 一部のテーブル幅(古いブラウザは無効)※ */
}
table tr:nth-of-type(2n) {
	background: #FCFCFC;
}
table tr:hover {
	background: #EAF6F7;
}
table tr th {
	padding: 5px 13px;
	border: none;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	background: url("./wm_wdp_admin/bg_heading.png") left top repeat-x #F5F5F5;
	font-weight: normal;
	text-align: left;
	line-height: 1;
}
table tr th+th {
	border-left: 1px solid #ECECEC;
}
table tr td {
	padding: 8px 13px;
	border: none;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	line-height: 1.5;
}
table tr td > a {
	margin-left: 5px;
}
table tr td a:first-child {
	margin-left: 0;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
code {
	color: #000850;
	font-family: "ＭＳ ゴシック", monospace;
	font-size: 100%;
}
/*----------------------------------------リンク*/
a:link {/* 未読 */
	color: #43919A;
	text-decoration: none;
}
a:visited {/* 既読 */
	color: #43919A;
	text-decoration: none;
}
a:hover {/* マウスオーバー */
	color: #000000;
	text-decoration: none;
}
a:active {/* アクティブ */
	color: #000000;
	text-decoration: none;
}
/*------------------------------------------画像*/
img {
	vertical-align: middle;
}
/*--------------------------------------フォーム*/
form {
	margin: 13px 0;
	border: 1px solid #ECECEC;
	background: #FFFFFF;
	line-height: 1.5;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}
form fieldset {
	padding: 0 12px;
}
* html form fieldset {
	padding-top: 13px;
	padding-bottom: 13px;
}
form h2, form h3 {
	margin-left: -12px;
	margin-right: -12px;
}
form p {
	margin: 13px -12px;
	padding: 13px 12px;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	background: url("./wm_wdp_admin/bg_action.png") 0 0 repeat-x #F5F5F5;
}
* html form p {
	margin-bottom: 0;
}
form ul li {
	padding: 0;
	background: none transparent;
}
form dl dd {
	margin-left: 0;
}
input, textarea, select {
	padding: 3px;
	border: 1px solid #ECECEC;
	background: url("./wm_wdp_admin/bg_input.png") 0 0 no-repeat #FFFFFF;
	color: #606060;
	font-size: 100%;
	vertical-align: middle;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
}
textarea {
	width: 80%;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover,
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #D0D0D0;
	background: #FFFFFF;
		outline: 3px solid rgba(0,0,0,0.03);
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 4px 12px;
	border: 1px solid #43919A;
	background: url("./wm_wdp_admin/bg_button.png") 0 0 repeat-x #43919A;
	color: #FFFFFF;
		box-shadow:
			1px 1px 0 rgba(255,255,255, 0.3) inset,
			-1px -1px 0 rgba(255,255,255, 0.3) inset,
			0 0 5px rgba(0,0,0, 0.1);
		text-shadow:
			0 1px 0 rgba(0,0,0, 0.1),
			0 -1px 0 rgba(0,0,0, 0.1);
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	border: 1px solid #505050;
	background-color: #606060;
		-moz-transition:
			background-color 0.2s ease,
			border-color 0.2s ease;
		-webkit-transition:
			background-color 0.2s ease,
			border-color 0.2s ease;
		-o-transition:
			background-color 0.2s ease,
			border-color 0.2s ease;
		transition:
			background-color 0.2s ease,
			border-color 0.2s ease;
}
/*----------------------------------------------*/
form dl dd input[type="button"] {
	padding: 3px;
	border: 1px solid #ECECEC;
	background: none #F0F0F0;
	color: #505050;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		box-shadow: none;
		text-shadow: none;
}
form dl dd input[type="button"]:hover {
	border: 1px solid #505050;
	background-color: #FFFFFF;
	color: #303030;
		-moz-transition: 0s;
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
}
/*================================================
	3-各部詳細
================================================*/
/*------------------------------------------------
	#header
------------------------------------------------*/
#header h1 a {
	display: block;
	float: left;
	margin-left: 13px;
	padding: 10px 13px;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
		box-shadow:
			1px 0 0 rgba(255,255,255, 0.5) inset,
			-1px 0 0 rgba(255,255,255, 0.5) inset,
			0 0 5px rgba(0,0,0, 0.03);
		text-shadow:
			0 1px 0 rgba(255,255,255, 0.5),
			0 -1px 0 rgba(0,0,0, 0.03);
}
* html #header h1 a {
	display: inline;
}
#header h1 a:link, #header h1 a:visited {
	color: #909090;
	text-decoration: none;
}
#header h1 a:hover, #header h1 a:active {
	color: #000000;
	text-decoration: none;
		-moz-transition:
			color 0.3s ease;
		-webkit-transition:
			color 0.3s ease;
		-o-transition:
			color 0.3s ease;
		transition:
			color 0.3s ease;
}
/*------------------------------------------------
	#menu
------------------------------------------------*/
#menu h2 {
	margin: 0;
	padding: 8px 13px;
	border: 1px solid #ECECEC;
	font-size: 100%;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
}
#menu h3 {
	margin: 0;
	padding: 5px 13px;
	border: 1px solid #ECECEC;
	border-top: none;
	font-weight: normal;
	font-size: 100%;
}
#menu h2:before, #menu h3:before {
	content: none;
	margin-right: 0;
	border-left: none;
}
#menu ul {
	margin: 0;
	padding: 5px 13px;
	border: 1px solid #ECECEC;
	border-top: none;
	background: #FFFFFF;
	color: #B0B0B0;
}
#menu ul:last-child {
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
}
#menu ul li {
	margin: 0;
	padding: 0;
	background: none transparent;
}
#menu ul li ul {
	padding: 0 0 0 13px;
	border: none;
	background: none transparent;
}
/*------------------------------------------------
	#login
------------------------------------------------*/
#login h2:first-child {
	margin-top: 0;
	border-top: none;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
}
/*------------------------------------------------
	#content
------------------------------------------------*/
#content h2:first-child {
	margin-top: 0;
	border-top: none;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
}
/*------------------------------------------------
		#navi
------------------------------------------------*/
#navi h2 {
	display: none;
}
#navi {
	margin: 0 -13px 13px -13px;
	padding: 13px;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	background: url("./wm_wdp_admin/bg_action.png") 0 0 repeat-x #F5F5F5;
}
#navi form {
	margin: 0;
	padding: 0;
	border: none;
	background: none transparent;
}
#navi form fieldset, #navi form p, #navi form dl, #navi form dl dd {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none transparent;
}
#navi form dl dt {
	display: none;
}
#navi form input[type="submit"], #navi form input[type="reset"], #navi form input[type="button"] {
	border: 1px solid #808080;
	background-color: #909090;
}
#navi form input[type="submit"]:hover, #navi form input[type="reset"]:hover, #navi form input[type="button"]:hover {
	border: 1px solid #505050;
	background-color: #606060;
}
/*------------------------------------------------
		#status
------------------------------------------------*/
#status dl dt {
	float: left;
	clear: left;
	width: 12em;
	margin: 0;
	padding: 0;
	border: none;
}
#status dl dd {
	margin: 0 0 0 12em;
}
/*------------------------------------------------
		#env
------------------------------------------------*/
#env form em {
	color: #990000;
	font-weight: normal;
}
#env input[value=""][name="env_site_url"] {
	border: 1px solid #EAB2B2;
	background: none #FBF0F0;
}
#env input[value=""][name="env_site_url"]:hover, #env input[value=""][name="env_site_url"]:focus {
	border: 1px solid #EAB2B2;
	background: none #FFFFFF;
}
#env p.back_worklist {
	padding: 5px 12px;
	background: none transparent;
	text-align: right;
}
#env fieldset > p.back_worklist {
	display: none;
}
/*------------------------------------------------
		#diary_form, #form
------------------------------------------------*/
#diary_form form ul li, #form form ul li {
	padding: 0;
	background: none;
}
#diary_form form dl dt, #form form dl dt {
	float: left;
	clear: left;
	width: 7em;
	margin: 0;
	padding: 0;
	border: none;
}
#diary_form form dl dd, #form form dl dd {
	margin: 0 0 5px 7em;
}
/*------------------------------------------------
		#canvas
------------------------------------------------*/
#canvas {
	/zoom: 1;
}
#canvas:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
#canvas applet {
	float: left;
}
#palette form, #palette table, #palette table tr th, #palette table tr td {
	margin: 0;
	padding: 0;
	border: none;
	background: none transparent;
	line-height: 0;
		box-shadow: none;
		text-shadow: none;
}
#palette table tr:nth-of-type(2n), #palette table tr:hover {
	background: none transparent;
}
#palette > table {
	border: 3px solid #FFFFFF;
	background: #FFFFFF;
}
#palette input[type="button"] {
	padding: 3px;
	border: 1px solid #ECECEC;
	background: none #F0F0F0;
	color: #505050;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		box-shadow: none;
		text-shadow: none;
}
#palette input[type="button"]:hover {
	border: 1px solid #505050;
	background-color: #FFFFFF;
	color: #303030;
		-moz-transition: 0s;
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
}
#palette textarea {
	height: 2em;
	margin: 3px 0;
}
/*------------------------------------------------
	#footer
------------------------------------------------*/
#footer #sub_menu ul {
	margin: 0;
	padding: 10px 13px;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0;
		text-shadow:
			0 1px 0 rgba(255,255,255, 0.5),
			0 -1px 0 rgba(0,0,0, 0.03);
}
#footer #sub_menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none transparent;
}
#footer #sub_menu ul li+li:before {
	content: " | ";
	color: #C0C0C0;
}
#footer #sub_menu ul li a:link, #footer #sub_menu ul li a:visited {
	color: #808080;
	text-decoration: none;
}
#footer #sub_menu ul li a:hover, #footer #sub_menu ul li a:active {
	color: #000000;
	text-decoration: none;
}
#footer > #pagetop p {
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1;
	overflow: hidden;
}
#footer > #pagetop p a {
	display: block;
	float: right;
	border: 1px solid #D0D0D0;
	background: url("./wm_wdp_admin/bg_pagetop.png") left top repeat-x;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		text-shadow:
			0 1px 0 rgba(255,255,255, 0.8),
			0 -1px 0 rgba(0,0,0, 0.03);
}
#footer > #pagetop p a:link, #footer > #pagetop p a:visited {
	padding: 8px 12px 8px 12px;
}
#footer > #pagetop p a:hover, #footer > #pagetop p a:active {
	padding: 8px 12px 13px 12px;
}
#footer > #pagetop p a:after {
	content: " ▲";
}
#footer address {
	color: #C0C0C0;
}
#footer > address {
	margin-bottom: 31px;
}
#footer address a:link, #footer address a:visited {
	color: #A0A0A0;
	text-decoration: none;
}
#footer address a:hover, #footer address a:active {
	color: #000000;
	text-decoration: none;
}
/*================================================
	--zoom
================================================*/
#container, #header h1, #content, #page, #page ul {
	/zoom: 1;
}