@charset 'utf-8';
/*
	witchmakers | wdp1_orbit | 2008-07-15
	★で検索すると大まかな色指定に飛びます
*/
/*============================================
	RESET
============================================*/
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, print {
	body {
		letter-spacing: 1px;
	}
	br {
		letter-spacing: 0;
	}
}
/*--------------------------------------------
	clear
--------------------------------------------*/
div {
	zoom: 1;
}
#container:after,
#menu ul:after,
#navigation:after,
#canvas:after,
#diary div.text:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
#navigation hr {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
/*============================================
	BASE
============================================*/
body, th, td {
	color: #404040;/* ★基本文字色 */
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Osaka", "verdana", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
}
strong {
	font-weight: bold;
}
em {
	padding: 0 0.5em;
	background: #F0F0F0;
}
ins {
	border-bottom: 1px dashed #737373;
	text-decoration: none;
	color: #737373;
}
/*--------------------------------------------
	リンク★
--------------------------------------------*/
a:link {
	text-decoration: underline;
	color: #00AEEF;
}
a:visited {
	text-decoration: underline;
	color: #005B7F;
}
a:hover {
	text-decoration: underline;
	color: #B9B9B9;
}
a:active {
	text-decoration: underline;
	color: #B9B9B9;
}
/*--------------------------------------------
	フォーム★
--------------------------------------------*/
legend {
	display: none;
}
input, textarea, select {
	border: 1px solid #EAEAEA;
	background: #F5F5F5;
	color: #404040;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
textarea:hover, textarea:focus,
select:hover, select:focus,
input[type="text"]:hover, input[type="text"]:focus,
input[type="password"]:hover, input[type="password"]:focus {/* hover⇒IE6以下は無効、focus⇒IE7以下は無効 */
	border: 1px solid #404040;
	background: #FFFFFF;
}
/*--------------------------------------------
	スクロールバー(★IEのみ)
--------------------------------------------*/
html {
	scrollbar-face-color: #B9B9B9;
	scrollbar-highlight-color: #B9B9B9;
	scrollbar-shadow-color: #B9B9B9;
	scrollbar-3dlight-color: #B9B9B9;
	scrollbar-darkshadow-color: #B9B9B9;
	scrollbar-track-color: #F0F0F0;
	scrollbar-arrow-color: #F0F0F0;
}
/*--------------------------------------------
	新着マーク★
--------------------------------------------*/
em.new {
	background: #FFFFFF;
	text-transform: uppercase;
	color: #404040;
	font-size: 10px;
}
/*--------------------------------------------
	RSSアイコン
--------------------------------------------*/
a.rssFeed {
	padding-left: 15px;
	background: url("./img/feedicon.gif") 0 0.2em no-repeat;
}
/*============================================
	LAYOUT
============================================*/
body {
	background: url("./img/body.gif") 0 0 repeat-x #E6E6E6;
	text-align: center;
}
#container {
	width: 800px;
	margin: 0 auto;
	border: 5px solid #F0F0F0;
	background: #FFFFFF;
	border-top: none;
	text-align: left;
}
html>body #container {
	width: 790px;
}
#header {
	height: 150px;
	background: url("./img/header.jpg") 0 0 no-repeat;
}
#menu {
	margin-bottom: 20px;
	background: #505050;
}
#navigation {
	background: #505050;
}
#navigation1 {
	float: left;
	width: 395px;
}
#navigation2 {
	float: right;
	width: 395px;
}
#diary {
	float: none;
	clear: both;
}
#trackback, #comment, #page, #navi,
#contents, #form, #work, #env, #status, #canvas {
	float: none;
	clear: both;
	margin-bottom: 50px;
}
#footer {
	float: none;
	clear: both;
	text-align: right;
}
/*------------------------------------------*/
@media screen, print {
	#navigation1, #navigation2 {
		overflow: hidden;
	}
}
/*============================================
	DETAIL
============================================*/
/*--------------------------------------------
	ヘッダー
--------------------------------------------*/
#header h1 {
	margin: 0 25px;
	padding-top: 40px;
	font-size: 20px;
	font-weight: bold;
	font-family: "Georgia", serif;
}
#header h1 a:link,
#header h1 a:visited {
	text-decoration: none;
	color: #404040;
}
#header h1 a:hover,
#header h1 a:active {
	text-decoration: none;
	color: #B9B9B9;
}
#header p {
	margin: 0 25px;
}
/*--------------------------------------------
	メニュー
--------------------------------------------*/
#menu h2 {
	display: none;
}
#menu ul {
	zoom: 1;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left;
	width: 131px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 2;
}
#menu ul li a:link,
#menu ul li a:visited {
	background: #505050;
	text-decoration: none;
	color: #FCFCFC;
}
#menu ul li a:hover,
#menu ul li a:active {
	background: #FFFFFF;
	text-decoration: none;
	color: #404040;
}
/*--------------------------------------------
	ナビゲーション
--------------------------------------------*/
#navigation div.block {
	margin: 0 25px;
	padding: 15px 0;
	color: #CACACA;
}
#navigation div.block a:link,
#navigation div.block a:visited {
	border-bottom: 1px solid #808080;
	text-decoration: none;
	color: #FAFAFA;
}
#navigation div.block a:hover,
#navigation div.block a:active {
	border-bottom: 1px solid #606060;
	text-decoration: none;
	color: #B9B9B9;
}
#navigation div.block h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #606060;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 3px;
}
#navigation div.block ul li {
	padding-left: 15px;
	background: url("./img/list01.gif") 0 0.4em no-repeat;
}
#navigation div.block ul li ul li {
	background: url("./img/list02.gif") 0 0.4em no-repeat;
}
#navigation div.block dl dt {
	padding-left: 15px;
	background: url("./img/list01.gif") 0 0.4em no-repeat;
}
#navigation div.block dl dd {
	padding-left: 15px;
	font-size: 10px;
}
#navigation div.block img {
	margin: 2px 0;
}
#navigation div.block p.option {
	font-size: 10px;
}
/*--------------------------------------------
	-- カレンダー
--------------------------------------------*/
#navigation div.calendar table {
	width: 345px;
}
#navigation div.calendar table tr th,
#navigation div.calendar table tr td {
	border: 1px solid #808080;
	background: #606060;
	text-align: center;
	color: #CACACA;
	font-size: 10px;
}
#navigation div.calendar table tr th {
	background: #707070;
}
#navigation div.calendar table tr.week td {
	background: #505050;
}
#navigation div.calendar table tr td a {
	display: block;
}
#navigation div.calendar table tr td a:link,
#navigation div.calendar table tr td a:visited {
	border: none;
	background: #404040;
	text-decoration: none;
	color: #FCFCFC;
}
#navigation div.calendar table tr td a:hover,
#navigation div.calendar table tr td a:active {
	border: none;
	background: #CACACA;
	text-decoration: none;
	color: #404040;
}
#navigation div.calendar table tr td.today {/* カレンダー本日 */
	font-weight: bold;
}
/*--------------------------------------------
	-- アーカイブ
--------------------------------------------*/
#navigation div.archive ul {
	zoom: 1;
}
#navigation div.archive ul li {
	display: inline;
	padding-left: 0;
	background: none;
	font-size: 10px;
}
/*--------------------------------------------
	ログ
--------------------------------------------*/
#diary h2 {
	display: none;
}
#diary div.diary {
	margin-bottom: 50px;
}
#diary div.diary h3 {
	padding: 15px 25px 0 25px;
	border-top: 1px solid #F0F0F0;
	color: #000000;
	font-size: 16px;
}
#diary div.diary h3 span.date {
	display: inline;
	float: right;
	width: 10em;
	text-align: right;
	color: #B9B9B9;
	font-family: "Georgia", serif;
	letter-spacing: 1px;
}
#diary div.diary div.text {
	margin: 0 25px;
	padding-top: 15px;
}
/*------------------------------------------*/
#diary div.diary p.info {
	margin: 0 25px;
	text-align: right;
	color: #B9B9B9;
	font-size: 10px;
}
#diary div.diary p.info a:link,
#diary div.diary p.info a:visited {
	border-bottom: 1px solid #EAEAEA;
	text-decoration: none;
	color: #404040;
}
#diary div.diary p.info a:hover,
#diary div.diary p.info a:active {
	border-bottom: 1px solid #F0F0F0;
	text-decoration: none;
	color: #B9B9B9;
}
/*------------------------------------------*/
#diary div.diary h4 a.listOpen {
	text-decoration: none;
	font-size: 10px;
}
/*--------------------------------------------
	-- コメント・TB(一覧表示)
--------------------------------------------*/
#diary div.list {
	margin: 0 25px 50px 80px;
}
#diary div.list h4 {
	text-transform: uppercase;
	color: #B9B9B9;
	font-size: 10px;
	font-weight: bold;
}
#diary div.list ul {
	padding: 10px;
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
	font-size: 10px;
}
#diary div.list dl dt {
	padding: 10px;
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
	border-bottom: none;
	font-size: 10px;
}
#diary div.list dl dd {
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
	border-top: none;
}
#diary div.list dl dd p {
	margin-bottom: 15px;
}
/*--------------------------------------------
	コメント・TB(個別ページ)
--------------------------------------------*/
#trackback h2, #comment h2 {
	margin: 0 25px 0 80px;
	text-transform: uppercase;
	color: #B9B9B9;
	font-size: 10px;
	font-weight: bold;
}
#trackback ul, #comment ul {
	margin: 0 25px 10px 80px;
}
#trackback dl {
	margin: 0 25px 10px 80px;
	padding: 10px;
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
	font-size: 10px;
}
#comment div.comment {
	margin: 0 25px 10px 80px;
	padding: 10px;
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
}
#comment div.comment h3 {
	padding-bottom: 10px;
	font-size: 10px;
}
#comment div.comment div.text p {
	margin-bottom: 15px;
}
/*--------------------------------------------
	ページ移動
--------------------------------------------*/
#page h2, #navi h2, #navi dl dt {
	display: none;
}
#page ul, #page dl, #navi ul, #navi dl {
	margin: 0 25px;
	text-transform: uppercase;
	color: #B9B9B9;
	font-size: 10px;
	line-height: 2;
}
#navi dl dd {
	float: left;
	clear: left;
}
#navi ul {
	text-align: right;
}
#page ul li {
	display: inline;
	margin-right: 10px;
}
#navi ul li {
	display: inline;
	margin-left: 10px;
}
#page ul li a:link, #page ul li a:visited,
#navi ul li a:link, #navi ul li a:visited {
	padding: 1px 5px;
	border: 1px solid #EAEAEA;
	background: #FAFAFA;
	text-decoration: none;
	color: #404040;
}
#page ul li a:hover, #page ul li a:active,
#navi ul li a:hover, #navi ul li a:active {
	padding: 1px 5px;
	border: 1px solid #F0F0F0;
	background: #FFFFFF;
	text-decoration: none;
	color: #B9B9B9;
}
/*--------------------------------------------
	コンテンツ、管理等
--------------------------------------------*/
#contents h2, #form h2, #work h2, #env h2, #status h2, #canvas h2 {
	margin-bottom: 15px;
	padding: 15px 25px 0 25px;
	border-top: 1px solid #F0F0F0;
	text-transform: capitalize;
	color: #000000;
	font-size: 16px;
}
#contents h3, #env h3, #status h3 {
	margin: 0 25px 15px 25px;
	border-bottom: 1px solid #EAEAEA;
}
#contents h4, #contents h5, #contents h6 {
	margin: 0 25px 15px 25px;
	border-bottom: 1px dashed #EAEAEA;
}
#contents p, #contents dl, #contents ul, #contents ol, #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 25px 15px 25px;
}
#contents table th,
#env table th {
	padding: 5px;
	border: 2px solid #FFFFFF;
	background: #F5F5F5;
	text-align: center;
}
#contents table td,
#env table td {
	padding: 5px;
	border: 2px solid #FFFFFF;
	background: #FAFAFA;
}
#contents img {
	margin: 2px 0;
}
#status dt {
	float: left;
	clear: left;
	width: 10em;
}
#work dl {
	margin-bottom: 0;
}
#work dt {
	display: none;
}
#work dd {
	float: left;
	clear: left;
}
/*--------------------------------------------
	-- アルバム
--------------------------------------------*/
#contents ul.album {
	margin-bottom: 0;
}
#contents ul.album li {
	display: inline;
}
#contents ul.album li a {
	display: block;
	padding: 5px;
	border-top: 1px solid #F0F0F0;
	font-size: 10px;
}
#contents ul.album li a:link,
#contents ul.album li a:visited {
	background: #FFFFFF;
	text-decoration: none;
	color: #B5B5B5;
}
#contents ul.album li a:hover,
#contents ul.album li a:active {
	background: #FAFAFA;
	text-decoration: none;
	color: #404040;
}
/*--------------------------------------------
	-- アイコンリスト
--------------------------------------------*/
#contents table.iconlist td {
	padding: 5px;
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	color: #8C8C8C;
}
#contents table.iconlist td img {
	margin: 0;
}
/*--------------------------------------------
	-- フォーム
--------------------------------------------*/
#form form textarea {
	width: 300px;
}
#form form dt {
	float: left;
	clear: left;
	width: 8em;
	text-transform: uppercase;
	font-size: 10px;
}
#form form dd,
#env form dd {
	margin-bottom: 10px;
}
#navi form p input, #contents form p input, #form form p input, #env form p input, #work form p input {
	width: 9em;
	background: #404040;
	text-transform: uppercase;
	color: #FFFFFF;
}
/*--------------------------------------------
	-- トラックバックURL
--------------------------------------------*/
#contents input.trackbackUrl {
	width: 80%;
}
/*--------------------------------------------
	-- アプレット
--------------------------------------------*/
#canvas applet {
	float: left;
	margin-left: 25px;
	margin-right: 5px;
}
/*--------------------------------------------
	フッター
--------------------------------------------*/
#footer ul {
	padding: 10px 25px;
	background: #404040;
}
#footer ul li {
	display: inline;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
#footer address {
	padding: 0 25px 15px 25px;
	background: #404040;
	color: #B9B9B9;
	font-size: 10px;
}
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #B9B9B9;
}
#footer a:hover,
#footer a:active {
	text-decoration: none;
	color: #FCFCFC;
}
/*============================================
	本文装飾
============================================*/
div.text h4 {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #EAEAEA;
}
div.text h5 {
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #EAEAEA;
}
div.text h6 {
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #EAEAEA;
}
div.text p {
	margin: 0 0 15px 0;
}
div.text dl {
	margin: 0 0 15px 0;
	border-left: 2px solid #EAEAEA;
}
div.text dt {
	margin-left: 13px;
}
div.text dd {
	margin-left: 28px;
	color: #B9B9B9;
}
div.text ul {
	margin: 0 0 15px 0;
}
div.text ul li {
	padding-left: 15px;
	background: url("./img/list01.gif") 0 0.4em no-repeat;
}
div.text ul li ul {
	margin-bottom: 0;
}
div.text ul li ol {
	margin-bottom: 0;
	list-style: decimal inside;
}
div.text ul li ol li {
	padding-left: 0;
	background: none;
}
div.text ol {
	margin: 0 0 15px 0;
	list-style: decimal inside;
}
div.text ol li ul {
	margin-bottom: 0;
	list-style: none outside;
}
div.text ol li ul li,
div.text ol li ol li {
	margin-left: 15px;
}
div.text ol li ol {
	margin-bottom: 0;
}
div.text blockquote {
	margin: 0 0 15px 0;
	padding-left: 12px;
	border-left: 3px double #EAEAEA;
	background: url("./img/pattern01.gif") #FAFAFA;
}
div.text pre {
	width: 80%;
	margin: 0 0 15px 0;
	padding: 14px;
	border: 1px solid #EAEAEA;
	background: #F5F5F5;
}
@media screen, print {
	div.text pre {
		overflow: scroll;
	}
}
div.text table {
	margin: 0 0 15px 0;
}
div.text table th {
	font-weight: bold;
}
div.text table th,
div.text table td {
	padding: 5px;
	border: 2px solid #FFFFFF;
	background: #F5F5F5;
}
/*------------------------------------------*/
div.text img {
	margin: 5px;
}
div.text a:link img,
div.text a:visited img {
	border: 1px solid #404040;
}
div.text a:hover img,
div.text a:active img {
	border: 1px solid #B9B9B9;
}
/*============================================
	PLUGIN
============================================*/
/*--------------------------------------------
	ページ移動
--------------------------------------------*/
p.pluginPage {
	margin-bottom: 50px;
	padding: 15px 25px 0 25px;
	border-top: 1px solid #F0F0F0;
	text-align: right;
	color: #B9B9B9;
	font-size: 10px;
}
/*--------------------------------------------
	パンくずリスト
--------------------------------------------*/
p.pluginTopicpath {
	margin: 0 25px 20px 25px;
	color: #B9B9B9;
	font-size: 10px;
}
p.pluginTopicpath a {
	padding: 1px 5px;
}
p.pluginTopicpath a:link,
p.pluginTopicpath a:visited {
	background: #F0F0F0;
	text-decoration: none;
	color: #404040;
}
p.pluginTopicpath a:hover,
p.pluginTopicpath a:active {
	background: #404040;
	text-decoration: none;
	color: #FCFCFC;
}
/*--------------------------------------------
	タギング(タグ)
--------------------------------------------*/
p.pluginTagging {
	text-align: right;
	font-size: 10px;
	line-height: 2;
}
p.pluginTagging a {
	margin: 0 2px;
	padding: 1px 3px;
	white-space: nowrap;
}
p.pluginTagging a:link,
p.pluginTagging a:visited {
	border: 1px solid #EAEAEA;
	text-decoration: none;
	color: #B9B9B9;
}
p.pluginTagging a:hover,
p.pluginTagging a:active {
	border: 1px solid #404040;
	text-decoration: none;
	color: #404040;
}
/*--------------------------------------------
	タギング(一覧)
--------------------------------------------*/
#navigation div.block ul.tag {
	zoom: 1;
}
#navigation div.block ul.tag li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
	font-size: 10px;
}
