@charset 'utf-8';
/*
	Skin Name: wdp1_trans
	Last update: 2008-02-24
	Author: wmks
	Author URL: http://www.usamimi.info/~witchmakers/
	
	☆で検索すると大まかな色指定部分に飛びます
*/
/*============================================
	リセット
============================================*/
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, print {
	body {
		letter-spacing: 1px;
	}
	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 {
	line-height: 1.7;
	color: #404040;/*基本文字色☆*/
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Osaka", "verdana", "ＭＳ Ｐゴシック", sans-serif;
}
th,td {
	line-height: 1.7;
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
	letter-spacing: 2px;
}
strong {
	font-weight: bold;
}
em {
	padding: 0px 0.5em;
	background: #F0F0F0;
}
/*--------------------------------------------
	リンク☆
--------------------------------------------*/
a:link {
	text-decoration: underline;
	color: #47ABE1;
}
a:visited {
	text-decoration: none;
	color: #47ABE1;
}
a:hover {
	text-decoration: underline;
	color: #CACACA;
}
a:active {
	text-decoration: underline;
	color: #CACACA;
}
/*--------------------------------------------
	フォーム☆
--------------------------------------------*/
legend {
	display: none;
}
input,textarea,select {
	border: 1px solid #A0A0A0;
	background: #FFFFFF;
	color: #404040;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*↓IE6以下は無効*/
textarea:hover,
select:hover,
input[type="text"]:hover,
input[type="password"]:hover {
	border: 1px solid #47ABE1;
	background: #FFFFFF;
}
/*↓IEは無効*/
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border: 1px solid #47ABE1;
	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 {
	padding: 0px 0.5em;
	border: 1px solid #F3CA69;
	background: transparent;
	color: #F3CA69;
	font-size: 10px;
}
/*============================================
	レイアウト
============================================*/
body {
	text-align: center;
	background: #F5F5F5;/*背景色☆*/
}
#container {
	width: 80%;
	max-width: 1000px;/*IE6以下無効*/
	margin: 0px auto;
	background: #FFFFFF;
	text-align: left;
}
#navigation {
	float: none;
	clear: both;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px dashed #F0F0F0;
	background: #FCFCFC;

}
#diary {
	float: none;
	clear: both;
}
#trackback,#comment,#page,#navi,
#contents,#form,#work,#env,#status,#canvas {
	float: none;
	clear: both;
	margin-bottom: 40px;
}
#footer {
	float: none;
	clear: both;
}
/*============================================
	詳細
============================================*/
/*--------------------------------------------
	ヘッダー
--------------------------------------------*/
#header h1 {
	margin: 0px 30px;
	padding: 25px 0px 3px 0px;
	font-family: "Georgia", sans-serif;
	font-size: 18px;
}
div#container .access { position: absolute; left: -200px; top: 0px;}
/*---------タイトルリンク*/
#header h1 a:link,
#header h1 a:visited {
	text-decoration: none;
	color: #404040;
}
#header h1 a:hover,
#header h1 a:active {
	text-decoration: none;
	color: #47ABE1;
}
/*---------ブログ概要*/
#header p {
	margin: 0px 30px;
	color: #A0A0A0;
	letter-spacing: 2px;
	font-size: 10px;
}
/*--------------------------------------------
	メニュー
--------------------------------------------*/
#menu h2 {
	display: none;
}
#menu ul {
	padding: 10px 30px 20px 30px;
	text-align: right;
}
#menu ul li {
	display: inline;
	margin-left: 5px;
	letter-spacing: 2px;
	font-size: 10px;
}
/*---------メニューリンク☆*/
#menu ul li a:link,
#menu ul li a:visited {
	border-bottom: 1px solid #EAEAEA;
	text-decoration: none;
	color: #404040;
}
#menu ul li a:hover,
#menu ul li a:active {
	border-bottom: 1px solid #FAFAFA;
	text-decoration: none;
	color: #CACACA;
}
/*--------------------------------------------
	ナビゲーション
--------------------------------------------*/
.block,
.listBlock,
.searchBlock {
	margin: 0px 30px 4px 30px;
	color: #CACACA;
}
.block h2,
.listBlock h2 {
	color: #BABABA;
	font-weight: bold;
}
/*---------ナビゲーションリンク☆*/
#navigation a:link,
#navigation a:visited {
	border-bottom: 1px solid #EAEAEA;
	text-decoration: none;
	color: #606060;
}
#navigation a:hover,
#navigation a:active {
	border-bottom: 1px solid #FAFAFA;
	text-decoration: none;
	color: #CACACA;
}
div#navigation.access { margin-right: 15px; margin-bottom: 10px; padding-bottom: 20px; border: 1px solid #99CC99; text-align: center; position: static;}div#navigation.access li { margin-left:10px;}div#navigation.access dt { display: inline; margin-right: 10px;}div#navigation.access dd { display: inline;}
/*--------------------------------------------
	＞新着ミニ画像
--------------------------------------------*/
.imageBlock {
	margin: 0px 30px 20px 30px;
}
.imageBlock h2 {
	display: none;
}
.imageBlock img {
	margin: 4px 0px 0px 0px;
}
/*--------------------------------------------
	＞横並びっぽいの
--------------------------------------------*/
.listBlock h2 {
	float: left;
	clear: left;
}
.listBlock ul li {
	display: inline;
}
.listBlock ul li ul {
	display: inline;
}
/*--------------------------------------------
	＞検索窓
--------------------------------------------*/
.searchBlock {
	text-align: right;
}
.searchBlock h2 {
	display: none;
}
/*--------------------------------------------
	＞カレンダー
--------------------------------------------*/
#navigation .calendar {
	margin: 0px 0px 20px 0px;
	text-align: center;
}
#navigation .calendar table {
	margin: 0px auto;
}
#navigation .calendar table td {
	padding: 1px 2px;
	line-height: 2;
	color: #BABABA;
	font-size: 10px;
}
/*---------カレンダー内リンク☆*/
#navigation .calendar table td a {
	display: block;
}
#navigation .calendar table td a:link,
#navigation .calendar table td a:visited {
	border-bottom: none;
	background: transparent;
	text-decoration: none;
	color: #47ABE1;
}
#navigation .calendar table td a:hover,
#navigation .calendar table td a:active {
	border-bottom: none;
	background: #47ABE1;
	text-decoration: none;
	color: #FFFFFF;
}
/*---------カレンダー本日☆*/
#navigation .calendar table td.today {
	font-weight: bold;
}
/*--------------------------------------------
	ログ
--------------------------------------------*/
#diary h2 {
	display: none;
}
.diary {
	margin-bottom: 40px;
}
.diary h3 {
	margin-bottom: 30px;
	padding: 10px 30px;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px dashed #F0F0F0;
	background: #FAFAFA;
}
@media screen, print {
	.diary h3:first-letter {
		font-weight: bold;
	}
}
.diary .text {
	margin: 0px 30px;
}
/*---------エントリ下部*/
ul.info {
	margin: 0px 30px;
	text-align: right;
}
ul.info li {
	display: inline;
	margin-left: 5px;
	color: #A0A0A0;
	font-size: 10px;
}
/*---------エントリ上部・下部リンク☆*/
ul.info a:link,
ul.info a:visited {
	border-bottom: 1px solid #EAEAEA;
	text-decoration: none;
	color: #A0A0A0;
}
ul.info a:hover,
ul.info a:active {
	border-bottom: 1px solid #FAFAFA;
	text-decoration: none;
	color: #CACACA;
}
/*---------インデックスページ分類展開*/
a.listOpen {
	text-decoration: none;
	font-size: 10px;
}
/*--------------------------------------------
	コメント（一覧表示）
--------------------------------------------*/
.list {
	margin: 0px 30px 30px 30px;
	color: #808080;
}
.list h4 {
	text-align: right;
	color: #BABABA;
	font-size: 10px;
}
.list ul {
	padding: 20px;
	border: 3px solid #F0F0F0;
	list-style: circle inside;
}
.list dl dt {
	padding: 20px 20px 0px 20px;
	border: 3px solid #F0F0F0;
	border-bottom: none;
	color: #BABABA;
}
.list dl dd {
	margin-bottom: 10px;
	padding: 0px 20px 20px 20px;
	border: 3px solid #F0F0F0;
	border-top: none;
}
.list dl dd p {
	padding-top: 10px;
}
/*--------------------------------------------
	コメント（個別表示）
--------------------------------------------*/
#trackback h2,#comment h2 {
	margin: 0px 30px;
	text-align: right;
	color: #BABABA;
	font-size: 10px;
}
#trackback ul,#comment ul {
	margin: 0px 30px 10px 30px;
	text-align: right;
}
#trackback dl {
	margin: 0px 30px 10px 30px;
	padding: 20px;
	border: 3px solid #F0F0F0;
	color: #808080;
}
#trackback dd {
	font-size: 10px;
}
#comment h3 {
	color: #BABABA;
}
#comment .comment {
	margin: 0px 30px 10px 30px;
	padding: 20px;
	border: 3px solid #F0F0F0;
	color: #808080;
}
.comment .text p {
	margin: 10px 0px 0px 0px;
}
/*--------------------------------------------
	ページ移動
--------------------------------------------*/
#page h2,#navi h2 {
	display: none;
}
#page ul,#navi p,#navi dl,#navi ul {
	margin: 0px 30px;
	color: #808080;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 2;
}
#navi dt {
	display: none;
}
#navi dd {
	float: left;
	clear: left;
}
#navi ul {
	text-align: right;
}
#page ul li,#navi ul li {
	display: inline;
}
#page ul a,
#navi ul a {
	padding: 2px 5px;
}
/*---------ページ移動リンク☆*/
#page ul a:link,
#page ul a:visited,
#navi ul a:link,
#navi ul a:visited {
	border: 1px solid #47ABE1;
	background: transparent;
	text-decoration: none;
	color: #47ABE1;
}
#page ul a:hover,
#page ul a:active,
#navi ul a:hover,
#navi ul a:active {
	border: 1px solid #47ABE1;
	background: #47ABE1;
	text-decoration: none;
	color: #FFFFFF;
}
/*--------------------------------------------
	コンテンツ・フォーム・管理ページ等
--------------------------------------------*/
#contents h2,#form h2,#env h2,#status h2,#work h2,#canvas h2 {
	margin-bottom: 30px;
	padding: 10px 30px;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px dashed #F0F0F0;
	background: #FAFAFA;
}
@media screen, print {
	#contents h2:first-letter ,#form h2:first-letter ,#env h2:first-letter ,#status h2:first-letter ,#work h2:first-letter {
		font-weight: bold;
	}
}
#contents h3,#env h3,#status h3 {
	margin: 0px 30px 20px 30px;
	padding-left: 15px;
	border-left: 5px solid #404040;
}
#contents h4,#contents h5,#contents h6 {
	margin: 0px 30px 20px 30px;
	padding-left: 15px;
	border-left: 5px solid #CACACA;
}
#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 {
	padding: 5px;
	border: 1px solid #EAEAEA;
	background: #FAFAFA;
	text-align: center;
}
#contents table td,
#env table td {
	padding: 10px;
	border: 1px solid #EAEAEA;
}
#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;
}
/*--------------------------------------------
	＞アルバム（アプロードファイル一覧）
--------------------------------------------*/
ul.album {
	list-style: none;
}
ul.album li {
	display: inline;
}
ul.album li a {
	display: block;
	margin-bottom: 5px;
	padding: 5px 0px;
	text-align: center;
	font-size: 10px;
}
ul.album li a:link,
ul.album li a:visited {
	background: #FAFAFA;
	color: #404040;
}
ul.album li a:hover,
ul.album li a:active {
	background: #EFEFEF;
	color: #404040;
}
/*--------------------------------------------
	＞アイコンリスト
--------------------------------------------*/
#contents ul.iconList li {
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
#contents ul.iconList li img {
	margin: 0px 20px 0px 0px;
	vertical-align: middle;
}
/*--------------------------------------------
	＞入力フォーム
--------------------------------------------*/
#form form textarea {
	width: 320px;
}
#form form dd {
	margin-bottom: 10px;
}
#env 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 {
	width: 9em;
	border: 1px solid #909090;
	background: #808080;
	color: #FFFFFF;
	letter-spacing: 1px;
}
/*--------------------------------------------
	＞トラックバックURL
--------------------------------------------*/
input.trackbackUrl {
	width: 80%;
	padding: 1px 5px;
	border: 1px dashed #404040;
}
/*--------------------------------------------
	フッター
--------------------------------------------*/
#footer ul {
	padding: 0px 30px 15px 30px;
	text-align: right;
}
#footer ul li {
	display: inline;
	margin-left: 5px;
	letter-spacing: 2px;
	font-size: 10px;
}
#footer address {
	padding: 15px;
	background: #F5F5F5;
	text-align: right;
	color: #BABABA;
	font-size: 10px;
}
/*---------フッターメニューリンク☆*/
#footer ul li a:link,
#footer ul li a:visited {
	border-bottom: 1px solid #EAEAEA;
	text-decoration: none;
	color: #404040;
}
#footer ul li a:hover,
#footer ul li a:active {
	border-bottom: 1px solid #FAFAFA;
	text-decoration: none;
	color: #CACACA;
}
/*---------フッターリンク☆*/
#footer address a:link,
#footer address a:visited {
	text-decoration: none;
	color: #BABABA;
}
#footer address a:hover,
#footer address a:active {
	text-decoration: none;
	color: #404040;
}
/*============================================
	本文装飾 ★
============================================*/
/*--------------------------------------------
	画像余白
--------------------------------------------*/
.text img {
	margin: 0px 10px 10px 0px;
}
.text a:link img {
	border: 1px solid #47ABE1;
}
.text a:visited img {
	border: 1px solid #47ABE1;
}
.text a:hover img {
	border: 1px solid #111111;
}
.text a:active img {
	border: 1px solid #111111;
}
/*--------------------------------------------
	その他の装飾
--------------------------------------------*/
.text h4 {
	margin: 0px 0px 20px 0px;
	padding-left: 15px;
	border-left: 5px solid #404040;
}
.text h5 {
	margin: 0px 0px 20px 0px;
	padding-left: 15px;
	border-left: 5px solid #CACACA;
}
.text h6 {
	margin: 0px 0px 20px 0px;
	padding-left: 15px;
	border-left: 5px solid #EAEAEA;
}
.text p {
	margin: 0px 0px 20px 0px;
}
.text blockquote {
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 0px 20px;
	border: 3px solid #F0F0F0;
	background: #FCFCFC;
}
.text pre {
	overflow: scroll;
	width: 80%;
	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 17px;
	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 #EAEAEA;
	background: #FAFAFA;
	text-align: center;
}
.text table tr td {
	padding: 10px;
	border: 1px solid #EAEAEA;
}
/*============================================
	おまけ
============================================*/
/*--------------------------------------------
	ページ移動プラグイン
--------------------------------------------*/
p.pluginPage {
	margin: 0px 30px 30px 30px;
	padding: 5px 0px;
	border-top: 2px dotted #F0F0F0;
	border-bottom: 2px dotted #F0F0F0;
	text-align: center;
	color: #BABABA;
}
/*--------------------------------------------
	パンくずリストプラグイン
--------------------------------------------*/
p.pluginTopicpath {
	margin: 0px 30px 20px 30px;
	line-height: 2;
	color: #808080;
	font-size: 10px;
}
p.pluginTopicpath a {
	padding: 1px 5px;
}
p.pluginTopicpath a:link,
p.pluginTopicpath a:visited {
	border: 1px solid #47ABE1;
	background: transparent;
	text-decoration: none;
	color: #47ABE1;
}
p.pluginTopicpath a:hover,
p.pluginTopicpath a:active {
	border: 1px solid #47ABE1;
	background: #47ABE1;
	text-decoration: none;
	color: #FFFFFF;
}
/*--------------------------------------------
	タギングプラグイン（タグ）
--------------------------------------------*/
p.pluginTagging {
	text-align: right;
	line-height: 2;
	font-size: 10px;
}
p.pluginTagging a {
	margin-left: 5px;
	padding: 3px 5px;
}
p.pluginTagging a:link,
p.pluginTagging a:visited {
	border-left: 5px solid #CACACA;
	text-decoration: none;
	background: #F0F0F0;
	color: #404040;
}
p.pluginTagging a:hover,
p.pluginTagging a:active {
	border-left: 5px solid #808080;
	text-decoration: none;
	background: #E0E0E0;
	color: #404040;
}
/*--------------------------------------------
	タギングプラグイン（リスト）
--------------------------------------------*/
#navigation ul.tag li {
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: none;
	color: #CACACA;
}
#navigation ul.tag li a:link,
#navigation ul.tag li a:visited {
	text-decoration: none;
}
#navigation ul.tag li a:hover,
#navigation ul.tag li a:active {
	text-decoration: none;
}
/*--------------------------------------------
	ネタばれボタン用
--------------------------------------------*/
/*
	本体の入手→Right Bowerさん配布の『WebDiaryPro用タグエディタ（配布版）』
	※以下の指定はnetabare.cssでの指定より優先度が高くなります
	※仕様変更等により使えなくなった場合は以下の指定は削除してください
*/
.sfield {
	margin: 0px 0px 20px 0px !important;
	padding: 20px !important;
	border: 3px solid #EAEAEA !important;
	background: #F7F7F7 !important;
}
.nbtn,
.nbtnc {
	padding: 3px 5px !important;
	border: 1px solid #909090 !important;
	background: #808080 !important;
	color: #FFFFFF !important;
}
/*--------------------------------------------
	動的パレット用
--------------------------------------------*/
#canvas applet {
	float: left;
	margin-left: 30px;
	margin-right: 5px;
}

.count { position: absolute; left: -1px; width: 1px; top: 0px}
