@charset 'utf-8';

/*
	witchmakers-SKIN
	wm050 Version 5.0
	http://www.usamimi.info/~witchmakers/
*/
/* -------------------------------------
	reset
--------------------------------------- */
body,div,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,address,code,
h1,h2,h3,h4,h5,h6,
table,th,td,img,
form,fieldset,input,textarea,select,option {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre {
	font-weight: normal;
	font-size: 100%;
}
ol,ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
address,em {
	font-style: normal;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
/*	∩( ・ω・)∩
--------------------------------------- */
div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display:block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/* -------------------------------------
	全体
--------------------------------------- */
/*		スクロールバー
--------------------------------------- */
html {
	scrollbar-face-color: #787878;
	scrollbar-base-color: #787878;
	scrollbar-3dlight-color: #787878;
	scrollbar-darkshadow-color: #787878;
	scrollbar-highlight-color: #787878;
	scrollbar-shadow-color: #787878;
	scrollbar-track-color: #212121;
	scrollbar-arrow-color: #212121;
}
/*		文字サイズ、背景色etc
--------------------------------------- */
body {
	text-align: center;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #404040;/*　文字色　*/
	background: #212121;/*　背景色　*/
}
td,th {
	line-height: 1.5;
	font-size: 12px;
	font-weight: normal;
}
/*		リンク
--------------------------------------- */
a:link {
	text-decoration: none;
	color: #00CCF4;
}
a:visited {
	text-decoration: none;
	color: #00CCF4;
}
a:hover {
	text-decoration: none;
	color: #D3D3D3;
}
a:active{
	text-decoration: none;
	color: #00CCF4;
}
/*		フォーム
--------------------------------------- */
input,textarea,select {
	padding: 1px;
	line-height: 1.2;
	font-size: 12px;
	border: 1px solid #404040;
	background: #FFFFFF;
	color: #404040;
}
textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
/* -------------------------------------
	構造
--------------------------------------- */
#container {
	width: 770px;
	margin: 0px auto;
	text-align: left;
	/*　↓画像はナビの背景(黒い部分）／　色は本文側の背景（白い部分）　*/
	background: url(img/container_back.gif) top right repeat-y #FFFFFF;
}
#header {
	width: 100%;
	height: 130px;
	/*　↓タイトル背景　差し替えの際は幅540pxで作成してください　*/
	background: url(img/header_back.jpg) top left no-repeat;
}
#navigation {
	float: right;
	width: 230px;
	margin-top: -100px;
}
#logs {
	float: left;
	width: 540px;
}
#diary,#other_cont,
#trackback,#comment,#comment_form,
#page,#navi,
#contents,#form,#work,#status,#env {
	float: none;
	clear: both;
	width: 540px;
}
#canvas {
	float: none;
	clear: both;
	width: 100%;
}
#footer {
	float: none;
	clear: both;
	width: 100%;
}
/* -------------------------------------
	詳細
--------------------------------------- */
/*		タイトル
--------------------------------------- */
#header h1 {
	padding: 0px 0px 5px 15px;
	font-weight: bold;
	font-size: 16px;
}
#header p {
	padding: 0px 245px 0px 15px;
	color: #red;
}
/*		メニュー
--------------------------------------- */
#header ul {
	height: 15px;
	padding: 0px 15px 0px 15px;
	text-align: right;
}
#header li {
	display: inline;
	color: #6E6E6E;
}
/*		ログ・アルバムetc※本文内の指定は最下部にまとめて
--------------------------------------- */
#diary .diary {
	padding: 0px 0px 40px 0px;
}
#diary h2 {
	display: none;
}
#diary h3,#other_cont h2 {/*　エントリタイトル　*/
	padding: 0px 0px 0px 15px;
	letter-spacing : 1px;
	font-weight: bold;
	background: #4390A5;
	color: #F8F8F8;
}
#diary .text {
	padding: 15px 15px 10px 15px;
}
#diary .date li,#diary .info li {
	display: inline;
}
#diary .date {/*　エントリ日付　*/
	padding: 0px 15px 0px 15px;
	text-align: right;
	background: #787878;
}
#diary .info {
	text-align: right;
	padding: 0px 15px 0px 15px;
}
.plus {
	color: #E5E5E5;/*　インデックス表示の時の三角の色　*/
}
/* ------------------------------------ */
#other_cont ul,#other_cont p,#other_cont dl {
	padding: 15px 15px 20px 15px;
}
#other_cont table {
	margin: 0px 15px 20px 15px;
}
#other_cont th,#other_cont td {
	padding: 0px 10px 5px 0px;
	vertical-align: middle;
}
.album_info {
	text-align: right;
}
/*		コメント・ＴＢ
--------------------------------------- */
#comment h2,#trackback h2,
#comment ul,#trackback ul {
	padding: 0px 15px 10px 50px;
}
#comment h2,#trackback h2 {
	font-weight: bold;
}
/* ------------------------------------ */
.cmt {
	margin: 0px 15px 0px 50px;
	padding: 5px 0px 20px 0px;
	border-top: 1px solid #E5E5E5;
}
.cmt p {
	margin: 0px 0px 10px 0px;
}
.cmt_info {
	text-align: right;
}
/* ------------------------------------ */
.list {
	padding: 0px 0px 30px 0px;
}
.list h4 {
	display: none;
}
/*		コメントフォーム
--------------------------------------- */
#comment_form h2 {
	padding: 20px 15px 10px 15px;
	font-weight: bold;
}
#comment_form table {
	margin: 0px 15px 0px 15px;
}
#comment_form table tr td {
	padding: 0px 2px 1px 0px;
}
.txt {
	width: 300px;
}
.btn {
	width: 100px;
}
/*		ナビゲーション
--------------------------------------- */
#navigation .block {
	padding: 0px 15px 15px 15px;
	color: #F8F8F8;/*　ナビゲーション側の文字色　*/
}
#navigation .block h2 {
	font-weight: bold;
	letter-spacing : 1px;
}
#navigation .block ul li ul {
	padding: 0px 0px 0px 12px;
}
/*		カレンダー
--------------------------------------- */
.today {
	background: #6E6E6E;/*　本日色　*/
}
#navigation .block th,#navigation .block td {
	text-align: center;
	color: #F8F8F8;/*　カレンダー文字色　*/
	padding: 0px 1px 0px 1px;
}
/*		新着ミニ画像
--------------------------------------- */
#navigation img {
	margin: 3px 0px 0px 0px;
}
/*		検索フォーム
--------------------------------------- */
.search_text {
	width: 100px;
	border-top:none;
	border-bottom: 1px solid #F8F8F8;
	border-left:none;
	border-right:none;
	background: transparent;
	color: #F8F8F8;
}
.search_submit {
	width: 80px;
	border: 1px solid #F8F8F8;
	background: transparent;
	color: #F8F8F8;
}
/*		ページナビ/管理
--------------------------------------- */
#contents h2,#work h2,#from h2,#env h2,#status h2,
#env h3,#status h3 {
	padding: 0px 15px 0px 0px;
	letter-spacing : 1px;
	text-align: right;
	font-weight: bold;
	background: #4390A5;
	color: #F8F8F8;
}
#page ul,
#navi ul,#navi dl,
#contents ul,#contents p,
#work dl,#work p,
#form ul,#form dl,#form p,
#env ul,#env dl,#env p,
#status ul,#status dl {
	padding: 0px 15px 0px 15px;
}
#env table,#contents table {
	margin: 0px 15px 0px 15px;
}
#page h2,#navi h2 {
	display: none;
}
#page ul li,#navi ul li {
	display: inline;
}
/*		フッター
--------------------------------------- */
#footer address {
	padding: 20px 15px 10px 15px;
	text-align: right;
}
#footer a:link,#footer a:visited {
	color: #6E6E6E;
}
#footer a:hover,#footer a:active {
	color: #D3D3D3;
}
/*		画像リンク先/PCHViewer
--------------------------------------- */
#image_pch p, #image_pch applet {
	margin: 10px 0px 10px 0px;
}
/* -------------------------------------
	本文装飾
--------------------------------------- */
#diary .text img {
	margin: 0px 10px 8px 0px;
}
#diary .text p {
	margin: 0px 0px 10px 0px;
}
#diary .text a {
	text-decoration: underline;
}
/* ------------------------------------ */
#diary .text blockquote {
	margin: 0px 0px 10px 10px;
	padding: 10px;
	border-top: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
}
#diary .text li {
	margin: 0px 0px 10px 12px;
	list-style-type: square;
}
#diary .text table {
	margin: 0px 0px 10px 10px;
	border: 1px solid #BFBFBF;
}
#diary .text table tr th {
	padding: 3px;
	border: 1px solid #BFBFBF;
	background: #F5F5F5;
}
#diary .text table tr td {
	padding: 3px;
	border: 1px solid #BFBFBF;
}
#diary .text dl {
	margin: 0px 0px 10px 0px;
}
#diary .text dt {
	margin: 0px 0px 0px 10px;
}
#diary .text dd {
	margin: 0px 0px 0px 22px;
}
#diary .text h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 6px solid #8B8B8B;
}
#diary .text h5 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 6px solid #B4B4B4;
}
#diary .text h6 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 6px solid #D1D1D1;
}
#diary .text pre {
	width: 500px;
	overflow: auto;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "ＭＳ Ｐゴシック", monospace;
	background: #F5F5F5;
}