﻿@charset 'utf-8';
/*

	witchmakers | wdp2_distance | 2008-09-02
	★で検索すると大まかな指定部分に飛びます

*/
/*======================================
	リセット
======================================*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, dl, dt, dd, ul, ol, li, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
address, code, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: bottom;
}
legend {
	display: none;
}
/*------------------------------------*/
@media screen {
	body {
		letter-spacing: 1px;
	}
	br {
		letter-spacing: 0;
	}
}
/*------------------------------------*/
div {
	zoom: 1;
}
/*======================================
	基本
======================================*/
body, th, td {
	color: #464646;/* 基本文字色★ */
	font-size: 12px;/* 基本文字サイズ */
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif, Tahoma, Verdana, sans-serif;
	line-height: 1.6;
}
strong {
	font-weight: bold;
}
em {
	padding: 0 5px;
	background: #F5F5F5;
}
/*--------------------------------------
	リンク★
--------------------------------------*/
a:link {/* 未読 */
	text-decoration: underline;
	color: #6198BD;
}
a:visited {/* 既読 */
	text-decoration: underline;
	color: #446A84;
}
a:hover {/* マウスオーバー */
	text-decoration: underline;
	color: #8080FF;
}
a:active {/* アクティブ */
	text-decoration: underline;
	color: #B9B9B9;
}
/*--------------------------------------
	フォーム
--------------------------------------*/
input, textarea, select {
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", Osaka, sans-serif;
}
@media screen {
	input, textarea, select {
		font-family: Verdana, Tahoma, sans-serif;
	}
}
input[type="text"]:hover, input[type="text"]:focus,
input[type="password"]:hover, input[type="password"]:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {/* hover→IE6以下無効、focus→IE7以下無効 */
	border: 1px solid #464646;
	background: #FFFFFF;
}
/*--------------------------------------
	スクロールバー (IEonly★)
--------------------------------------*/
html {
	scrollbar-face-color: #E0E0E0;
	scrollbar-highlight-color: #E0E0E0;
	scrollbar-shadow-color: #E0E0E0;
	scrollbar-3dlight-color: #E0E0E0;
	scrollbar-darkshadow-color: #E0E0E0;
	scrollbar-track-color: #F5F5F5;
	scrollbar-arrow-color: #F5F5F5;
}
/*--------------------------------------
	見出し指定まとめて★
--------------------------------------*/
#diary div.diary h3,
#contents h2, #form h2, #work h2, #env h2, #status h2, #canvas h2 {
	padding: 10px 30px 10px 25px;
	border-left: 5px solid #F0F0F0;
	background: url("./img/heading01.gif") #FCFCFC;
	text-transform: capitalize;
	color: #101010;
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", Verdana, Tahoma, sans-serif;
}
/*--------------------------------------
	RSSアイコン
--------------------------------------*/
@media screen {
	a.rssFeed {
		padding-left: 15px;
		background: url("./img/feedicon.gif") 0 0.2em no-repeat;
	}
}
/*--------------------------------------
	新着マーク
--------------------------------------*/
em.new {
	padding: 0 5px;
	background: #464646;
	text-transform: uppercase;
	color: #FCFCFC;
	font-size: 10px;
	font-family: verdana, Tahoma, sans-serif;
}
/*======================================
	レイアウト
======================================*/
body {
	background: url("./img/body.gif") 0 0 repeat-x #F5F5F5;
	text-align: center;
}
#container {
	width: 800px;
	margin: 0 auto;
	background: url("./img/container.gif") 0 0 repeat-y #FFFFFF;
	text-align: right;
}
#header {
	height: 125px;
	background: url("./img/header.gif") 0 30px no-repeat #FFFFFF;
	text-align: left;
}
#menu {
	margin-bottom: 20px;
	background: #464646;
	text-align: left;
}
#navigation {
	width: 230px;
	float: left;
	text-align: left;
}
#logs {
	width: 570px;
	float: right;
	text-align: left;
}
#diary {
	float: none;
	clear: both;
	width: 570px;
	margin: 0 0 0 auto;
	text-align: left;
}
#page {
	float: none;
	clear: both;
	width: 570px;
	margin: 0 0 0 auto;
	text-align: left;
}
#navi {
	float: none;
	clear: both;
	width: 570px;
	margin: 0 0 0 auto;
	text-align: right;
}
#trackback, #comment, #contents, #form, #work, #env, #status, #canvas {
	float: none;
	clear: both;
	width: 570px;
	margin: 0 0 40px auto;
	text-align: left;
}
#footer {
	float: none;
	clear: both;
	text-align: right;
}
/*--------------------------------------
	---- overflow
--------------------------------------*/
@media screen {
	#logs, #navigation {
		overflow: hidden;
	}
}
/*--------------------------------------
	---- clearfix
--------------------------------------*/
#canvas:after,
#menu ul:after,
#diary div.text:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
/*======================================
	詳細
======================================*/
/*--------------------------------------
	ヘッダー
--------------------------------------*/
#header h1 {
	padding: 6px 15px 0 15px;
	font-size: 20px;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", Tahoma, Verdana, sans-serif;
	line-height: 1;
	letter-spacing: 5px;
}
#header h1 a:link,
#header h1 a:visited {
	text-decoration: none;
	color: #464646;
}
#header h1 a:hover,
#header h1 a:active {
	text-decoration: none;
	color: #8080FF;
}
#header p {
	display: none;
}
/*--------------------------------------
	メニュー
--------------------------------------*/
#menu h2 {
	display: none;
}
#menu ul {
	zoom: 1;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left;
	width: 130px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", Verdana, Tahoma, sans-serif;
	line-height: 2;
}
#menu ul li a:link,
#menu ul li a:visited {
	background: #464646;
	text-decoration: none;
	color: #FCFCFC;
}
#menu ul li a:hover,
#menu ul li a:active {
	background: #7A7A7A;
	text-decoration: none;
	color: #FCFCFC;
}
/*--------------------------------------
	ナビゲーション
--------------------------------------*/
#navigation div.block {
	margin: 0 0 40px 0;
	padding: 5px 15px 0 15px;
	background: url("./img/heading02.gif") 0 0 repeat-x;
	color: #8A8A8A;
}
#navigation div.block a:link,
#navigation div.block a:visited {
	text-decoration: none;
	color: #464646;
}
#navigation div.block a:hover,
#navigation div.block a:active {
	text-decoration: underline;
	color: #8080FF;
}
/*------------------------------------*/
#navigation div.block h2 {
	margin-bottom: 15px;
	text-transform: capitalize;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", Verdana, Tahoma, sans-serif;
}
#navigation div.block ul li {
	padding-left: 15px;
	background: url("./img/list01.gif") 0 0.4em no-repeat;
}
#navigation div.block ul li ul li {
	padding-left: 15px;
	background: url("./img/list02.gif") 0 0.4em no-repeat;
}
#navigation div.block dl dt {
	padding-left: 15px;
	background: url("./img/list04.gif") 0 0.4em no-repeat;
}
#navigation div.block dl dd {
	margin-left: 15px;
}
/*--------------------------------------
	---- カレンダー
--------------------------------------*/
#navigation div.calendar table {
	width: 200px;
}
#navigation div.calendar table th,
#navigation div.calendar table td {
	border: 1px solid #F0F0F0;
	text-align: center;
	color: #8A8A8A;
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
}
#navigation div.calendar table th {
	background: #F5F5F5;
}
#navigation div.calendar table td a {
	display: block;
	background: url("./img/calendar.gif") 0 0 repeat-x;
}
#navigation div.calendar table td a:link,
#navigation div.calendar table td a:visited {
	text-decoration: none;
	color: #464646;
}
#navigation div.calendar table td a:hover,
#navigation div.calendar table td a:active {
	text-decoration: none;
	color: #FF0080;
}
#navigation div.calendar table td.today {/* カレンダー本日 */
	font-weight: bold;
}
/*--------------------------------------
	---- コンテンツリスト
--------------------------------------*/
#navigation div.menulist ul li {
	background: url("./img/list03.gif") 0 0.4em no-repeat;
}
#navigation div.menulist ul li ul li {
	background: url("./img/list02.gif") 0 0.4em no-repeat;
}
/*--------------------------------------
	---- 最近の記事・コメ・TB
--------------------------------------*/
#navigation div.entrylist dl dd, #navigation div.cmtlist dl dd, #navigation div.tblist dl dd {
	color: #B9B9B9;
}
/*--------------------------------------
	---- 新着ミニ画像
--------------------------------------*/
#navigation div.image img {
	margin: 2px 0;
}
/*--------------------------------------
	---- アーカイブ
--------------------------------------*/
#navigation div.archive ul {
	zoom: 1;
}
#navigation div.archive ul li {
	display: inline;
	padding: 0;
	background: none;
	font-family: Osaka, "ＭＳ ゴシック", sans-serif, Tahoma, Verdana, sans-serif;
}
#navigation div.archive ul li a {
	white-space: nowrap;
}
/*--------------------------------------
	---- 検索窓
--------------------------------------*/
#navigation div.search form p input.text {
	width: 120px;
}
#navigation div.search form p input.submit {
	width: 3em;
	border: 1px solid #8A8A8A;
	background: #464646;
	text-transform: uppercase;
	color: #FCFCFC;
}
/*--------------------------------------
	記事
--------------------------------------*/
#diary h2 {
	display: none;
}
#diary div.diary {
	margin-bottom: 40px;
}
#diary div.diary h3 {
	margin: 0;
}
#diary div.diary div.text {
	margin: 0 30px;
	padding-top: 15px;
}
#diary div.diary ul.info {
	float: none;
	clear: both;
	margin: 0 30px;
	text-align: right;
}
#diary div.diary ul.info li {
	display: inline;
	margin-left: 5px;
	color: #B9B9B9;
}
#diary div.diary ul.info li a:link,
#diary div.diary ul.info li a:visited {
	border-bottom: 1px solid #F0F0F0;
	text-decoration: none;
	color: #8080FF;
}
#diary div.diary ul.info li a:hover,
#diary div.diary ul.info li a:active {
	border-bottom: 1px solid #FAFAFA;
	text-decoration: none;
	color: #464646;
}
/*--------------------------------------
	---- インデックスページ表示
--------------------------------------*/
#diary div.diary a.listOpen {
	margin-left: 5px;
	padding: 0 5px;
	text-transform: capitalize;
}
@media screen {
	#diary div.diary a.listOpen {
		padding-left: 15px;
		background: url("./img/listhead.gif") 0 0.2em no-repeat;
	}
}
#diary div.diary a:link.listOpen, #diary div.diary a:visited.listOpen {
	text-decoration: none;
}
#diary div.diary a:hover.listOpen, #diary div.diary a:active.listOpen {
	text-decoration: none;
}
/*--------------------------------------
	---- コメ・TB (記事一覧に表示)
--------------------------------------*/
#diary div.list {
	margin: 0 30px 40px 70px;
}
#diary div.list h4 {
	padding-left: 15px;
	background: url("./img/listhead.gif") 0 0.4em no-repeat;
	color: #B9B9B9;
}
#diary div.list ul {
	padding: 14px;
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
}
#diary div.list dl {
	border: 1px solid #F0F0F0;
	border-bottom: none;
	background: #FCFCFC;
}
#diary div.list dt {
	margin: 0 14px;
	padding-top: 14px;
	color: #B9B9B9;
}
#diary div.list dt em {
	margin: 0 5px 0 0;
	padding: 0;
	background: transparent;
	color: #8A8A8A;
}
#diary div.list dd {
	padding: 5px 14px 0 14px;
	border-bottom: 1px solid #F0F0F0;
}
#diary div.list dd p {
	padding-bottom: 14px;
}
/*--------------------------------------
	コメ・TB (個別ページに表示)
--------------------------------------*/
#trackback h2, #comment h2 {
	margin: 0 30px 0 70px;
	padding-left: 15px;
	background: url("./img/listhead.gif") 0 0.4em no-repeat;
	color: #B9B9B9;
}
#trackback ul, #comment ul {
	margin: 0 30px 5px 70px;
	padding: 1px 14px;
	border: 1px solid #F0F0F0;
	background: #FAFAFA;
}
#trackback dl {
	margin: 0 30px 5px 70px;
	padding: 14px;
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
}
#comment div.comment {
	margin: 0 30px 5px 70px;
	padding: 14px;
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
}
#comment div.comment h3 {
	color: #B9B9B9;
}
#comment div.comment h3 em {
	margin: 0 5px 0 0;
	padding: 0;
	background: transparent;
	color: #8A8A8A;
}
#comment div.comment div.text p {
	margin: 0;
	padding-top: 15px;
}
/*--------------------------------------
	ページ移動
--------------------------------------*/
#page h2, #navi h2 {
	display: none;
}
#navi form {
	margin: 0 30px;
	text-align: left;
}
#navi form dl dt {
	display: none;
}
#navi form dl dd {
	float: left;
	clear: left;
}
#page ul, #navi ul {
	margin: 0 30px;
	line-height: 2;
}
#page ul li, #navi ul li {
	display: inline;
	margin: 0 5px 0 0;
	text-transform: capitalize;
	color: #8A8A8A;
}
#navi ul li {
	margin: 0 0 0 5px;
}
#page ul li a, #navi ul li a {
	padding: 1px 6px;
}
#page ul li a:link, #page ul li a:visited,
#navi ul li a:link, #navi ul li a:visited {
	border: 1px solid #F0F0F0;
	background: #F5F5F5;
	text-decoration: none;
	color: #464646;
}
#page ul li a:hover, #page ul li a:active,
#navi ul li a:hover, #navi ul li a:active {
	border: 1px solid #464646;
	background: #FCFCFC;
	text-decoration: none;
	color: #464646;
}
/*--------------------------------------
	その他 (管理ページetc)
--------------------------------------*/
#contents h2, #form h2, #work h2, #env h2, #status h2, #canvas h2 {
	margin: 0 0 15px 0;
}
#contents h3, #env h3, #status h3 {
	margin: 0 30px 15px 30px;
	border-bottom: 2px solid #F0F0F0;
}
#contents h4, #contents h5, #contents h6 {
	margin: 0 30px 15px 30px;
	border-bottom: 1px solid #F0F0F0;
}
#contents p, #contents dl, #contents ul, #contents table,
#form p, #form dl, #form ul,
#work p, #work dl,
#env p, #env dl, #env ul, #env table,
#status p, #status dl, #status ul {
	margin: 0 30px 15px 30px;
}
#contents table tr th, #env table tr th {
	padding: 2px 5px;
	border: 1px solid #F0F0F0;
	background: #F5F5F5;
}
#contents table tr td, #env table tr td {
	padding: 2px 5px;
	border: 1px solid #F0F0F0;
	background: #FFFFFF;
}
#contents img {
	margin: 2px 0;
}
#contents form p input, #form form p input, #work form p input, #env form p input,
#navi form p input {
	width: 9em;
	border: 1px solid #8A8A8A;
	background: #464646;
	text-transform: uppercase;
	color: #FCFCFC;
}
/*--------------------------------------------
	---- アルバム
--------------------------------------------*/
#contents ul.album {
	margin-bottom: 0;
}
#contents ul.album li {
	display: inline;
}
#contents ul.album li a {
	display: block;
	border-top: 1px solid #F0F0F0;
	padding: 5px;
}
#contents ul.album li a:link,
#contents ul.album li a:visited {
	background: #FCFCFC;
	text-decoration: none;
	color: #464646;
}
#contents ul.album li a:hover,
#contents ul.album li a:active {
	background: #FAFAFA;
	text-decoration: none;
	color: #8080FF;
}
/*--------------------------------------
	---- アイコンリスト
--------------------------------------*/
#contents table.iconlist td {
	padding: 5px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}
#contents table.iconlist td img {
	margin: 0;
}
/*--------------------------------------
	---- トラックバックURL
--------------------------------------*/
#contents input.trackbackUrl {
	width: 80%;
}
/*--------------------------------------
	---- 入力フォーム
--------------------------------------*/
#form form textarea {
	width: 360px;
}
#form form dl {
	margin-bottom: 0;
}
#form form dl dt {
	float: left;
	clear: left;
	width: 8em;
	text-transform: uppercase;
	color: #8A8A8A;
}
#form form dl dd {
	padding-bottom: 5px;
}
/*--------------------------------------------
	---- 管理
--------------------------------------------*/
#work dl {
	margin-bottom: 0;
}
#work dl dt {
	display: none;
}
#work dl dd {
	float: left;
	clear: left;
}
/*--------------------------------------------
	---- ステータス
--------------------------------------------*/
#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
/*--------------------------------------------
	---- アプレット
--------------------------------------------*/
#canvas applet {
	float: left;
	margin-left: 30px;
	margin-right: 5px;
}
/*--------------------------------------
	フッター
--------------------------------------*/
#footer ul {
	margin: 0 15px;
	padding: 40px 0 5px 0;
}
#footer ul li {
	display: inline;
	margin-left: 5px;
	text-transform: capitalize;
}
#footer ul li a:link,
#footer ul li a:visited {
	text-decoration: none;
	color: #B9B9B9;
}
#footer ul li a:hover,
#footer ul li a:active {
	text-decoration: none;
	color: #464646;
}
#footer address {
	padding: 15px;
	border-top: 1px solid #F5F5F5;
	background: #464646;
	color: #E0E0E0;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", verdana, Tahoma, sans-serif;
}
#footer address a:link,
#footer address a:visited {
	text-decoration: none;
	color: #E0E0E0;
}
#footer address a:hover,
#footer address a:active {
	text-decoration: none;
	color: #8080FF;
}
/*======================================
	記事 (本文装飾)
======================================*/
div.text img {
	margin: 5px;
}
div.text a:link img, div.text a:visited img {
	border: 1px solid #464646;
}
div.text a:hover img, div.text a:active img {
	border: 1px solid #8080FF;
}
/*------------------------------------*/
div.text h4 {
	margin: 0 0 15px 0;
	border-bottom: 2px solid #F0F0F0;
}
div.text h5 {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #F0F0F0;
}
div.text h6 {
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #F0F0F0;
}
div.text p {
	margin: 0 0 15px 0;
}
div.text blockquote {
	margin: 0 0 15px 0;
	padding: 10px 0 0 15px;
	background: url("./img/blockquote.gif") 0 0 no-repeat;
	color: #8A8A8A;
}
div.text pre {
	margin: 0 0 15px 0;
	padding: 13px;
	width: 85%;
	border: 2px solid #F5F5F5;
	background: #FCFCFC;
}
@media screen {
	div.text pre {
		overflow: scroll;
	}
}
div.text dl {
	margin: 0 0 15px 0;
	border-left: 2px solid #F0F0F0;
}
div.text dl dt {
	margin-left: 13px;
}
div.text dl dd {
	margin-left: 28px;
	color: #8A8A8A;
}
div.text ul {
	margin: 0 0 15px 0;
}
div.text ul li {
	padding-left: 15px;
	background: url("./img/list01.gif") 0 0.4em no-repeat;
}
div.text ol {
	margin: 0 0 15px 0;
	list-style: decimal inside;
}
	div.text ul li ul, div.text ul li ol {
		margin-bottom: 0;
	}
	div.text ul li ol li {
		padding-left: 0;
		background: none;
	}
	div.text ol li ol, div.text ol li ul {
		margin: 0 0 0 15px;
	}
	div.text ol li ul li {
		list-style: none outside;
	}
div.text table {
	margin: 0 0 15px 0;
}
div.text table th {
	padding: 4px 8px;
	border: 1px solid #F0F0F0;
	background: url("./img/pattern01.gif") #FAFAFA;
	text-align: center;
}
div.text table td {
	padding: 8px;
	border: 1px solid #F0F0F0;
}
/*======================================
	プラグインetc
======================================*/
/*--------------------------------------
	パンくずリスト
--------------------------------------*/
p.pluginTopicpath {
	margin: 0 0 20px 1px;
	padding: 3px 30px 3px 29px;
	background: #FAFAFA;
	text-align: right;
	color: #B9B9B9;
	line-height: 2;
}
p.pluginTopicpath a:link, p.pluginTopicpath a:visited {
	padding: 1px  5px;
	background: #F0F0F0;
	text-decoration: none;
	color: #464646;
}
p.pluginTopicpath a:hover, p.pluginTopicpath a:active {
	padding: 1px 5px;
	background: #464646;
	text-decoration: none;
	color: #FCFCFC;
}
/*--------------------------------------
	ページ移動
--------------------------------------*/
p.pluginPage {
	margin: 0 30px 40px 30px;
	text-align: right;
	color: #B9B9B9;
}
/*--------------------------------------
	タギング (タグ)
--------------------------------------*/
p.pluginTagging {
	float: none;
	clear: both;
	text-align: right;
	line-height: 2;
}
p.pluginTagging a {
	padding: 1px 5px;
	white-space: nowrap;
}
p.pluginTagging a:link, p.pluginTagging a:visited {
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
	text-decoration: none;
	color: #464646;
}
p.pluginTagging a:hover, p.pluginTagging a:active {
	border: 1px solid #464646;
	background: #FFFFFF;
	text-decoration: none;
	color: #464646;
}
/*--------------------------------------
	タギング (リスト)
--------------------------------------*/
#navigation div.block ul.tag {
	zoom: 1;
}
#navigation div.block ul.tag li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	color: #B9B9B9;
}
/*--------------------------------------
	WebDiaryPro用タグエディタ（配布版）
	http://brutzero.s22.xrea.com/rb/archives/tageditor.html
	※netabare.cssでの指定より優先度高
	※仕様変更等により使えなくなった場合は以下の指定は削除してください
--------------------------------------*/
.sfield {
	margin: 15px 0 !important;
	padding: 14px !important;
	border: 1px solid #F0F0F0 !important;
	background: url("./img/pattern01.gif") #FCFCFC !important;
}
.nbtn,
.nbtnc {
	padding: 2px 5px !important;
	border: 1px solid #8A8A8A !important;
	background: #464646 !important;
	color: #FCFCFC !important;
}
