@charset 'utf-8';

/*
	Skin Name: wm191
	Last update: 2007-10-13
	Author: wmks
	Author URL: http://www.usamimi.info/~witchmakers/
	☆で検索すると大まかな色指定に飛びます
*/
/*	リセット
==============================================*/
body,div,h1,h2,h3,h4,h5,h6,
p,pre,blockquote,address,
dl,dt,dd,ul,ol,li,
table,tr,th,td,
form,fieldset,input,textarea {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}
address,code,var,th,strong,em {
	font-weight: normal;
	font-style: normal;
}
ul,ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
	font-weight: normal;
}
fieldset,img {
	border: 0;
}
img {
	vertical-align: bottom;
}
/*		clearfix
----------------------------------------------*/
div {
	zoom: 1;/*for IE 5.5-7*/
}
div:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*	基本
==============================================*/
body {
	line-height: 1.5;
	color: #000000;
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, "ＭＳ Ｐゴシック", sans-serif;
}
/*--------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	letter-spacing: 2px;
	font-weight: bold;
}
th,td {
	line-height: 1.5;
}
/*--------------------------------------------*/
strong {
	font-weight: bold;
}
em {
	font-weight: bold;
}
/*--------------------------------------------*/
legend {
	display: none;
}
input,textarea,select {
	border: 1px solid #555555;
	background: #FFFFFF;
	color: #555555;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
/*		リンク ☆
----------------------------------------------*/
a:link {
	text-decoration: none;
	color: #4169e1;
}
a:visited {
	text-decoration: none;
	color: #4b0082;
}
a:hover {
	text-decoration: none;
	color: #ff6347;
}
a:active {
	text-decoration: none;
	color: #3083B8;
}
/*		スクロールバー（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;
}
*/
/*	レイアウト
==============================================*/
body {
	background: #FFFFFF;/*←背景色☆*/
	text-align: center;
}
#container {
	margin: 0px 50px 0px 80px;
	text-align: left;
}
#header {
	text-align: left;
}
#menu {
}
<!--
	position: absolute;
	top: 0px;
	right: 10px;
-->
#logs {
	text-align: left;
}
#navigation {
	float: none;
	clear: both;
	margin-bottom: 30px;
}
#diary,#trackback,#comment,#page,#navi,
#contents,#form,#work,#env,#status {
	float: none;
	clear: both;
	margin-bottom: 30px;
}
#canvas {
	float: none;
	clear: both;
	margin-bottom: 30px;
}
#footer {
	float: none;
	clear: both;
}
/*	詳細
==============================================*/
/*		ヘッダー
----------------------------------------------*/
#header h1 {
	padding: 10px 0px 0px 9px;
	letter-spacing: 7px;
	font-size:2em;
}
#header p {
	padding: 0px 0px 30px 9px;
	font-size: 0.8em;
}
#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	text-decoration: none;
	color: #ff6347;
}
/*		メニュー
----------------------------------------------*/
#menu h2 {
	display: none;
}
#menu ul {
	font-size: 0.7em;
}
#menu ul li {
	display: inline;
}
#menu a:link {
	display: block;
	float: right;
	width: 50px;
	border-left: 1px solid #999999;
	text-align: center;
	color: #555555;
}
#menu a:visited {
	display: block;
	float: right;
	width: 50px;
	border-left: 1px solid #999999;
	text-align: center;
	color: #555555;
}
#menu a:hover {
	display: block;
	float: right;
	width: 50px;
	border-left: 1px solid #999999;
	text-align: center;
	color: #D0D0D0;
}
#menu a:active {
	display: block;
	float: right;
	width: 50px;
	border-left: 1px solid #999999;
	text-align: center;
	color: #555555;
}
/*		ナビゲーション
----------------------------------------------*/
.block,
.imageBlock,
.listBlock,
.searchBlock {
	margin: 0px 0px 4px 9px;
}
#navigation ul,
#navigation h2{
}
/*			＞ カレンダー
----------------------------------------------*/
.calenderBlock {
	position: absolute;
	top: 25px;
	left: 0px;
}
.calenderBlock h2 {
	display: none;
}
.calenderBlock table {
	margin: 0px;
	width: 30px;
	background-color:#f5f5f5;
}
.calenderBlock table tr th {
	padding: 2px 0px;
	border-bottom: 1px solid #000000;
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
}
.calenderBlock table tr td {
	padding: 2px 5px;
	border-bottom: 1px solid #808080;
	text-align: right;
	font-size: 0.7em;
}
.calenderBlock table tr td.today {/*←本日☆*/
	background: #a9a9a9;
}
.calenderBlock a:link,
.calenderBlock a:visited,
.calenderBlock a:hover,
.calenderBlock a:active {
	font-size:1.7em;
	font-weight:bold;
}
/*
a:visited {
	text-decoration: none;
	color: #4b0082;
}
a:hover {
	text-decoration: none;
	color: #ff6347;
}
a:active {
	text-decoration: none;
	color: #3083B8;
}
*/
/*			＞ 新着ミニ画像
----------------------------------------------*/
.imageBlock h2 {
	display: none;
}
.imageBlock img {
	margin: 0px 0px 4px 0px;
}
/*			＞ 横並びっぽいの（カテゴリ等）
----------------------------------------------*/
.listBlock {
}
.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;
}
#searchBlocktest {
	text-align: right;
}
#searchBlocktest h2 {
	display: none;
}
/*		ログ（本文内装飾は最下部）
----------------------------------------------*/
.diary {
	margin: 0px 0px 30px 0px;
}
.diary h2{
	color:#000000;
	border-bottom:1px solid #555555;
	font-size:2em;
	margin:0px 0px 10px;
	padding:0px 0px 0px 9px;
}
	
.diary h3 {
	margin: 0px 0px 15px 0px;
	color:#ffffff;
	background-color:#006400;
	font-size:1.5em;
	font-weight:normal;
}

.diary h3 a:link,
.diary h3 a:visited,
.diary h3 a:hover,
.diary h3 a:active {
	color: #ffffff;
}

/*--------------------------------------------*/
.diary h2.exDiary {/*プロフィルページ等の時*/
	display: none;
}
.diary h3.exDiary {
	padding: 0px 0px 8px 9px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #555555;
}
/*--------------------------------------------*/
.info {
	float: none;
	clear: both;
	margin: 0px 0px 0px 9px;
	text-align: right;
}
/*--------------------------------------------*/
.listOpen {/*インデックスページのリスト表示の展開ボタン*/
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: normal;
}

/*		ＴＢ・コメント（記事一覧表示）
----------------------------------------------*/
.list {
	margin: 0px 0px 30px 0px;
}
.list h4 {
	margin: 0px 0px 15px 9px;
	color: #888888;
	font-size: 10px;
}
.list dl,
.list ul {
	margin: 0px 0px 15px 9px;
}
.list li {
	padding: 0px 0px 0px 18px;
	background: url(./img/mark03.gif) 0px 0.3em no-repeat;
}
.list dt {
	padding: 0px 0px 0px 18px;
	background: url(./img/mark04.gif) 0px 0.3em no-repeat;
}
.list dd {
	padding: 0px 0px 0px 18px;
}
.list dd p {
	margin: 0px 0px 15px 0px;
}
/*		ＴＢ・コメント（各記事表示）
----------------------------------------------*/
#trackback h2,#comment h2 {
	margin: 0px 0px 15px 9px;
	color: #888888;
	font-size: 10px;
}
#trackback dl,#trackback ul,
#comment ul {
	margin: 0px 0px 15px 9px;
}
#trackback dt {
	padding: 0px 0px 0px 18px;
	background: url(./img/mark03.gif) 0px 0.3em no-repeat;
}
#trackback dd {
	padding: 0px 0px 0px 18px;
	font-size: 10px;
}
#comment h3 {
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 0px 18px;
	background: url(./img/mark04.gif) 0px 0.3em no-repeat;
	letter-spacing: 1px;
	font-weight: normal;
}
#comment .text {
	margin: 0px 0px 0px 18px;
}
/*		ページナビ
----------------------------------------------*/
#page h2,#navi h2 {
	display: none;
}
#page ul,
#navi dl,#navi ul,#navi p {
	margin: 0px 0px 0px 9px;
	text-align: center;
}
#page li,#navi li {
	display: inline;
}
/*		コンテンツ・投稿・管理等
----------------------------------------------*/
#contents h2,#form h2,#work h2,#env h2,#status h2 {
	padding: 0px 0px 8px 9px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #555555;
}
#canvas h2 {
	margin: 0px 0px 15px 24px;
}
#contents h3,#env h3,#status h3 {
	padding: 0px 0px 8px 9px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #555555;
}
#contents h4,#status h4 {
	margin: 0px 0px 15px 9px;
}
#contents p,#contents dl,#contents ul,#contents table,
#form p,#form dl,#form ul,
#env p,#env dl,#env ul,#env table,
#status p,#status dl,#status ul {
	margin: 0px 0px 15px 9px;
}
#work dl {
	margin: 0px 0px 0px 9px;
}
#work dt {
	display: none;
}
#work dd {
	float: left;
	clear: left;
}
#status dt {
	float: left;
	clear: left;
	width: 10em;
}
#env dd {
	margin: 0px 0px 10px 0px;
}
#contents th,#contents td,
#env th,#env td {
	padding: 5px;
	border: 1px solid #555555;
}
#contents th,#env th {
	background: url(./img/pattern01.gif) #FAFAFA;
}
#contents img {
	margin: 0px 0px 4px 0px;
}
/*			＞ アルバム
----------------------------------------------*/
#contents p.album {
	font-size: 10px;
}
#contents p.album img {
	margin: 0px 0px 5px 0px;
}
#contents p.album a:link {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 10px 5px;
	background: url(./img/pattern01.gif) #F5F5F5;
	text-align: center;
}
#contents p.album a:visited {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 10px 5px;
	background: url(./img/pattern01.gif) #F5F5F5;
	text-align: center;
}
#contents p.album a:hover {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 10px 5px;
	background: url(./img/pattern01.gif) #FCFCFC;
	text-align: center;
}
#contents p.album a:active {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 10px 5px;
	background: url(./img/pattern01.gif) #F5F5F5;
	text-align: center;
}
/*			＞ アイコンリスト
----------------------------------------------*/
#contents ul.iconList li {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: url(./img/pattern01.gif) #F5F5F5;
}
#contents ul.iconList img {
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}
/*			＞ 投稿フォーム
----------------------------------------------*/
#form dt {
	float: left;
	clear: left;
	width: 7em;
}
#form textarea {
	width: 500px;
}
#form p input {
	width: 100px;
}
/*		フッター
----------------------------------------------*/
#footer address {
	padding: 0px 0px 15px 9px;
	text-align: right;
	color: #AAAAAA;
	font-size: 0.8em;
	font-weight: bold;
}
#footer address a:link {
	color: #AAAAAA;
}
#footer address a:visited {
	color: #AAAAAA;
}
#footer address a:hover {
	color: #D0D0D0;
}
#footer address a:active {
	color: #AAAAAA;
}
#footer #shinobi{
	float: left;
	clear: left;
}
/*	新着マーク ☆
==============================================*/
em.new {
	border: none;
	color: #F7941D;
	font-weight: bold;
	font-style: normal;
}
/*	本文装飾 ☆
==============================================*/
.text a:link {/*本文リンク未読*/
	text-decoration: underline;
}
.text a:visited {/*本文リンク既読*/
	text-decoration: underline;
}
.text a:hover {/*本文リンクマウスオーバー*/
	text-decoration: underline;
}
.text a:active {/*本文リンククリック*/
	text-decoration: underline;
}
.text img {
	margin: 0px 10px 10px 0px;
}
.text h4 {
	font-size:1.4em;
	padding: 15px 0px 5px 10px;
	margin: 0px 0px 10px 0px;
	border-left:10px solid #ff8c00;
	border-bottom: 1px solid #555555;
}
.text h5 {
	margin: 0px 0px 15px 9px;
}
.text h6 {
	margin: 0px 0px 15px 9px;
	color: #888888;
}
.text p,
.text dl,
.text ul,
.text ol,
.text table {
	margin: 0px 0px 15px 9px;
}
.text dt {
	font-weight: bold;
}
.text dd {
	padding: 0px 0px 0px 14px;
}
.text li {
	padding: 0px 0px 0px 14px;
	background: url(./img/mark01.gif) 0px 0.3em no-repeat;
}
.text pre {
	overflow: scroll;
	width: 70%;
	margin: 0px 0px 15px 9px;
	padding: 8px;
	border: 1px solid #F0F0F0;
}
.text blockquote {
	margin: 0px 0px 15px 9px;
	padding: 0px 5px 0px 8px;
	border-left:13px solid red;
	background-color:#d3d3d3;
}
.text blockquote p {
	margin: 0px 0px 15px 0px;
}
.text th,
.text td {
	padding: 5px;
	border: 1px solid #555555;
}
.text th {
	background: url(./img/pattern01.gif) #FAFAFA;
}
/*	おまけ ページ移動プラグイン用
	使い方はサイトの改造覚書を参照
==============================================*/
p.pluginPage {
	margin: 0px 0px 30px 9px;
	text-align: center;
	font-size: 10px;
}

.count {
 position: absolute;
 left: -1px;
 width: 1px;
 top: 0px
}
