﻿@charset 'utf-8';

/*
	witchmakers-SKIN
	wm130
	lastup 070622
	http://www.usamimi.info/~witchmakers/
*/

/*
　⇒　☆で検索すると、大まかな色指定、基本文字サイズ指定部分にヒットします
　⇒　記事本文内指定（装飾、記事内の画像の余白等）は最下部でまとめて指定しています
*/

/* ------------------------------------------
	リセット
------------------------------------------ */
html,body,div,
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,
p,pre,blockquote,address,
table,tr,th,td,
fieldset,form,input,textarea {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
address,caption,code,th,em {
	font-style: normal;
	font-weight: normal;
}
fieldset,img {
	border: 0;
}
ol,ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}

/* ------------------------------------------
	∩( ・ω・)∩
------------------------------------------ */
div {/*　for IE 5.5-7　*/
    zoom: 1;
}
div:after {/*　for modern browser　*/
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
/* ------------------------------------------
	基本設定
------------------------------------------ */
body {
	color: #5d5d5d;/*　☆ 基本文字色　*/
	font-size: 11pt;/*　☆ 基本文字サイズ　*/
	font-family:"ＭＳ Ｐゴシック","Verdana", "sans-serif";
	line-height: 150%;
}
th,td {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
}
h1,h2,h3,h4,h5,h6 {
	color: #cccccc;
	font-family:"verdana",  "ＭＳ Ｐゴシック", "sans-serif";
	letter-spacing: 0px;
	font-weight: bold;
}


/* ------------------------------------------
	＞　フォーム
------------------------------------------ */
legend {
	display: none;
}
input,textarea,select {
	background: #FAFAFA;
	border: 1px solid #666666;
	color: #333333;
	font-family: verdana, ヒラギノ角ゴ Pro W3, HiraKakuPro-W3, "ＭＳ Ｐゴシック", sans-serif;
}
/* ------------------------------------------
	＞　リンク　☆
------------------------------------------ */
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: underline;
}
a:active {
	color: #336699;
	text-decoration: none;
}
/* ------------------------------------------
	＞　スクロールバー（IE）　☆
------------------------------------------ */

/* ------------------------------------------
	構造
------------------------------------------ */
body {
	text-align: center;
	background: url() #a9a9a9;/*　☆背景色　*/
}


#container {
	width: 740px;
	margin: 0px auto;
	text-align: left;
	background: url() 0px 0px no-repeat #FFFFFF;/*　タイトル後ろ画像　＆　☆本体の背景色　*/
}
#header {
	float: none;
	clear: both;
	height: 240px;
}
#navigation {
	width: 740px;
	margin: 15px 0px 15px;
}
#logs {
	width: 740px;
}
#diary {
	float: none;
	clear: both;
}
#trackback,#comment,
#page,#navi,
#contents,#form,#work,#status,#env,#canvas {
	float: none;
	clear: both;
	margin: 15px 0px 60px;
}
#footer {
	float: none;
	clear: both;
	background: url() 0px 0px no-repeat;/*　フッター後ろ画像　*/
}
/* ------------------------------------ */
#calendar {
	float: none;
	clear: both;
	margin-top: 15px;
	text-align: center;
}
#pickup {
	float: none;
	clear: both;
	margin-top: 15px;
	text-align: center;
}
/* ------------------------------------ */
#naviLeft {
	float: left;
	width: 235px;
}
#naviRight {
	float: left;
	width: 370px;
}

#naviRightL {
	float: left;
	width: 230px;
}
#naviRightR {
	float: right;
	width: 370px;
}

/* ------------------------------------------
	詳細
------------------------------------------ */
.new {/*　☆　新着　*/
	color: #00D8D5;
	font-weight: bold;
}
/* ------------------------------------------
	＞　ヘッダー　
------------------------------------------ */
h1 {
	padding: 5px 0px 0px 0px;
	margin: 0px 25px 0px 25px;
	text-align: right;
}
h1 a:link,
h1 a:visited {
	letter-spacing: 0px;
	color: #336699;
}
h1 a:hover,
h1 a:active {
	letter-spacing: 0px;
	color: #cccccc;
	text-decoration: none;
}
#header p {
	padding: 5px 0px 0px 0px;
	margin: 0px 25px 0px 25px;
	text-align: right;
	color: #A5A196;
	font-size: 14px;
}
#header p a:link,
#header p a:visited {
	color: #336699;
	font-size: 14px;
	font-weight: bold;
}
#header p a:hover,
#header p a:active {
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#header h1{
 	font-size: 24px;/*　☆ 基本文字サイズ　*/
 	font-family: Times New Roman;
 	font-weight: bold;
 	color:#5d5d5d;
}

#header fieldset{

text-align: right;
margin-top: 10px;
margin-right: 25px;
margin-bottom: 0px;
margin-left: 25px;

}

#header input{
border-color: #336699;

}

/* ------------------------------------------
	＞　ナビゲーション
------------------------------------------ */
.block {
	padding: 0px 25px 40px 25px;
}
.block h2 {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #A5A196;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	font-size: 15px;
	font-weight: bold;
	color:#a9a9a9;
}
.block ul li {
	padding: 0px 0px 0px 15px;
}
.block ul li ul li {
	padding: 0px 0px 0px 15px;
}
.block p {
	padding: 0px 0px 0px 15px;
}
/*	＞　＞　カレンダー
------------------------------------------ */
.today {/*　☆　本日　*/
	border-bottom: 1px solid #A5A196;
}
#calendar h2 {
	margin: 0px 25px;
	border-bottom: 1px solid #C2C0B4;
	font-size: 14px;
	font-weight: normal;
}
#calendar table {
	margin: 0px auto;
}
#calendar th,
#calendar td {
	padding: 1px 2px;
	text-align: center;
	font-size: 14px;
}
#calendar a {
	text-decoration: none;
	font-size: 14px;
}
/*	＞　＞　新着ミニ画像
------------------------------------------ */
#pickup p {
	padding: 0px 25px 0px 25px;
}
#pickup p img {
	margin: 0px 0px 4px 0px;
	vertical-align: bottom;
}
/*	＞　＞　検索フォーム
------------------------------------------ */
.sformText {
	width: 120px;
	margin: 0px 10px 0px 0px;
}
.sformBtn {
	width: 35px;
}
/* ------------------------------------------
	＞　ログ
------------------------------------------ */
.diary {
	padding: 5px 0px 60px 0px;
	margin: 0px 25px;
}
.diary h2 {
	position: relative;
	width: 100%;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding:0px 5px 0px 5px;
	letter-spacing: 2px;
	border-width:1px 1px 1px 1px;
	border-style: dashed;
	color:#5d5d5d;
}
.entryTab {
	position: absolute;
	top: -0.1em;
	right: 0;
	color: #D7D6CB;
	font-size: 20px;
}
.diary h2 a:link,
.diary h2 a:visited {
	color: #5d5d5d;
	font-size: 11pt;
	text-decoration: none;
	border-bottom: 1px #006699 none;
}
.diary h2 a:hover,
.diary h2 a:active {
	color: #CCCCCC;
	font-size: 11pt;
	text-decoration: none;
	text-decoration: none;
	border-bottom: 1px #006699 none;
}
.diary h3 {
	padding: 0px 0px 5px 5px;
	letter-spacing: 0px;
	color: #a9a9a9;
	font-size:10pt;
	text-align:right;
}

.text {
	padding: 0px 5px 20px 5px;
}
.info {
	float: none;
	clear: both;
	color: #666666;
	font-size: 14px;
	text-align: right;
}
.info a:link,
.info a:visited {
	color: #666666;
	font-size: 14px;
}
.info a:hover,
.info a:active {
	color: #CCCCCC;
	font-size: 14px;
}
/* ------------------------------------------
	＞　コメント・トラックバック
------------------------------------------ */
.list {
	margin: 0px 0px 60px 0px;
}
.list h4 {
	display: none;
}
#trackback h2,#comment h2 {
	margin: 0px 25px 15px 25px;
	text-align: left;
	color: #5d5d5d;
	border-bottom:1px solid #c0c0c0;

}
#trackback ul,#comment ul {
	margin: 0px 25px 15px 25px;
}
.commentWrap {
	margin: 25px 25px;
	padding: 8px 8px;
	border: 1px solid #cccccc;
	background-color:#F9F9F9;
}
#comment li {
	padding: 0px 0px 0px 20px;
	background: url(./img/arrow_small.gif) 0px 0.3em no-repeat;
}

#trackback li {
	padding: 0px 0px 0px 20px;
	background: url(./img/arrow_small.gif) 0px 0.3em no-repeat;
}


.commentWrap p {
	margin: 0px 0px 15px 0px;
}
.commentInfo {
	text-align: right;
}
/* ------------------------------------------
	＞　ページナビゲーション
------------------------------------------ */
#page h2,
#navi h2 {
	display: none;
}
#page ul,
#navi ul,#navi dl,#navi p {
	margin: 0px 25px 15px 25px;
}
#navi ul {
	text-align: right;
}
#page ul li,
#navi ul li {
	display: inline;
	color: #A0A0A0;
}
/* ------------------------------------------
	＞　コンテンツ・入力・管理等
------------------------------------------ */
#contents h2,#work h2,#form h2,#env h2,#status h2,#search h2 {
	margin: 0px 25px 15px 25px;
	letter-spacing: 0px;
	border-bottom: 1px solid #C2C0B4;
}
#contents h3,#env h3,#status h3 {
	margin: 0px 25px 15px 25px;
	padding: 0px 0px 0px 20px;
	background: url(./img/arrow_dark.gif) 0px 0.2em no-repeat;
}
#contents h4,#status h4 {
	margin: 0px 25px 15px 25px;
	padding: 0px 0px 0px 20px;
	background: url(./img/arrow_neutral.gif) 0px 0.2em no-repeat;
	color: #999999;
}
#contents ul,#contents dl,#contents p,
#search ul,#search p,
#work dl,#work p,
#form ul,#form dl,#form p,
#env ul,#env dl,#env p,
#status ul,#status dl {
	margin: 0px 25px 15px 25px;
}
#contents table,#env table {
	margin: 0px 25px 15px 25px;
}
#env table tr th,#env table tr td,
#contents table tr th,#contents table tr td {
	padding: 0px 10px 0px 0px;
	border-top: 1px solid #E6E6E6;
}
#env table tr th,
#contents table tr th {
	color: #8A8A8A;
}
#contents img {
	margin: 0px 10px 10px 0px;
}
#contents table tr td img {
	margin: 2px 0px;
	vertical-align: bottom;
}
#form dt {
	float: left;
	clear: left;
	width: 7em;
}
.postText {/*　コメントフォーム・テキストエリア　*/
	width: 290px;
}
.postBtn {/*　コメントフォーム・ボタン　*/
	width: 7em;
}
.searchBtn {/*　検索ページ・ボタン　*/
	width: 7em;
}
/*		＞　画像リンク先・PCHViewer
--------------------------------------- */
#imageView {
	padding-top: 15px;
	text-align: center;
}
#imageView h1 {
	display: none;
}
#imageView img {
	border: 10px solid #FCFCFC;
}
#imageView img {
	margin: 0px 0px 15px 0px;
}
#imageView applet {
	margin: 0px 0px 15px 0px;
}
/* ------------------------------------------
	＞　フッター
------------------------------------------ */
address {
	padding: 10px 0px;
	margin: 0px 25px;
	text-align: center;
	color: #A5A196;
	font-size: 14px;
}
address a:link,
address a:visited {
	color: #A5A196;
	font-size: 14px;
}
address a:hover,
address a:active {
	color: #cccccc;
	font-size: 14px;
}
/* ------------------------------------------
	本文内指定（本文装飾）　☆↓
------------------------------------------ */
.text{
	line-height: 170%;
}

.text a:link {
text-decoration: none;
border-bottom: 1px #336699 dashed;
}

.text a:visited {
border-bottom: 1px #336699 dashed;
	text-decoration: none;
}
.text a:hover {
border-bottom: 1px #cccccc dashed;
	text-decoration: none;
}
.text a:active {
border-bottom: 1px #336699 dashed;
	text-decoration: none;
}

.text p {
	margin: 0px 0px 20px 0px;
}
.text img {/*　☆本文内の画像余白　*/
	margin: 0px 10px 10px 0px;
}
.text h4 {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	background: url() 0px 0.2em no-repeat;
	color:#880055;
	border-bottom:1px solid #880055;
	border-top:1px solid #880055;
	
}
.text h5 {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 2px 0px;
	background: url() 0px 0.2em no-repeat;
	font-weight: normal;
	color: 	#9999CC;
	line-height: 1.5;
}
.text h6 {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	background: url() 0px 0.2em no-repeat;
	font-weight: normal;
	color: #000099;
}
.text blockquote {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 12px;
	border-width:0px;
	border-style:solid;
	background: #f3f3f3;
	line-height: 150%;
}
.text pre {
	overflow: auto;
	width: 70%;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	border: 1px solid #E0E0E0;
	background: #F9F9F9;
	color: #111111;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "ＭＳ Ｐゴシック", monospace;
}
.text ul {
	margin: 0px 0px 15px 0px;
}
.text li {
	padding: 0px 0px 0px 20px;
	background: url(./img/arrow_small.gif) 0px 0.3em no-repeat;
	color:#CC3399;
}
.text dl {
	margin: 0px 0px 15px 0px;
}
.text dt {
	font-weight: bold;
}
.text dd {
	margin: 0px 0px 0px 15px;
}
.text table {
	margin: 0px 0px 15px 0px;
	border: 1px solid #E0E0E0;
}
.text table tr th {
	padding: 2px;
	text-align: center;
	border: 1px solid #E0E0E0;
	background: #F5F5F5;
	font-weight: normal;
}
.text table tr td {
	padding: 5px;
	text-align: left;
	border: 1px solid #E0E0E0;
}

.text hr{
	border: 1px dashed #CCCCCC;
	
}

/* ------------------------------------------
	拡張フィールド↓
------------------------------------------ */

.rece{
	font-size: 14px;
}

div#canvas applet {
  float: left;
}

div#palette * {
  font-size: 14px;
  text-align: left;
}

div#palette table {
  margin: 0px;
  border: 0px solid #000000;
}
div#palette td {
  padding: 1px;
  border: 0px solid #000000;
}
div#palette table tr td table tr td table tr td {
  padding: 5px;
}

div#palette input {
  margin: 1px 0px;
  padding: 1px 0px;

  height: 22px;
}
div#palette select {
  margin: 1px 1px 1px 0px;
}
div#palette textarea {
  width: 120px;

  text-align: left;
}
div#palette .button {
  text-align: center;
}

div#palette font {
  font-size: 11px;
}

div#allbum table {
	text-align:center;
	margin: 0px 0px 15px 10px;
	border: 1px solid #E0E0E0;
}
div#allbum table tr th {
	padding: 2px;
	text-align: center;
	border: 1px solid #E0E0E0;
	background: #F5F5F5;
	font-weight: normal;
}
div#allbum table tr td {
	padding: 5px;
	text-align: center;
	border: 1px solid #E0E0E0;
}

div#allbum p {
	padding: 0px;
	  text-align: center;
	  
}

div#allbum img {
	margin: 0px 5px 5px 0px;
}

.counter{
	margin:0px 5px 0px 10px;
	text-align:left;
}
