@charset 'utf-8';

/*
	witchmakers-SKIN
	wm041 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 {
	font-size:100%;
	font-weight:normal;
}
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: #416A6D;
	scrollbar-base-color: #416A6D;
	scrollbar-3dlight-color: #416A6D;
	scrollbar-darkshadow-color: #416A6D;
	scrollbar-highlight-color: #416A6D;
	scrollbar-shadow-color: #416A6D;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;
}
/*		文字サイズ、背景色etc
--------------------------------------- */
body {
	padding: 0px 0px 5px 0px;
	text-align: center;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #BBBBBB;/*　★文字色　*/
	background: #000000;/*　★背景色　*/
}
td,th {
	line-height: 1.5;
	font-weight: normal;
	font-size: 12px;
}
/*		リンク
--------------------------------------- */
a:link {
	text-decoration: none;
	color: #00B3BA;
}
a:visited {
	text-decoration: none;
	color: #00B3BA;
}
a:hover {
	text-decoration: none;
	color: #C0C0C0;
}
a:active{
	text-decoration: none;
	color: #00B3BA;
}
/*		フォーム
--------------------------------------- */
input,textarea,select {
	padding: 1px;
	line-height: 1.2;
	font-size: 12px;
	color: #00B3BA;
	border: 1px solid #416A6D;
	background: #000000;
}
textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
/* -------------------------------------
		構造
--------------------------------------- */
#container {
	width: 702px;/*　←『#navigation』幅＋『#logs』幅＋『#container』の左右border幅　*/
	margin: 0px auto 0px auto;
	text-align: left;
	border-left: 1px solid #416A6D;
	border-right: 1px solid #416A6D;
	border-bottom: 1px solid #416A6D;
}
#header {
	float: none;
	clear: both;
	width: 100%;
	background: url(img/header_back.jpg) no-repeat;/*---　★タイトル部分画像　---*/
}
#navigation {
	float: right;
	width: 150px;
}
#logs {
	float: left;
	width: 550px;
}
#diary,#trackback,#comment,#comment_form,
#page,#navi,#album,
#contents,#form,#work,#status,#env {
	float: none;
	clear: both;
	width: 550px;/*　←『#logs』幅と同じに　*/
}
#canvas {
	float: none;
	clear: both;
	width: 100%;
}
#footer {
	float: none;
	clear: both;
	width: 100%;
	text-align: right;
}
/* -------------------------------------
		詳細
--------------------------------------- */
/*		ヘッダー
--------------------------------------- */
#header h1 {
	padding: 10px 15px 0px 15px;
}
#header h1 a {
	font-weight: bold;
	font-size: 14px;
}
#header ul {
	padding: 10px 15px 0px 15px;
	text-align: right;
	color: #416A6D;
}
/*		ナビゲーション
--------------------------------------- */
.new {/*　新着マーク　*/
	font-weight: bold;
	color: #416A6D;
}
#navigation .block,#navigation .pickup {
	padding: 15px 0px 15px 0px;
}
#navigation .block h2,#navigation .pickup h2 {
	padding: 1px 10px 1px 5px;
	margin: 0px 0px 3px 0px;
	font-weight: bold;
	color: #258188;
	border-top: 1px solid #416A6D;
	border-bottom: 1px solid #416A6D;
	border-left: 1px solid #416A6D;
	background: #1F3335;
}
#navigation .block ul li {
	padding: 0px 10px 0px 5px;
}
#navigation .block ul li ul li {
	padding: 0px 0px 0px 10px;
}
/*		新着ミニ画像（Pick up）
--------------------------------------- */
#navigation .pickup ul {
	padding: 5px 10px 0px 5px;
}
#navigation .pickup li {
	display: inline;
}
#navigation .block ul li img {
	margin: 1px 0px 0px 0px;
}
/*		カレンダー
--------------------------------------- */
.today {/*　★本日　*/
	background: #416A6D;
}
#navigation .block table {
	margin: 5px 0px 0px 5px;
}
#navigation .block table tr td,
#navigation .block table tr th {
	padding: 0px 1px 0px 0px;
	text-align: center;
}
/*		検索フォーム
--------------------------------------- */
.search_text {
	width: 60px;
	color: #00B3BA;
	border-top: none;
	border-bottom: 1px solid #416A6D;
	border-left: none;
	border-right: none;
	background: transparent;
}
.search_submit {
	width: 60px;
	color: #00B3BA;
	border: 1px solid #416A6D;
	background: transparent;
}
/*		ログ
--------------------------------------- */
.plus {
	color: #416A6D;/*　★エントリタイトル横四角の色＆インデックスページの三角の色　*/
}
/* ------------------------------------ */
#diary h2 {
	display: none;
}
#diary .diary {
	padding: 20px 20px 25px 15px;
}
/* ------------------------------------ */
#diary .diary h3 {/*　エントリ題名　*/
	font-weight: bold;
	border-bottom: 1px solid #416A6D;
}
#diary .text {
	padding: 10px 0px 10px 0px;
}
#diary .info {
	text-align: right;
}
#diary .info li {
	display: inline;
}
/*		コメント
--------------------------------------- */
#diary .list {
	padding: 10px 0px 20px 0px;
}
#diary .list h4 {
	display: none;
}
/* ------------------------------------ */
#comment h2, #trackback h2 {
	padding: 20px 20px 10px 50px;
	font-weight: bold;
}
#comment ul, #trackback ul {
	padding: 0px 20px 10px 50px;
}
/* ------------------------------------ */
.cmt {
	margin: 0px 20px 0px 50px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #416A6D;
}
.cmt p {
	padding: 0px 0px 10px 0px;
}
.cmt_info {
	text-align: right;
}
/*		コメントフォーム
--------------------------------------- */
#comment_form h2 {
	padding: 20px 20px 10px 15px;
	font-weight: bold;
}
#comment_form form, #comment_form ul {
	padding: 0px 20px 10px 15px;
}
#comment_form table tr td {
	padding: 0px 10px 2px 0px;
}
.txt {/*　コメント入力欄幅　*/
	width: 300px
}
.btn {/*　ボタン幅　*/
	width: 100px;
}
/*		ページナビ
--------------------------------------- */
#page h2, #navi h2 {
	display: none;
}
#page ul, #navi ul,
#page dl, #navi dl,
#page p, #navi p {
	padding: 0px 20px 10px 15px;
}
#page li, #navi li {
	display: inline;
	padding: 0px 1px 10px 1px;
}
/*		アルバム　/　ギャラリー
--------------------------------------- */
#album h2 {
	padding: 20px 20px 10px 15px;
	font-weight: bold;
}
#album ul, #album p {
	padding: 0px 20px 10px 15px;
}
#album table {
	margin: 0px 20px 20px 15px;
}
#album table tr th, #album table tr td {
	margin: 0px 10px 10px 0px;
	padding: 10px 10px 0px 0px;
	vertical-align: middle;
}
.album_info {
	text-align: right;
}
/*		イメージ　/　PCHViewer
--------------------------------------- */
#image_pch p, #image_pch applet {
	margin: 10px 0px 10px 0px;
}
/*		しぃ
--------------------------------------- */
#canvas h2 {
	padding: 20px 20px 10px 15px;
	font-weight: bold;
}
#canvas applet {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*		管理画面系統
--------------------------------------- */
#form h2, #work h2, #status h2, #env h2,#contents h2,
#form h3, #status h3, #env h3 {
	margin: 0px 20px 0px 15px;
	padding: 20px 0px 0px 0px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #416A6D;
}
#form dl, #work dl, #status dl, #env dl,
#form ul, #work ul, #status ul, #env ul,#contents ul,
#form p, #work p, #status p, #env p, #contents p {
	padding: 5px 20px 5px 15px;
}
#form table, #env table, #contents table {
	margin: 0px 20px 5px 15px;
}
#form tr td, #env table tr td, #contents table tr td,
#form tr th, #env table tr th, #contents table tr th {
	padding: 0px 1px 0px 0px;
}
/*		フッター
--------------------------------------- */
#footer address {
	padding: 20px 10px 10px 15px;
}
#footer address a:link {
	color: #258188;
}
#footer address a:visited {
	color: #258188;
}
#footer address a:hover {
	color: #C0C0C0;
}
#footer address a:active{
	color: #258188;
}
/* -------------------------------------
		本文
--------------------------------------- */
#diary .text img {
	margin: 0px 5px 5px 0px;
}
#diary .text p {
	padding: 0px 0px 10px 0px;
}
#diary .text a {
	text-decoration: none;
}
#diary .text blockquote {
	margin: 5px 0px 10px 7px;
	padding: 0px 0px 0px 10px;
	color: #808080;
	border-left: 1px solid #808080;
}
#diary .text li {
	margin: 0px 0px 10px 20px;
	list-style-type: square;
}
#diary .text table {
	margin: 0px 0px 12px 8px;
	border: 1px solid #B4B4B4;
	border-collapse: collapse;
}
#diary .text table tr th {
	padding: 3px 3px 3px 3px;
	border: 1px solid #B4B4B4;
	background: #4D4D4D;
}
#diary .text table tr td {
	padding: 3px 3px 3px 3px;
	border: 1px solid #B4B4B4;
}
#diary .text dl {
	padding: 0px 0px 0px 7px;
}
#diary .text dt {
	padding: 0px 0px 5px 0px;
}
#diary .text dd {
	padding: 0px 0px 10px 20px;
}
#diary .text h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 6px solid #D1D1D1;
}
#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 #8B8B8B;
}
#diary .text pre {
	width: 505px;
	overflow: auto;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, "ＭＳ Ｐゴシック", sans-serif;
	background: #4D4D4D;
}