@charset 'utf-8';
/*
	Skin Name: wdp2_crystal
	Last update: 2008-01-24
	Author: wmks
	Author URL: http://www.usamimi.info/~witchmakers/

	☆で検索すると大まかな指定部分(基本文字色等)に飛びます
	★で検索すると記事内の装飾指定部分に飛びます
	◎動的パレット用CSSは追加済み
*/
/*============================================
	リセット
============================================*/
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;
}
@media screen {
	body {
		letter-spacing: 0;
	}
	br {
		letter-spacing: 0;
	}
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
ul,ol {
	list-style: none;
}
fieldset,img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address,code,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
img {
	vertical-align: middle;
}
/*--------------------------------------------
	clearfix ∩(・ω・)∩
--------------------------------------------*/
div {
	zoom: 1;/*for IE 5.5-7*/
}
div:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*============================================
	基本
============================================*/
body  { color: black; font-size: 12px; font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, "ＭＳ Ｐゴシック", sans-serif; line-height: 1.5 }
th,td {
	line-height: 1.5;
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
	letter-spacing: 2px;
}
strong {
	font-weight: bold;
}
em  { background: #ccc; padding: 0 0.5em }
/*--------------------------------------------
	リンク☆
--------------------------------------------*/
a:link  { color: #f09; text-decoration: none }
a:visited  { color: #f09; text-decoration: none }
a:hover {
	text-decoration: none;
	color: #DADADA;
}
a:active {
	text-decoration: none;
	color: #DADADA;
}
/*--------------------------------------------
	フォーム☆
--------------------------------------------*/
legend {
	display: none;
}
input,textarea,select  { color: #808080; font-size: 12px; font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "ＭＳ Ｐゴシック", sans-serif; background: #fcfcfc; border: solid 1px #cfcfcf }
/*↓IE6以下は無効*/
textarea:hover,
select:hover,
input[type="text"]:hover,
input[type="password"]:hover {
	border: 1px solid #555555;
	background: #FFFFFF;
}
/*↓IEは無効*/
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border: 1px solid #84AA3F;
	background: #FFFFFF;
}
/*--------------------------------------------
	スクロールバー(IEのみ☆)
--------------------------------------------*/
html {
	scrollbar-face-color: #F0F0F0;
	scrollbar-highlight-color: #F0F0F0;
	scrollbar-shadow-color: #F0F0F0;
	scrollbar-3dlight-color: #F0F0F0;
	scrollbar-darkshadow-color: #F0F0F0;
	scrollbar-track-color: #A0A0A0;
	scrollbar-arrow-color: #A0A0A0;
}
/*--------------------------------------------
	新着マーク☆
--------------------------------------------*/
em.new    { color: #ffffff; font-size: 10px; background: #c0c; padding: 0 0.5em }
/*============================================
	レイアウト
============================================*/
body {
	background: url("img/body.gif") 0px 0px repeat-x #FAFAFA;/*背景グラデ画像＆背景色*/
	text-align: center;
}
#container {
	width: 800px;
	margin: 0px auto;
	background: url("./img/container.gif") 0px 0px repeat-y #FFFFFF;/*本体ナビ背景用画像＆本体の背景色*/
	text-align: right;
}
#header       { background: url(./img/title.jpg) repeat-x; text-align: right; height: 320px }
#logs {
	float: left;
	width: 580px;
}
#navigation {
	float: right;
	width: 220px;
	text-align: left;
}
#diary,#trackback,#comment,#page,#navi,
#contents,#form,#work,#env,#status {
	float: left;
	clear: both;
	width: 580px;
	margin: 0px 0px 30px auto;
	text-align: left;
}
#canvas {
	float: none;
	clear: both;
	margin-bottom: 0px 0px 30px auto;
	text-align: left;
}
#footer {
	float: none;
	clear: both;
	text-align: left;
}
/*============================================
	詳細
============================================*/
/*--------------------------------------------
	ヘッダー
--------------------------------------------*/
#header h1         { font-size: 12px; font-weight: 500; font-stretch: extra-condensed; letter-spacing: 3px; padding: 300px 30px 2px }
#header a:link    { color: #fcfcfc }
#header a:visited       { color: #fcfcfc }
#header a:hover    { color: #ff0 }
#header a:active    { color: #ff0 }
#header p {
	padding: 0px 30px;
	letter-spacing: 1px;
	color: #808080;
}
/*--------------------------------------------
	ナビゲーション
--------------------------------------------*/
.block {
	margin: 0px 0px 30px 0px;
}
.block h2       { color: #666; font-size: 10px; background: #f9f9f9 url(./img/transgray.gif) repeat-x; margin: 1px 1px 10px; padding: 2px 8px; border: solid 1px #e59ae4 }
.block dl,
.block p {
	margin: 0px 10px;
}
.block dt {
	padding: 0px 0px 0px 15px;
	background: url("./img/file.gif") 0px 0px no-repeat;
}
.block dd {
	padding: 0px 0px 0px 15px;
	color: #B0B0B0;
	font-size: 10px;
}
.block ul {
	margin: 0px 10px;
	color: #B0B0B0;
}
.block ul li {
	padding: 0px 0px 0px 15px;
	background: url("./img/arrow.gif") 0px 0px no-repeat;
}
.block ul li ul {
	margin: 0px;
}
/*--------------------------------------------
	⇒ナビゲーション側リンク☆
--------------------------------------------*/
.block dl a:link,
.block dl a:visited,
.block ul a:link,
.block ul a:visited {
	color: #555555;
}
.block dl a:hover,
.block dl a:active,
.block ul a:hover,
.block ul a:active {
	color: #DADADA;
}
/*--------------------------------------------
	⇒コンテンツ一覧
--------------------------------------------*/
#contentsList ul li {
	padding: 0px 0px 0px 15px;
	background: url("./img/arrow2.gif") 0px 0.2em no-repeat;
	line-height: 2;
}
/*--------------------------------------------
	⇒カレンダー
--------------------------------------------*/
table.calendar  { margin-left: 10px; width: 200px; border: solid 1px #ccc }
table.calendar td  { color: #919191; font-size: 10px; line-height: 2; text-align: center; border: solid 1px #ccc }
table.calendar tr.week td     { background: #ffbeff }
table.calendar td a {
	display: block;
	background: url("./img/calendar.gif") 0px 0px repeat-x #FBFBFB;/*カレンダー更新日☆*/
}
ul.calendar {
	list-style: none;
	text-align: right;
	font-size: 10px;
}
ul.calendar li {
	display: inline;
	padding: 0px 0px 0px 5px;
	background: none;
}
table.calendar td.today {/*カレンダー本日☆*/
	font-weight: bold;
}
/*--------------------------------------------
	⇒新着ミニ画像
--------------------------------------------*/
p.image img {
	margin: 2px 0px;
}
/*--------------------------------------------
	⇒検索フォーム
--------------------------------------------*/
input.search {
	width: 120px;
}
/*--------------------------------------------
	ログ
--------------------------------------------*/
#diary h2 {
	display: none;
}
.diary {
	margin: 0px 0px 30px 0px;
}
.diary h3        { font-size: 16px; background: #e9e9e9 url(img/pattern01.gif); margin: 10px 0 25px; padding: 12px 30px 12px 25px; border-right: 1px solid #fafafa; border-left: 7px solid #c0c }
.diary h3 .date {
	color: #B0B0B0;
	font-family: "Georgia", serif;
	font-weight: bold;
}
.diary .text {
	margin: 0px 30px;
}
p.info {
	margin: 0px 30px;
	text-align: right;
	color: #DADADA;
	font-size: 10px;
}
p.info a:link,
p.info a:visited {
	color: #909090;
	border-bottom: 1px solid #EAEAEA;
}
p.info a:hover,
p.info a:active {
	color: #DADADA;
	border-bottom: 1px solid #EAEAEA;
}
a.listOpen {
	font-size: 10px;
}
/*--------------------------------------------
	コメント・TB（記事一覧表示）
--------------------------------------------*/
.list {
	margin-bottom: 30px;
}
.list h4 {
	display: none;
}
.list ul {
	margin: 0px 30px 0px 60px;
	padding: 10px;
	border: 1px solid #F1F1F1;
	background: #FCFCFC;
	list-style: circle inside;
	font-size: 10px;
}
.list dl {
	margin: 0px 30px 0px 60px;
}
.list dt {
	padding: 1px 10px;
	border: 1px solid #F1F1F1;
	background: #FCFCFC;
	text-align: right;
	color: #808080;
	font-size: 10px;
}
.list dd {
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #F1F1F1;
	border-top: none;
	background: #cccccc;
}
.list dd p {
	padding-top: 10px;
}
/*--------------------------------------------
	コメント・TB（個別ページ表示）
--------------------------------------------*/
#trackback h2,#comment h2 {
	display: none;
}
#trackback ul,#comment ul {
	margin: 0px 30px 0px 60px;
	padding: 0px 10px 0px 0px;
	border-right: 6px solid #F1F1F1;
	text-align: right;
}
#trackback dl     { font-size: 10px; background: #fcfcfc url(img/pattern01.gif); margin: 10px 30px 0 60px; padding: 10px; border: solid 1px #e59ae4 }
#comment h3      { color: #808080; font-size: 10px; background: #fcfcfc url(img/pattern01.gif); text-align: right; margin: 10px 30px 0 60px; padding: 1px 10px; border-style: solid; border-width: 1px 1px 0; border-color: #e59ae4 }
#comment .text  { background: #fcfcfc; margin: 0 30px 0 60px; padding: 0 10px 10px; border-style: none solid solid; border-width: medium 1px 1px; border-color:  #e59ae4 #e59ae4 }
#comment .text p {
	margin: 0px;
	padding-top: 10px;
}
/*--------------------------------------------
	ページ移動
--------------------------------------------*/
#page h2,#navi h2 {
	display: none;
}
#page ul,
#navi p,#navi dl {
	margin: 0px 30px;
}
#navi ul {
	margin: 0px 30px;
	text-align: right;
}
#page ul li,#navi ul li {
	display: inline;
	color: #CACACA;
	font-size: 10px;
}
#navi dt {
	display: none;
}
#navi dd {
	float: left;
	clear: left;
}
#page ul,#navi ul {
	line-height: 2;
}
#page ul a,#navi ul a {
	padding: 2px 10px;
	border: 1px solid #EAEAEA;
	background: #F4F4F4;
}
/*--------------------------------------------
	コンテンツ・フォーム・管理ページ等
--------------------------------------------*/
#contents h2,#form h2,#env h2,#status h2,#work h2    { font-size: 16px; background: #e9e9e9 url(./img/pattern01.gif); margin: 10px 0 25px; padding: 12px 30px 12px 25px; border-right: 1px solid #fafafa; border-left: 7px solid #c0c }
#contents h3,#env h3,#status h3  { text-align: right; margin: 0 30px 20px; padding: 0 0 2px; border-bottom: 1px solid #d5d5d5 }
#contents h4,#contents h5,#contents h6  { text-align: right; margin: 0 30px 20px; padding: 0 0 2px; border-bottom: 1px dashed #d1d1d1 }
#contents p,#contents dl,#contents ul,#contents ol,#contents table,
#form p,#form dl,#form ul,
#env p,#env dl,#env ul,#env table,
#status p,#status dl,#status ul,
#work p,#work dl {
	margin: 0px 30px 20px 30px;
}
#contents table th,
#env table th  { background: #fafafa; text-align: center; padding: 5px; border: solid 1px #c7c7c7 }
#contents table td,
#env table td   { padding: 10px; border: solid 1px #b5b5b5 }
#contents img {
	margin: 0px 0px 4px 0px;
}
#form form dt {
	float: left;
	clear: left;
	width: 8em;
}
#status dt {
	float: left;
	clear: left;
	width: 10em;
}
#work dl {
	margin-bottom: 0px;
}
#work dt {
	display: none;
}
#work dd {
	float: left;
	clear: left;
}
/*--------------------------------------------
	⇒アルバム（アプロードファイル一覧）
--------------------------------------------*/
p.album {
	text-align: center;
	font-size: 10px;
}
p.album a {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
p.album a:link {
	background: #FCFCFC;
	color: #4F4F4F;
}
p.album a:visited {
	background: #FCFCFC;
	color: #4F4F4F;
}
p.album a:hover {
	background: #F9F9F9;
	color: #909090;
}
p.album a:active {
	background: #FCFCFC;
	color: #4F4F4F;
}
/*--------------------------------------------
	⇒アイコンリスト
--------------------------------------------*/
ul.iconList li {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #FCFCFC;
}
ul.iconList img {
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}
/*--------------------------------------------
	⇒入力フォーム
--------------------------------------------*/
#form form textarea {
	width: 350px;
}
#form form dd {
	margin-bottom: 10px;
}
#navi form p input,
#contents form p input,#form form p input,#env form p input,#work form p input  { color: #fafafa; background: #868686; letter-spacing: 1px; width: 9em; border: solid 1px #acacac }
/*--------------------------------------------
	⇒トラックバックURL
--------------------------------------------*/
input.trackbackUrl {
	width: 500px;
	padding-left: 5px;
	border: 1px solid #AAAAAA;
	background: #BBBBBB;
	color: #FFFFFF;
}
input.trackbackUrl:hover {/*IE6は無効*/
	background: #999999;
}
/*--------------------------------------------
	⇒絵アプレット◎
--------------------------------------------*/
#canvas h2 {
	margin: 0px 30px 20px 30px;
}
#canvas applet {
	float: left;
	margin-left: 30px;
	margin-right: 5px;
}
#palette table {
	margin: 0px;
	padding: 0px;
}
#palette td {
	margin: 0px;
	padding: 0px;
	border: none;
}
/*--------------------------------------------
	フッター
--------------------------------------------*/
#footer p  { text-align: right; padding-top: 100px; padding-right: 10px; height: 25px }
#footer p a {
	display: block;
	float: left;
	width: 8em;
	margin-left: 10px;
	text-align: center;
	font-size: 10px;
}
#footer p a:link   { color: #808080; text-decoration: none; border: solid 1px #c3c3c3 }
#footer p a:visited   { color: #808080; text-decoration: none; border: solid 1px #c4c4c4 }
#footer p a:hover {
	border: 1px solid #555555;
	text-decoration: none;
	color: #555555;
}
#footer p a:active {
	border: 1px solid #555555;
	text-decoration: none;
	color: #555555;
}
#footer address         { color: #c0c0c0; font-size: 10px; background: #393939 url(img/footer.jpg) no-repeat; text-align: right; padding: 15px 10px; height: 75px; border-top: 0 solid #dbdbdb }
#footer address a:link {
	text-decoration: none;
	color: #D0D0D0;
}
#footer address a:visited {
	text-decoration: none;
	color: #D0D0D0;
}
#footer address a:hover {
	text-decoration: none;
	color: #F1F1F1;
}
#footer address a:active {
	text-decoration: none;
	color: #D0D0D0;
}
/*============================================
	本文装飾 ★
============================================*/
/*--------------------------------------------
	本文内リンク☆
--------------------------------------------*/
.text a:link  { color: #f09 }
.text a:visited {
	color: #A1AB90;
}
.text a:hover {
	color: #FF0099;
}
.text a:active {
	color: #FF0099;
}
/*--------------------------------------------
	画像余白・画像リンク
--------------------------------------------*/
.text img {
	margin: 0px 0px 0px 0px;
}
.text a:link img   { border: solid 1px #e59ae4 }
.text a:visited img   { border: solid 1px #e59ae4 }
.text a:hover img  { border: solid 1px #f09 }
.text a:active img  { border: solid 1px #f09 }
/*--------------------------------------------
	その他の装飾
--------------------------------------------*/
.text h4 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #EAEAEA;
	text-align: right;
}
.text h5 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px dashed #EAEAEA;
	text-align: right;
}
.text h6 {
	margin: 0px 0px 20px 0px;
	text-align: right;
}
.text p {
	margin: 0px 0px 20px 0px;
}
.text blockquote {
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 0px 20px;
	border: 3px solid #F0F0F0;
}
.text pre {
	overflow: scroll;
	width: 498px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	border: 1px solid #909090;
	background: #4F4F4F;
	color: #FFFFFF;
}
.text dl {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 12px;
	border-left: 3px solid #EAEAEA;
}
.text dt {
	font-weight: bold;
}
.text dd {
	margin: 0px 0px 0px 12px;
}
.text ul {
	margin: 0px 0px 20px 0px;
	list-style: square inside;
}
.text ul li ul {
	margin: 0px 0px 0px 16px;
	list-style: disc inside;
}
.text ul li ol {
	margin: 0px 0px 0px 16px;
	list-style: decimal inside;
}
.text ol {
	margin: 0px 0px 20px 0px;
	list-style: decimal inside;
}
.text ol li ul {
	margin: 0px 0px 0px 20px;
	list-style: disc inside;
}
.text ol li ol {
	margin: 0px 0px 0px 20px;
	list-style: decimal inside;
}
.text table {
	margin: 0px 0px 20px 0px;
}
.text table tr th {
	padding: 5px;
	border: 1px solid #cccccc;
	background: #FAFAFA;
	text-align: center;
}
.text table tr td  { padding: 10px; border: solid 0px #a9a9a9 }
.box_gray {
	border: 3px double #666666;
	padding: 0px;
	width: 100%;
}

/*============================================
	おまけ
============================================*/
/*--------------------------------------------
	ページ移動プラグイン
--------------------------------------------*/
p.pluginPage {
	margin: 0px 0px 30px 0px;
	padding: 5px 30px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	border-right: 1px solid #EFEFEF;
	background: #F4F4F4;
	text-align: center;
	color: #B0B0B0;
	font-size: 12px;
}
/*--------------------------------------------
	パンくずリストプラグイン
--------------------------------------------*/
p.pluginTopicpath {
	margin: 10px 10px 0px 10px;
	color: #B0B0B0;
	line-height: 2;
	font-size: 10px;
}
p.pluginTopicpath a {
	padding: 1px 10px;
	border: 1px solid #EAEAEA;
	background: #F4F4F4;
}
/*--------------------------------------------
	タギングプラグイン（タグ）
--------------------------------------------*/
p.pluginTagging {
	padding: 5px 5px 5px 25px;
	border: 1px solid #F0F0F0;
	background: url("./img/tagging.gif") 5px 50% no-repeat #FCFCFC;
	line-height: 2;
}
p.pluginTagging a {
	margin-right: 5px;
}
p.pluginTagging a:link {
	color: #909090;
}
p.pluginTagging a:visited {
	color: #909090;
}
p.pluginTagging a:hover {
	color: #DADADA;
}
p.pluginTagging a:active {
	color: #DADADA;
}
/*--------------------------------------------
	タギングプラグイン（リスト）
--------------------------------------------*/
#navigation ul.tag {
	margin: 0px 10px 0px 15px;
}
#navigation ul.tag li {
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: none;
	color: #AAAAAA;
	line-height: 1.0;
}
#navigation ul.tag li a {
	text-decoration: none;
}
/*============================================
	ネタばれボタン用
============================================*/
/*
	本体の入手→Right Bowerさん配布の『WebDiaryPro用タグエディタ（配布版）』
	※以下の指定はnetabare.cssでの指定より優先度が高くなります
	※仕様変更等により使えなくなった場合は以下の指定は削除してください
*/
.sfield {
	margin: 0px 0px 20px 0px !important;
	padding: 10px !important;
	border: 1px dashed #E0E0E0 !important;
	background: #FCFCFC !important;
	color: #808080 !important;
}
.sfield p {
	margin: 0px 0px 10px 0px !important;
}
.nbtn {
	padding: 3px 5px !important;
	border: 1px solid #909090 !important;
	background: #808080 !important;
	color: #FFFFFF !important;
}
.nbtnc {
	padding: 3px 5px !important;
	border: 1px solid #909090 !important;
	background: #808080 !important;
	color: #FFFFFF !important;
}
