@charset 'utf-8';
/*
	witchmakers | wdp2_extend | 2008-06-08
	★で検索すると大まかな色指定に飛びます
*/
/*--------------------------------------------

	リセット

--------------------------------------------*/
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;
}
div:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
/*--------------------------------------------

	基本

--------------------------------------------*/
body, th, td {
	color: #404040;/* ★基本文字色 */
	font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Osaka", "verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.6;
}
strong {
	font-weight: bold;
}
em {
	padding: 0 0.5em;
	background: #F0F0F0;
}
ins {
	border-bottom: 1px dashed #737373;
	text-decoration: none;
	color: #737373;
}
/*--------------------------------------------
	リンク★
--------------------------------------------*/
a:link {
	text-decoration: underline;
	color: #77A8AC;
}
a:visited {
	text-decoration: underline;
	color: #537578;
}
a:hover {
	text-decoration: underline;
	color: #B5B5B5;
}
a:active {
	text-decoration: underline;
	color: #B5B5B5;
}
/*--------------------------------------------
	フォーム★
--------------------------------------------*/
legend {
	display: none;
}
input, textarea, select {
	border: 1px solid #EAEAEA;
	background: #F5F5F5;
	color: #404040;
	font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}
textarea:hover, textarea:focus,
select:hover, select:focus,
input[type="text"]:hover, input[type="text"]:focus,
input[type="password"]:hover, input[type="password"]:focus {/* hover⇒IE6以下は無効|focus⇒IE7以下は無効 */
	border: 1px solid #404040;
	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 {
	background: none;
	text-transform: uppercase;
	color: #914A60;
	font-size: 10px;
	font-weight: bold;
}
/*--------------------------------------------
	RSS
--------------------------------------------*/
a.rssFeed {
	padding-left: 15px;
	background: url("./img/feedicon10x10.gif") 0 0.2em no-repeat;
}
/*--------------------------------------------

	レイアウト

--------------------------------------------*/
body {
	text-align: center;
	background: #FFFFFF;/* ★背景色 */
}
#container {
	padding-top: 30px;
	text-align: left;
}
#header {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 220px;
	height: 170px;
	background: url("./img/spot.gif") 0 0 no-repeat;
}
#menu {
	position: absolute;
	top: 170px;
	left: 5px;
	width: 220px;
	height: 210px;
	background: url("./img/spot.gif") 0 -170px no-repeat;
}
#navigation {
	position: absolute;
	top: 380px;
	left: 5px;
	width: 220px;
	background: url("./img/side.gif") 0 0 repeat-y;
}
@media screen, print {
	#header, #menu, #navigation {
		overflow: hidden;
	}
}
#diary {
	float: none;
	clear: both;
	margin: 0 15px 0 255px;
}
#trackback, #comment, #page, #navi,
#contents, #form, #work, #env, #status, #canvas {
	float: none;
	clear: both;
	margin: 0 15px 50px 255px;
}
#footer {
	float: none;
	clear: both;
	margin: 0 15px 0 255px;
}
/*--------------------------------------------

	詳細

--------------------------------------------*/
/*--------------------------------------------
	ヘッダー
--------------------------------------------*/
#header h1 {
	padding: 50px 10px 3px 10px;
	text-align: center;
	font-family: "Georgia", sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#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: #B5B5B5;
}
#header p {
	display: none;
}
/*--------------------------------------------
	メニュー
--------------------------------------------*/
#menu h2 {
	display: none;
}
#menu ul {
	margin: 0 1px;
	border-top: 1px solid #EAEAEA;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	padding: 1px 10px;
	border-bottom: 1px solid #EAEAEA;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
#menu ul li a:link,
#menu ul li a:visited {
	background: #FCFCFC;
	text-decoration: none;
	color: #404040;
}
#menu ul li a:hover,
#menu ul li a:active {
	background: #F0F0F0;
	text-decoration: none;
	color: #404040;
}
/*--------------------------------------------
	ナビゲーション
--------------------------------------------*/
#navigation div.block {
	padding: 10px;
	background: url("./img/sidefoot.gif") left bottom no-repeat;
	color: #8C8C8C;
}
#navigation div.block h2 {
	text-align: right;
	text-transform: uppercase;
	color: #B5B5B5;
	font-size: 10px;
	font-weight: bold;
}
#navigation div.block ul li {
	padding-left: 15px;
	background: url("./img/disc.gif") 0 0.4em no-repeat;
}
#navigation div.block ul li ul li {
	padding-left: 15px;
	background: url("./img/circle.gif") 0 0.4em no-repeat;
}
#navigation div.block dt {
	padding-left: 15px;
	background: url("./img/disc.gif") 0 0.4em no-repeat;
}
#navigation div.block dd {
	margin-left: 15px;
	font-size: 10px;
}
#navigation a:link,
#navigation a:visited {
	border-bottom: 1px solid #EAEAEA;
	text-decoration: none;
	color: #404040;
}
#navigation a:hover,
#navigation a:active {
	border-bottom: 1px solid #FAFAFA;
	text-decoration: none;
	color: #B5B5B5;
}
#navigation a img {
	border: none;
}
/*-------$ コンテンツ ----------------------*/
#navigation div.contentslist ul li {
	background: url("./img/arrow.gif") 0 0.4em no-repeat;
}
/*-------$ ミニ画像 ------------------------*/
#navigation div.image img {
	margin-top: 4px;
}
/*-------$ カレンダ ー----------------------*/
#navigation div.calendar h2 a {
	border-bottom: none;
	font-weight: normal;
}
#navigation div.calendar table {
	width: 200px;
}
#navigation div.calendar tr.week td {
	background: #F0F0F0;
}
#navigation div.calendar table td {
	border: 1px solid #FFFFFF;
	background: #F5F5F5;
	text-align: center;
	color: #404040;
	font-size: 10px;
}
#navigation div.calendar td a {
	display: block;
}
#navigation div.calendar td a:link,
#navigation div.calendar td a:visited {
	border: none;
	background: #595959;
	color: #FFFFFF;
}
#navigation div.calendar td a:hover,
#navigation div.calendar td a:active {
	border: none;
	background: #FFFFFF;
	color: #404040;
}
#navigation div.calendar table td.today {/* カレンダー本日 */
	font-weight: bold;
}
/*--------------------------------------------
	ログ
--------------------------------------------*/
#diary h2 {
	display: none;
}
#diary .diary {
	margin-bottom: 50px;
}
#diary .diary h3 {
	margin: 0 0 15px 0;
	padding-left: 12px;
	border-left: 3px solid #404040;
	border-bottom: 1px solid #F0F0F0;
	font-weight: bold;
}
#diary .diary .text {
	margin: 0 0 0 15px;
}
#diary ul.info {
	float: none;
	clear: both;
	margin: 0 0 0 15px;
	text-align: right;
}
#diary ul.info li {
	display: inline;
	margin-left: 5px;
	color: #8C8C8C;
	font-size: 10px;
}
#diary ul.info a:link,
#diary ul.info a:visited {
	border-bottom: 1px solid #EAEAEA;
	text-decoration: none;
	color: #8C8C8C;
}
#diary ul.info a:hover,
#diary ul.info a:active {
	border-bottom: 1px solid #FAFAFA;
	text-decoration: none;
	color: #B5B5B5;
}
#diary a.listOpen {/* index専用ページの分類別展開用 */
	text-decoration: none;
	font-size: 10px;
}
/*--------------------------------------------
	コメント（一覧表示）
--------------------------------------------*/
#diary .list {
	margin: 0 0 50px 100px;
	color: #8C8C8C;
}
#diary .list h4 {
	text-align: right;
	text-transform: uppercase;
	color: #B5B5B5;
	font-size: 10px;
	font-weight: bold;
}
#diary .list ul {
	padding-top: 10px;
	border-top: 1px solid #F0F0F0;
	font-size: 10px;
	list-style: disc inside;
}
#diary .list dl dt {
	padding-top: 10px;
	border-top: 1px solid #F0F0F0;
	text-align: right;
	font-size: 10px;
}
#diary .list dl dd {
	margin-bottom: 10px;
}
#diary .list dl dd p {
	padding-top: 10px;
}
/*--------------------------------------------
	コメント（個別表示）
--------------------------------------------*/
#trackback h2, #comment h2 {
	margin: 0 0 0 100px;
	text-align: right;
	text-transform: uppercase;
	color: #B5B5B5;
	font-size: 10px;
	font-weight: bold;
}
#trackback ul, #comment ul {
	margin: 0 0 15px 100px;
	text-align: right;
}
#trackback dl {
	margin: 0 0 10px 100px;
	padding-top: 10px;
	border-top: 1px solid #F0F0F0;
	color: #8C8C8C;
}
#trackback dd {
	font-size: 10px;
}
#comment .comment {
	margin: 0 0 10px 100px;
	padding-top: 10px;
	border-top: 1px solid #F0F0F0;
	color: #8C8C8C;
}
#comment .comment h3 {
	text-align: right;
	font-size: 10px;
}
#comment .comment .text p {
	margin: 10px 0 0 0;
}
/*--------------------------------------------
	ページ移動
--------------------------------------------*/
#page h2, #navi h2, #navi dt {
	display: none;
}
#page ul, #navi p, #navi dl, #navi ul {
	margin: 0 0 0 15px;
	text-transform: uppercase;
	color: #B5B5B5;
	font-size: 10px;
}
#navi dd {
	float: left;
	clear: left;
}
#navi ul {
	text-align: right;
}
#page ul li, #navi ul li {
	display: inline;
}
#page ul li,
#navi ul li {
	padding: 0 2px;
	line-height: 2;
}
#page ul a:link,
#page ul a:visited,
#navi ul a:link,
#navi ul a:visited {
	padding: 2px 4px;
	border: 1px solid #EAEAEA;
	text-decoration: none;
	background: #FCFCFC;
	color: #404040;
}
#page ul a:hover,
#page ul a:active,
#navi ul a:hover,
#navi ul a:active {
	padding: 2px 4px;
	border: 1px solid #EAEAEA;
	background: #F0F0F0;
	text-decoration: none;
	color: #B5B5B5;
}
/*--------------------------------------------
	コンテンツ・フォーム・管理ページ等
--------------------------------------------*/
#contents h2, #form h2, #env h2, #status h2, #work h2, #canvas h2 {
	margin: 0 0 15px 0;
	padding-left: 12px;
	border-left: 3px solid #404040;
	border-bottom: 1px solid #F0F0F0;
	text-transform: capitalize;
	font-weight: bold;
}
#contents h3, #env h3, #status h3 {
	margin: 0 0 15px 15px;
	padding-left: 12px;
	border-left: 3px solid #404040;
}
#contents h4, #contents h5, #contents h6 {
	margin: 0 0 15px 15px;
	padding-left: 12px;
	border-left: 3px solid #8C8C8C;
}
#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: 0 0 15px 15px;
}
#contents table th,
#env table th {
	padding: 5px;
	border: 2px solid #F0F0F0;
	background: #FAFAFA;
	text-align: center;
}
#contents table td,
#env table td {
	padding: 5px;
	border: 2px solid #F0F0F0;
}
#contents img {
	margin: 0 0 4px 0;
}
#status dt {
	float: left;
	clear: left;
	width: 10em;
}
#work dl {
	margin-bottom: 0;
}
#work dt {
	display: none;
}
#work dd {
	float: left;
	clear: left;
}
/*-------$ アルバム ------------------------*/
#contents ul.album {
	margin-bottom: 0;
}
#contents ul.album li {
	display: inline;
}
#contents ul.album li a {
	display: block;
	padding: 5px;
	border-top: 1px solid #F0F0F0;
	font-size: 10px;
}
#contents ul.album li a:link,
#contents ul.album li a:visited {
	background: #FFFFFF;
	text-decoration: none;
	color: #B5B5B5;
}
#contents ul.album li a:hover,
#contents ul.album li a:active {
	background: #FAFAFA;
	text-decoration: none;
	color: #404040;
}
/*-------$ アイコンリスト ------------------*/
#contents table.iconList td {
	padding: 5px;
	border: none;
	background: #FFFFFF;
	color: #8C8C8C;
}
/*-------$ 入力フォーム --------------------*/
#form form textarea {
	width: 300px;
}
#form form dt {
	float: left;
	clear: left;
	width: 8em;
	text-transform: uppercase;
	color: #8C8C8C;
	font-size: 10px;
}
#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 #737373;
	background: #8C8C8C;
	text-transform: uppercase;
	color: #FCFCFC;
}
/*-------$ トラックバックURL ---------------*/
#contents input.trackbackUrl {
	width: 80%;
}
/*-------$ 絵アプレット --------------------*/
#canvas applet {
	float: left;
	margin-left: 30px;
	margin-right: 5px;
}
/*--------------------------------------------
	フッター
--------------------------------------------*/
#footer ul {
	padding: 15px 0 5px 0;
	text-align: right;
}
#footer ul li {
	display: inline;
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
#footer ul li a:link,
#footer ul li a:visited {
	text-decoration: none;
	color: #737373;
}
#footer ul li a:hover,
#footer ul li a:active {
	text-decoration: none;
	color: #B5B5B5;
}
#footer address {
	padding: 0 0 15px 0;
	text-align: right;
	color: #B5B5B5;
	font-size: 10px;
}
#footer address a:link,
#footer address a:visited {
	text-decoration: none;
	color: #B5B5B5;
}
#footer address a:hover,
#footer address a:active {
	text-decoration: none;
	color: #404040;
}
/*--------------------------------------------

	本文装飾

--------------------------------------------*/
div.text h4 {
	margin: 0 0 15px 0;
	padding-left: 12px;
	border-left: 3px solid #404040;
}
div.text h5 {
	margin: 0 0 15px 0;
	padding-left: 12px;
	border-left: 3px solid #8C8C8C;
}
div.text h6 {
	margin: 0 0 15px 0;
	padding-left: 12px;
	border-left: 3px solid #D9D9D9;
}
div.text p {
	margin: 0 0 15px 0;
}
div.text blockquote {
	margin: 0 0 15px 0;
	padding-left: 12px;
	border-left: 3px solid #F0F0F0;
	background: url("./img/pattern01.gif") #FCFCFC;
}
div.text pre {
	width: 80%;
	margin: 0 0 15px 0;
	padding: 14px;
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
}
@media screen, print {
	div.text pre {
		overflow: scroll;
	}
}
div.text dl {
	margin: 0 0 15px 0;
	padding-left: 12px;
	border-left: 3px solid #F0F0F0;
}
div.text dl dd {
	margin-left: 15px;
	color: #8C8C8C;
}
div.text ul {
	margin: 0 0 15px 0;
}
div.text ul li {
	padding-left: 15px;
	background: url("./img/disc.gif") 0 0.4em no-repeat;
}
div.text ul li ol li {
	padding-left: 0;
	background: none;
}
div.text ol {
	margin: 0 0 15px 0;
	list-style: decimal inside;
}
div.text ol li ol li {
	margin-left: 15px;
}
div.text ol li ul li {
	margin-left: 15px;
	list-style: none outside;
}
div.text table {
	margin: 0 0 15px 0;
}
div.text table tr th {
	padding: 2px 5px;
	border: 3px solid #FFFFFF;
	background: #EAEAEA;
	text-align: center;
}
div.text table tr td {
	padding: 5px;
	border: 3px solid #FFFFFF;
	background: #F5F5F5;
}
div.text img {
	margin: 5px;
}
div.text a:link img,
div.text a:visited img {
	border: 1px solid #000000;
}
div.text a:hover img,
div.text a:active img {
	border: 1px solid #B5B5B5;
}
/*--------------------------------------------

	おまけ

--------------------------------------------*/
/*-------$ ページ移動プラグイン ------------*/
p.pluginPage {
	margin: 0 0 50px 15px;
	padding-top: 5px;
	border-top: 1px solid #F0F0F0;
	text-align: right;
	color: #B5B5B5;
	font-size: 10px;
}
/*-------$ パンくずリストプラグイン --------*/
p.pluginTopicpath {
	margin: 0 0 15px 0;
	color: #B5B5B5;
	font-size: 10px;
}
p.pluginTopicpath a {
	padding: 1px 5px;
}
p.pluginTopicpath a:link,
p.pluginTopicpath a:visited {
	background: #404040;
	text-decoration: none;
	color: #FCFCFC;
}
p.pluginTopicpath a:hover,
p.pluginTopicpath a:active {
	background: #F0F0F0;
	text-decoration: none;
	color: #404040;
}
/*-------$ タギングプラグイン(タグ) --------*/
p.pluginTagging {
	text-align: right;
	font-size: 10px;
	line-height: 2;
}
p.pluginTagging a {
	margin: 0 2px;
	padding: 1px 3px;
	white-space: nowrap;
}
p.pluginTagging a:link,
p.pluginTagging a:visited {
	border: 1px solid #EAEAEA;
	text-decoration: none;
	color: #B5B5B5;
}
p.pluginTagging a:hover,
p.pluginTagging a:active {
	border: 1px solid #404040;
	text-decoration: none;
	color: #404040;
}
/*-------$ タギングプラグイン(リスト) ------*/
#navigation div.block ul.tag li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
}
/*-------$ ネタバレボタン ------------------*/
/* Right Bowerさん配布の『WebDiaryPro用タグエディタ（配布版）』用※仕様変更等により使えなくなった場合は以下の指定は削除してください */
.sfield {
	margin: 0 0 15px 0 !important;
	padding: 15px !important;
	border: 1px solid #F0F0F0 !important;
	background: url("./img/pattern01.gif") #FAFAFA !important;
}
.nbtn,
.nbtnc {
	padding: 3px 5px !important;
	border: 1px solid #737373 !important;
	background: #8C8C8C !important;
	color: #FCFCFC !important;
}