@charset 'utf-8';
/*

	witchmakers | wgp1_unify | 2008-09-02
	★で検索すると大まかな指定部分に飛びます

*/
/*======================================
	リセット
======================================*/
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;
}
/*======================================
	基本
======================================*/
body, th, td {
	color: #464646;/* 基本文字色★ */
	font-size: 12px;/* 基本文字サイズ */
	font-family: Tahoma, Verdana, sans-serif;
	line-height: 1.6;
}
strong {
	font-weight: bold;
}
em {
	padding: 0 5px;
	background: #F5F5F5;
}
/*--------------------------------------
	リンク★
--------------------------------------*/
a:link {/* 未読 */
	text-decoration: underline;
	color: #10C1D7;
}
a:visited {/* 既読 */
	text-decoration: underline;
	color: #0C8D9E;
}
a:hover {/* マウスオーバー */
	text-decoration: underline;
	color: #B9B9B9;
}
a:active {/* アクティブ */
	text-decoration: underline;
	color: #B9B9B9;
}
/*--------------------------------------
	フォーム
--------------------------------------*/
input, textarea, select {
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", Osaka, sans-serif;
}
@media screen {
	input, textarea, select {
		font-family: Verdana, Tahoma, sans-serif;
	}
}
input[type="text"]:hover, input[type="text"]:focus,
input[type="password"]:hover, input[type="password"]:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {/* hover→IE6以下無効、focus→IE7以下無効 */
	border: 1px solid #464646;
	background: #FFFFFF;
}
/*--------------------------------------
	スクロールバー (IEonly★)
--------------------------------------*/
html {
	scrollbar-face-color: #E0E0E0;
	scrollbar-highlight-color: #E0E0E0;
	scrollbar-shadow-color: #E0E0E0;
	scrollbar-3dlight-color: #E0E0E0;
	scrollbar-darkshadow-color: #E0E0E0;
	scrollbar-track-color: #F5F5F5;
	scrollbar-arrow-color: #F5F5F5;
}
/*--------------------------------------
	RSSアイコン
--------------------------------------*/
@media screen {
	a.rssFeed {
		padding-left: 15px;
		background: url("./img/feedicon.gif") 0 0.2em no-repeat;
	}
}
/*--------------------------------------
	新着マーク
--------------------------------------*/
em.new {
	padding: 0 5px;
	background: #464646;
	text-transform: uppercase;
	color: #FCFCFC;
	font-size: 10px;
	font-family: verdana, Tahoma, sans-serif;
}
/*======================================
	レイアウト
======================================*/
body {
	background: #FFFFFF;/* 背景色★ */
	text-align: center;
}
#container {
	width: 80%;/* 全体幅 */
	max-width: 900px;/* 最大幅(IE6以下は無効) */
	margin: 0 auto;
	text-align: left;
}
#header {

}
#menu {
	float: none;
	clear: both;
	margin-bottom: 30px;
}
#navigation {
	float: none;
	clear: both;
	margin-bottom: 30px;
}
#logs {

}
#gallery {
	float: none;
	clear: both;
}
#page {
	float: none;
	clear: both;
	margin-bottom: 30px;
}
#navi {
	float: none;
	clear: both;
	text-align: right;
	margin-bottom: 30px;
}
#trackback, #comment, #contents, #form, #work, #env, #status {
	float: none;
	clear: both;
	margin-bottom: 40px;
}
#footer {
	float: none;
	clear: both;
	text-align: right;
}
/*--------------------------------------
	---- clearfix
--------------------------------------*/
#menu ul:after,
#gallery div.text:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
/*======================================
	詳細
======================================*/
/*--------------------------------------
	ヘッダー
--------------------------------------*/
#header h1 {
	margin: 0 15px 5px 15px;
	padding-top: 8px;
	font-size: 18px;
	font-family: Tahoma, sans-serif;
	line-height: 1;
}
#header h1 a:link,
#header h1 a:visited {
	text-decoration: none;
	color: #B9B9B9;
}
#header h1 a:hover,
#header h1 a:active {
	text-decoration: none;
	color: #464646;
}
#header p {
	display: none;
}
/*--------------------------------------
	メニュー
--------------------------------------*/
#menu h2 {
	display: none;
}
#menu ul {
	margin: 0 15px;
}
#menu ul li {
	display: inline;
	margin-right: 10px;
}
#menu ul li a:link,
#menu ul li a:visited {
	text-decoration: underline;
	color: #464646;
}
#menu ul li a:hover,
#menu ul li a:active {
	text-decoration: underline;
	color: #B9B9B9;
}
/*--------------------------------------
	ナビゲーション
--------------------------------------*/
#navigation div.block {
	margin: 0 15px 15px 15px;
	color: #8A8A8A;
}
#navigation div.block h2 {
	display: inline;
	margin-right: 5px;
	text-transform: capitalize;
	color: #101010;
}
#navigation div.block ul,
#navigation div.block li {
	display: inline;
}
#navigation div.block ul li span.field,
#navigation div.block ul li a {
	white-space: nowrap;
	padding-left: 12px;
	background: url("./img/list01.gif") left center no-repeat;
	zoom: 1;
}
#navigation div.block ul li ul li a {
	white-space: nowrap;
	padding-left: 12px;
	background: url("./img/list02.gif") left center no-repeat;
	zoom: 1;
}
/*------------------------------------*/
#navigation div.block a:link,
#navigation div.block a:visited {
	text-decoration: underline;
	color: #464646;
}
#navigation div.block a:hover,
#navigation div.block a:active {
	text-decoration: underline;
	color: #B9B9B9;
}
/*--------------------------------------
	---- カレンダー
--------------------------------------*/
#navigation div.calendar p {
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
}
#navigation div.calendar p span.today {
	font-size: 14px;
	font-weight: bold;
}
/*--------------------------------------
	---- 最近の作品・コメ・TB
--------------------------------------*/
#navigation div.entrylist dl dt,
#navigation div.cmtlist dl dt,
#navigation div.tblist dl dt {
	float: left;
	clear: left;
	width: 10em;
}
/*--------------------------------------
	---- 検索窓
--------------------------------------*/
#navigation div.search h2 {
	display: none;
}
#navigation div.search p {
	text-align: right;
}
#navigation div.search form p input.text {
	width: 120px;
}
#navigation div.search form p input.submit {
	width: 6em;
	border: 1px solid #8A8A8A;
	background: #464646;
	text-transform: capitalize;
	color: #FCFCFC;
}
/*--------------------------------------
	ギャラリー
--------------------------------------*/
#gallery h2 {
	display: none;
}
#gallery div.gallery {
	margin-bottom: 30px;
}
#gallery div.gallery h3 {
	margin: 0 15px 15px 15px;
	padding-bottom: 5px;
	background: url("./img/heading01.gif") left bottom repeat-x;
	color: #101010;
}
#gallery div.gallery h4 {
	margin: 0 15px 15px 15px;
	padding-bottom: 5px;
	background: url("./img/heading02.gif") left bottom repeat-x;
	color: #8A8A8A;
}
#gallery div.gallery div.text {
	margin: 0 15px;
}
/*--------------------------------------------
	---- リスト
--------------------------------------------*/
#gallery div.gallery p.list a {
	margin-right: 4px;
}
#gallery div.gallery p.list a img {
	border: none;
	margin: 4px 0;
}
#gallery div.gallery table.list tr th {
	background: none;
	border: none;
	border-right: 1px solid #F0F0F0;
	text-align: right;
}
#gallery div.gallery table.list tr td {
	background: none;
	border: none;
}
#gallery div.gallery table.list tr td span.date {
	color: #8A8A8A;
}
/*------------------------------------------*/
#gallery div.gallery p.list span.open a {
	padding: 0 5px;
}
#gallery div.gallery p.list span.open a:link,
#gallery div.gallery p.list span.open a:visited {
	background: #8A8A8A;
	text-decoration: none;
	color: #FFFFFF;
}
#gallery div.gallery p.list span.open a:hover,
#gallery div.gallery p.list span.open a:active {
	background: #B9B9B9;
	text-decoration: none;
	color: #FFFFFF;
}
/*--------------------------------------------
	---- 作品ページ
--------------------------------------------*/
#gallery div.gallery h3.subject {/* 作品タイトル★ */
	margin-bottom: 30px;
	font-size: 14px;
	letter-spacing: 5px;
}
#gallery div.gallery p.articleFile {
	text-align: center;
}
#gallery div.gallery dl.info {
	margin: 0 15px;
	padding-top: 15px;
	text-align: right;
	color: #B9B9B9;
}
#gallery div.gallery dl.info dt {
	font-size: 14px;
}
#gallery div.gallery dl.info dd {
	display: inline;
	margin-left: 5px;
}
#gallery div.gallery dl.info a:link,
#gallery div.gallery dl.info a:visited {
	border-bottom: 1px solid #EAEAEA;
	text-decoration: none;
	color: #B9B9B9;
}
#gallery div.gallery dl.info a:hover,
#gallery div.gallery dl.info a:active {
	border-bottom: 1px solid #F0F0F0;
	text-decoration: none;
	color: #404040;
}
/*--------------------------------------------
	---- (ファイルをページ別に表示する)
--------------------------------------------*/
#gallery div.gallery ul.navi {
	text-align: center;
}
#gallery div.gallery ul.navi li {
	display: inline;
	margin: 0 5px;
	padding: 0;
	background: none;
	text-transform: uppercase;
	color: #B9B9B9;
}
#gallery div.gallery ul.navi li a {
	padding: 0 5px;
}
#gallery div.gallery ul.navi li a:link,
#gallery div.gallery ul.navi li a:visited {
	background: #8A8A8A;
	text-decoration: none;
	color: #FFFFFF;
}
#gallery div.gallery ul.navi li a:hover,
#gallery div.gallery ul.navi li a:active {
	background: #B9B9B9;
	text-decoration: none;
	color: #FFFFFF;
}
/*--------------------------------------------
	---- (関連作品を表示する)
--------------------------------------------*/
#gallery div.gallery p.navi {
	text-align: right;
}
#gallery div.gallery p.navi input.submit {
	width: 6em;
	border: 1px solid #8A8A8A;
	background: #464646;
	text-transform: uppercase;
	color: #FCFCFC;
}
/*--------------------------------------
	コメ・TB (個別ページに表示)
--------------------------------------*/
#trackback h2, #comment h2 {
	margin: 0 15px 0 70px;
	padding-left: 15px;
	background: url("./img/listhead.gif") 0 0.4em no-repeat;
	color: #B9B9B9;
}
#trackback ul, #comment ul {
	margin: 0 15px 5px 70px;
	padding: 1px 14px;
	border: 1px solid #F0F0F0;
	background: #FAFAFA;
}
#trackback dl {
	margin: 0 15px 5px 70px;
	padding: 14px;
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
}
#comment div.comment {
	margin: 0 15px 5px 70px;
	padding: 14px;
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
}
#comment div.comment h3 {
	color: #B9B9B9;
}
#comment div.comment h3 em {
	margin: 0 5px 0 0;
	padding: 0;
	background: transparent;
	color: #8A8A8A;
}
#comment div.comment div.text p {
	margin: 0;
	padding-top: 15px;
}
#comment div.comment div.text p.rate {
	color: #FF9100;
}
/*--------------------------------------
	ページ移動
--------------------------------------*/
#page h2, #navi h2 {
	display: none;
}
#navi form {
	margin: 0 15px;
	text-align: left;
}
#navi form dl dt {
	display: none;
}
#navi form dl dd {
	float: left;
	clear: left;
}
#page ul, #navi ul {
	margin: 0 15px;
	line-height: 2;
}
#page ul li, #navi ul li {
	display: inline;
	margin: 0 5px 0 0;
	text-transform: capitalize;
	color: #8A8A8A;
}
#navi ul li {
	margin: 0 0 0 5px;
}
#page ul li a, #navi ul li a {
	padding: 1px 6px;
}
#page ul li a:link, #page ul li a:visited,
#navi ul li a:link, #navi ul li a:visited {
	border: 1px solid #F0F0F0;
	background: #F5F5F5;
	text-decoration: none;
	color: #464646;
}
#page ul li a:hover, #page ul li a:active,
#navi ul li a:hover, #navi ul li a:active {
	border: 1px solid #464646;
	background: #FCFCFC;
	text-decoration: none;
	color: #464646;
}
/*--------------------------------------
	その他 (管理ページetc)
--------------------------------------*/
#contents h2, #form h2, #work h2, #env h2, #status h2 {
	margin: 0 15px 15px 15px;
	padding-bottom: 5px;
	background: url("./img/heading01.gif") left bottom repeat-x;
	text-transform: capitalize;
	color: #101010;
}
#contents h3, #env h3, #status h3 {
	margin: 0 15px 15px 15px;
	padding-bottom: 5px;
	background: url("./img/heading02.gif") left bottom repeat-x;
	text-transform: capitalize;
	color: #8A8A8A;
}
#contents h4, #contents h5, #contents h6 {
	margin: 0 15px 15px 15px;
}
#contents p, #contents dl, #contents ul, #contents table,
#form p, #form dl, #form ul,
#work p, #work dl,
#env p, #env dl, #env ul, #env table,
#status p, #status dl, #status ul {
	margin: 0 15px 15px 15px;
}
#contents table tr th, #env table tr th {
	padding: 2px 5px;
	border: 1px solid #F0F0F0;
	background: #F5F5F5;
}
#contents table tr td, #env table tr td {
	padding: 2px 5px;
	border: 1px solid #F0F0F0;
	background: #FFFFFF;
}
#contents img {
	margin: 2px 0;
}
#contents form p input, #form form p input, #work form p input, #env form p input,
#navi form p input {
	width: 9em;
	border: 1px solid #8A8A8A;
	background: #464646;
	text-transform: uppercase;
	color: #FCFCFC;
}
/*--------------------------------------
	---- トラックバックURL
--------------------------------------*/
#contents input.trackbackUrl {
	width: 80%;
}
/*--------------------------------------
	---- 入力フォーム
--------------------------------------*/
#form form textarea {
	width: 300px;
}
#form form dl {
	margin-bottom: 0;
}
#form form dl dt {
	float: left;
	clear: left;
	width: 8em;
	text-transform: uppercase;
	color: #8A8A8A;
}
#form form dl dd {
	padding-bottom: 5px;
}
/*--------------------------------------------
	---- 管理
--------------------------------------------*/
#work dl {
	margin-bottom: 0;
}
#work dl dt {
	display: none;
}
#work dl dd {
	float: left;
	clear: left;
}
/*--------------------------------------------
	---- ステータス
--------------------------------------------*/
#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
/*--------------------------------------
	フッター
--------------------------------------*/
#footer ul {
	margin: 0 15px;
	padding: 40px 0 5px 0;
}
#footer ul li {
	display: inline;
	margin-left: 5px;
	text-transform: capitalize;
}
#footer ul li a:link,
#footer ul li a:visited {
	text-decoration: none;
	color: #8A8A8A;
}
#footer ul li a:hover,
#footer ul li a:active {
	text-decoration: none;
	color: #B9B9B9;
}
#footer address {
	margin: 0 15px;
	padding-bottom: 15px;
	color: #B9B9B9;
	font-size: 10px;
	font-family: verdana, Tahoma, sans-serif;
}
#footer address a:link,
#footer address a:visited {
	text-decoration: none;
	color: #B9B9B9;
}
#footer address a:hover,
#footer address a:active {
	text-decoration: none;
	color: #464646;
}
/*======================================
	記事 (本文装飾)
======================================*/
div.text img {
	margin: 5px;
}
/*------------------------------------*/
div.text h4 {
	margin: 0 0 15px 0;
	border-bottom: 2px solid #F0F0F0;
}
div.text h5 {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #F0F0F0;
}
div.text h6 {
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #F0F0F0;
}
div.text p {
	margin: 0 0 15px 0;
}
div.text blockquote {
	margin: 0 0 15px 0;
	padding: 10px 0 0 15px;
	background: url("./img/blockquote.gif") 0 0 no-repeat;
	color: #8A8A8A;
}
div.text pre {
	margin: 0 0 15px 0;
	padding: 13px;
	width: 85%;
	border: 2px solid #F5F5F5;
	background: #FCFCFC;
}
@media screen {
	div.text pre {
		overflow: scroll;
	}
}
div.text dl {
	margin: 0 0 15px 0;
	border-left: 2px solid #F0F0F0;
}
div.text dl dt {
	margin-left: 13px;
}
div.text dl dd {
	margin-left: 28px;
	color: #8A8A8A;
}
div.text ul {
	margin: 0 0 15px 0;
}
div.text ul li {
	padding-left: 15px;
	background: url("./img/list03.gif") 0 0.4em no-repeat;
}
div.text ol {
	margin: 0 0 15px 0;
	list-style: decimal inside;
}
	div.text ul li ul, div.text ul li ol {
		margin-bottom: 0;
	}
	div.text ul li ol li {
		padding-left: 0;
		background: none;
	}
	div.text ol li ol, div.text ol li ul {
		margin: 0 0 0 15px;
	}
	div.text ol li ul li {
		list-style: none outside;
	}
div.text table {
	margin: 0 0 15px 0;
}
div.text table th {
	padding: 4px 8px;
	border: 1px solid #F0F0F0;
	background: url("./img/pattern01.gif") #FAFAFA;
	text-align: center;
}
div.text table td {
	padding: 8px;
	border: 1px solid #F0F0F0;
}
/*======================================
	プラグインetc
======================================*/
/*--------------------------------------
	パンくずリスト
--------------------------------------*/
p.pluginTopicpath {
	margin: 0 15px 15px 15px;
	color: #B9B9B9;
	line-height: 2;
}
p.pluginTopicpath a:link, p.pluginTopicpath a:visited {
	padding: 1px  5px;
	background: #F0F0F0;
	text-decoration: none;
	color: #464646;
}
p.pluginTopicpath a:hover, p.pluginTopicpath a:active {
	padding: 1px 5px;
	background: #464646;
	text-decoration: none;
	color: #FCFCFC;
}
/*--------------------------------------
	ページ移動
--------------------------------------*/
p.pluginPage {
	margin: 0 15px 40px 15px;
	text-align: right;
	color: #B9B9B9;
}
/*--------------------------------------
	タギング (タグ)
--------------------------------------*/
p.pluginTagging {
	float: none;
	clear: both;
	text-align: right;
	line-height: 2;
}
p.pluginTagging a {
	padding: 1px 5px;
	white-space: nowrap;
}
p.pluginTagging a:link, p.pluginTagging a:visited {
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
	text-decoration: none;
	color: #464646;
}
p.pluginTagging a:hover, p.pluginTagging a:active {
	border: 1px solid #464646;
	background: #FFFFFF;
	text-decoration: none;
	color: #464646;
}
/*--------------------------------------
	タギング (リスト)
--------------------------------------*/
#navigation div.block ul.tag {
	zoom: 1;
	display: block;
}
#navigation div.block ul.tag li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	color: #B9B9B9;
}
#navigation div.block ul.tag li a {
	padding: 0;
	background: none;
}
