@charset "utf-8";
/*
	wdp_admin | lastup 2009.06.08
	http://www.usamimi.info/~witchmakers/
	----------------------------------------------
	
	★で検索すると大まかな指定部分に飛びます
	
	※動的パレット用CSS追加済み(☆で検索)
	
	----------------------------------------------
	1. リセット
	2. 基礎
	3. レイアウト
	4. 各部詳細
*/
/*================================================
	1. リセット
================================================*/
html, body, div, h1, h2, h3, h4, h5, h6, address, blockquote, p, pre, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, code, em, strong, th {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
img {
	vertical-align: top;
}
img, fieldset {
	border: 0;
}
legend {
	display: none;
}
@media screen {
	body {
		letter-spacing: 1px;
	}
	br {
		letter-spacing: 0;
	}
}
/*================================================
	2. 基礎
================================================*/
body, th, td {
	color: #5F5F5F;/* 基本文字色★ */
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;/* 基本文字サイズ★ */
	line-height: 1.7;
}
strong {
	font-weight: bold;
}
em {
	margin: 0 3px;
	padding: 1px 5px;
	background: #F0F0F0;
	color: #000000;
}
ins {
	border-bottom: 1px dashed #D9D9D9;
	color: #999999;
	text-decoration: none;
}
/*------------------------------------------------
	リンク★
------------------------------------------------*/
a:link {/* 未読 */
	color: #0084E1;
	text-decoration: none;
}
a:visited {/* 既読 */
	color: #0066AD;
	text-decoration: none;
}
a:hover {/* マウスオーバー */
	color: #000000;
	text-decoration: underline;
}
a:active {/* アクティブ */
	color: #000000;
	text-decoration: underline;
}
/*------------------------------------------------
	スクロールバー(IEのみ)★
------------------------------------------------*/
html {
	scrollbar-face-color: #C9C9C9;
	scrollbar-highlight-color: #C9C9C9;
	scrollbar-shadow-color: #C9C9C9;
	scrollbar-3dlight-color: #C9C9C9;
	scrollbar-darkshadow-color: #C9C9C9;
	scrollbar-track-color: #ECECEC;
	scrollbar-arrow-color: #ECECEC;
}
/*------------------------------------------------
	フォーム
------------------------------------------------*/
input, textarea, select {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", Osaka, sans-serif;
	font-size: 12px;
}
@media screen {
	input, textarea, select {
		font-family: Tahoma, Verdana, sans-serif;
	}
}
	/* IE6無効（focusはIE7も） */
	input[type="text"]:hover, input[type="text"]:focus,
	input[type="password"]:hover, input[type="password"]:focus,
	textarea:hover, textarea:focus,
	select:hover, select:focus {
		border: 1px solid #000000;
		background: #FFFFFF;
	}
/*------------------------------------------------
	他
------------------------------------------------*/
h2 {
	margin: 15px 0 20px 0;
	padding-top: 26px;
	background: url("./img_admin/heading02.gif") left top repeat-x;
	color: #999999;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 10px;
}
h3 {
	margin: 30px 0 15px 0;
	padding-bottom: 12px;
	background: url("./img_admin/heading03.gif") left bottom repeat-x;
	color: #000000;
	line-height: 1;
	letter-spacing: 5px;
}
h4, h5, h6 {
	margin: 15px 0;
	line-height: 1;
}
p {
	margin: 15px 0;
}
ul {
	margin: 15px 0;
}
ol {
	margin: 15px 0;
	list-style: decimal outside;
}
ol li {
	margin-left: 3em;
}
dl {
	margin: 15px 0;
}
dl dt {
	margin: 5px 0;
}
dl dd {
	margin: 5px 0;
}
blockquote {
	margin: 15px 0;
	color: #C9C9C9;
}
pre {
	width: 85%;
	margin: 15px 0;
	padding: 15px;
	background: #F5F5F5;
}
	@media screen {
		pre {
			overflow: scroll;
		}
	}
table th {
	padding: 5px 10px;
	border: 1px solid #ECECEC;
	background: #F5F5F5;
	white-space: nowrap;
}
table td {
	padding: 5px 10px;
	border: 1px solid #ECECEC;
	background: #FDFDFD;
	vertical-align: top;
}
table img {
	margin: 5px 0;
}
form {
	margin: 15px 0;
	padding: 9px 14px;
	border: 1px solid #ECECEC;
	background: url("./img_admin/stripe.gif") #FCFCFC;
}
form p, form ul, form dl, form table {
	margin: 5px 0;
}
form textarea {/* テキストエリア幅(IE6以下用)★ */
	width: 500px;
}
html>body formtextarea {/* テキストエリア幅(Firefox、Opera、IE7以降等用)★ */
	width: 100%;
	max-width: 500px;
}
form p input {
	width: 8em;
	border: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #696969;
	color: #FFFFFF;
}
address {
	margin: 30px 0 15px 0;
	color: #C9C9C9;
	font-size: 10px;
	text-align: right;
	line-height: 1;
}
address a:link, address a:visited {
	color: #C9C9C9;
}
address a:hover, address a:active {
	color: #000000;
}
/*================================================
	3. レイアウト
================================================*/
html {
	background: #FAFAFA;
}
body {
	width: 100%;/* 全体幅(IE6以下無効)★ */
	padding-bottom: 10px;
	background: #FAFAFA;
	text-align: left;
}
#container {
	margin: 0 10px 0 170px;
	padding: 5px 15px;
	border: 1px solid #ECECEC;
	border-top: 0px solid #000000;
	background: #FFFFFF;
}
#header {
	display: none;
}
#diary, #trackback, #comment, #contents, #work, #env, #canvas, #status, #page, #navi, #login {
	margin-bottom: 15px;
}
#work {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
}
html>body #work {
	position: fixed;
}
#footer {
	float: none;
	clear: both;
}
/*================================================
	4. 各部詳細
================================================*/
p.return {
	text-align: right;
}
/*------------------------------------------------
	# ページナビゲーション
------------------------------------------------*/
#navi h2 {
	display: none;
}
#navi form dl dt {
	display: none;
}
#navi form dl dd {
	float: left;
	clear: left;
	margin: 0;
}
/*------------------------------------------------
	# 処理選択
------------------------------------------------*/
#work h2 {
	display: none;
}
#work ul {
	margin: 0;
	border-top: 10px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	background: #FFFFFF;
}
#work ul li {
	display: inline;
	margin: 0;
	line-height: 1;
}
#work ul li a {
	display: block;
	padding: 8px 10px;
	border-bottom: 1px solid #ECECEC;
}
#work ul li a:link, #work ul li a:visited {
	background: #FFFFFF;
	color: #5F5F5F;
	text-decoration: none;
}
#work ul li a:hover, #work ul li a:active {
	background: #FAFAFA;
	color: #000000;
	text-decoration: none;
}
#work ul li a.selected:link, #work ul li a.selected:visited,
#work ul li a.selected:hover, #work ul li a.selected:active {
	background: #F5F5F5;
	color: #000000;
}
/*------------------------------------------------
	# フォーム
------------------------------------------------*/
#form form dl dt {
	float: left;
	clear: left;
	width: 6em;
	margin: 0;
}
/*------------------------------------------------
	# 環境設定
------------------------------------------------*/
#env h3 {
	padding: 5px 10px 5px 12px;
	border-left: 3px solid #C9C9C9;
	background: #F0F0F0 none;
}
#env form ul.envsettinglist {
	zoom: 1;
}
#env form ul.envsettinglist:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#env form ul.envsettinglist li {
	float: left;
	width: 20em;
}
#env form dl dt em {
	color: #CC0000;
}
/*------------------------------------------------
	# キャンバス
------------------------------------------------*/
#canvas:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#canvas {
	zoom: 1;
}
/*------------------------------------------------
	- 動的パレット☆
------------------------------------------------*/
#canvas applet {
	float: left;
}
#palette * {
	font-size: 12px;
	text-align: left;
}
#palette form {
	margin: 0;
	padding: 0;
	border: 0px solid #000000;
	background: #FFFFFF;
}
#palette table {
	margin: 0px;
	border: 0px solid #000000;
}
#palette td {
	padding: 1px;
	border: 0px solid #000000;
	background: #FFFFFF;
	vertical-align: baseline;
}
#palette table tr td table tr td table tr td {
	padding: 5px;
}
#palette input {
	margin: 1px 0px;
	padding: 1px 0px;
}
#palette select {
	margin: 1px 1px 1px 0px;
}
#palette textarea {
	width: 120px;
	text-align: left;
}
#palette font {
	font-size: 12px;
}
#palette input[type="button"] {/* IE6無効 */
	margin-right: 2px;
	border: 1px solid #ECECEC;
	background: #F5F5F5;
}
/*------------------------------------------------
	# ステータス
------------------------------------------------*/
#status dl dt {
	float: left;
	clear: left;
	width: 12em;
	margin: 0;
}
/*------------------------------------------------
	# プレビュー調整用
------------------------------------------------*/
div.text h4 {
	padding-left: 12px;
	border-left: 3px solid #999999;
	color: #000000;
}
div.text h5, div.text h6 {
	padding-left: 12px;
	border-left: 3px solid #C9C9C9;
	color: #000000;
}
div.text ul li {
	padding-left: 15px;
	background: url("./img_admin/list.gif") 0 0.4em no-repeat;
}
div.text dl dt {
	color: #000000;
}
div.text dl dd {
	margin-left: 15px;
}
/*----------------------------------------------*/
#diary ul.info {
	margin-top: 30px;
	padding: 10px;
	border: 1px solid #ECECEC;
	background: #FCFCFC;
}
#diary ul.info li {
	display: inline;
	margin-right: 10px;
}
