@charset 'utf-8';

/*
	witchmakers-SKIN
	wgp_wm_001
	lastup 070626
	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 {
	border: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
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: #333333;/*　☆ 基本文字色　*/
	font-size: 12px;/*　☆ 基本文字サイズ　*/
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
}
th,td {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0px;/*　文字間隔　*/
}
h1,h2,h3,h4,h5,h6 {
	letter-spacing: 5px;
	color: #555555;
	font-weight: bold;
}
/* ------------------------------------------
	＞　フォーム
------------------------------------------ */
legend {
	display: none;
}
input,textarea,select {
	background: #FAFAFA;
	border: 1px solid #666666;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
/* ------------------------------------------
	＞　リンク　☆
------------------------------------------ */
a:link {color: #008040;text-decoration: none;}/*通常（未アクセス）の色*/
a:visited {text-decoration: none;color: #008040;}/*アクセス済みの色 */
a:hover {text-decoration: none;color: #75BDA0;position: relative; top: 1px; left: 1px;}/*ポイント時の色 */
a:active {text-decoration: none;color: #75BDA0;}/*アクティブ時の色*/


/*a:link {
	color: #5BA3AF;
	text-decoration: none;
}
a:visited {
	color: #5BA3AF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #5BA3AF;
	text-decoration: none;
}*/

/* ------------------------------------------
	＞　スクロールバー（IE）　☆
------------------------------------------ */
html {
scrollbar-arrow-color:#333333;
	scrollbar-base-color:#F9F4F4;
	scrollbar-darkshadow-color:#F9F4F4;
	scrollbar-highlight-color:#F9F4F4;
	scrollbar-shadow-color:#F9F4F4;
	scrollbar-track-color:#F9F4F4;
}
/* ------------------------------------------
	構造
------------------------------------------ */
body {
	/*background: #ffffff;/*　☆背景色#F9F4F4　*/
	background-image:url(../../../2008img-h/check_13.gif);/* ページの背景画像 */
	text-align: center;
}
#container {
	width: 85%;
	margin: 0px auto;
	text-align: left;
}
#header {
	margin: 0px 0px 30px 0px;
}
#navigation {
	margin: 0px 0px 30px 0px;
}
#logs {
	text-align:left;
}
#gallery {
	float: none;
	clear: both;
}
#trackback,#comment,
#page,#navi,
#contents,#form,#work,#status,#env {
	float: none;
	clear: both;
	padding: 30px 0px 0px 0px;
}
#footer {
	float: none;
	clear: both;
	padding: 30px 0px 0px 0px;
	text-align: right;
}
/* ------------------------------------------
	詳細
------------------------------------------ */
.new {/*　☆　新着　*/
	color: #00D8D5;
	font-weight: bold;
}
/* ------------------------------------------
	＞　ヘッダー　
------------------------------------------ */
h1 {
	padding: 10px 10px 0px 10px;
	text-align: right;
	border-bottom: 1px solid #EEEEEE;
}
h1 a:link,
h1 a:visited {
	letter-spacing: 10px;
	color: #009b00;
}
h1 a:hover,
h1 a:active {
	letter-spacing: 10px;
	color: #009B00;
}
#header p {
	padding: 0px 10px 0px 10px;
	text-align: right;
	font-size: 10px;
	color: #666666;
}
#header p a:link,
#header p a:visited {
	color: #009b00;
	font-size: 10px;
}
#header p a:hover,
#header p a:active {
	color: #75BDA0;
	font-size: 10px;
}
/* ------------------------------------------
	＞　ナビゲーション
------------------------------------------ */
.block {
	margin: 0px 37px;
}
div#navigation h2,
li.naviHead {
	letter-spacing: 5px;
	color: #666666;
	font-weight: bold;
}
.block ul li {
	color: #666666;
	display: inline;
}
.block ul {
	display: inline;
}
.block ul li ul li {
	display: inline;
}
/*	＞　＞　カレンダー
------------------------------------------ */
.today {/*　☆本日　*/
	background: #F3F3F3;
}
.calendar {
	margin: 0px 37px 15px 37px;
	text-align: center;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}
.calendar table {
	margin: 0px auto;
}
.calendar td {
	padding: 1px 1px 1px 1px;
	text-align: center;
	font-size: 12px;
	color: #BBBBBB;
}
.calendar td a {
	font-size: 12px;
}
/*		＞	＞　Pick UP（新着ミニ画像）
--------------------------------------- */
.pickup p {
	margin: 0px 0px 5px;
}
.pickup p img {
	vertical-align: bottom;
}
/*	＞　＞　検索フォーム
------------------------------------------ */
.block form {
	text-align: right;
}
.sformText {
	width: 90px;
	vertical-align: bottom;
}
.sformBtn {
	width: 60px;
	vertical-align: bottom;
	background: transparent;
	border: none;
	color: #666666;
}
/* ------------------------------------------
	＞　ログ
------------------------------------------ */
#gallery h2 {
	display: none;
}
.gallery {
	padding: 25px 0px 60px 0px;
}
.text {
	margin: 0px 37px;
	padding: 0px 0px 20px 0px;
}
.gallery h3 {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 15px 0px;
	background: url(./img/arrow_dark.gif) 0px 0.2em no-repeat;
	float: none;/*画像の下に文字を表示させるためにセット*/
	clear: both;/*画像の下に文字を表示させるためにセット*/
	
}
.gallery h4 {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 15px 0px;
	background: url(./img/arrow_neutral.gif) 0px 0.2em no-repeat;
	color: #AAAAAA;
}
.plus {
	color: #D0D0D0;
}
/* ------------------------------------------
	＞　作品ページ
------------------------------------------ */
h3.articleSubj {
	margin: 0px 37px 30px 37px;
	padding: 0px 0px 10px 0px;
	letter-spacing: 10px;
	background: none;
	font-weight: normal;
}
dl.detail {
	margin: 70px 37px 0px 37px;
	padding: 15px 0px 0px;
	border-top: 1px solid #CCCCCC;
}
.detail dt {
	float: left;
	clear: left;
	width: 8em;
	font-weight: normal;
	color: #B9B9B9;
}
.detail dd {
	color: #B9B9B9;
}
.navi {
	text-align: center;
	background: #F5F5F5;
}
.info {
	float: none;
	clear: both;
	margin: 0px 37px;
	color: #666666;
	font-size: 10px;
	text-align: right;
}
.info a:link,
.info a:visited {
	color: #009b00;
	font-size: 10px;
}
.info a:hover,
.info a:active {
	font-size: 10px;
	color: #75BDA0;
}
/* ------------------------------------------
	＞　コメント・トラックバック
------------------------------------------ */
.list {
	margin: 0px 0px 60px 0px;
}
.list h4 {
	display: none;
}
#trackback h2,#comment h2 {
	margin: 0px 37px 15px 37px;
	text-align: right;
	color: #C0C0C0;
}
#trackback ul,#comment ul {
	margin: 0px 37px 15px 37px;
}
.commentWrap {
	margin: 0px 37px;
	padding: 8px 0px 8px 0px;
	border-top: 1px solid #E6E6E6;
}
.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 37px 15px 37px;
}
#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 37px 15px 37px;
	padding: 0px 0px 0px 20px;
	letter-spacing: 10px;
	background: url(./img/arrow_dark.gif) 0px 0.2em no-repeat;
}
#contents h3,#env h3,#status h3 {
	margin: 0px 37px 15px 37px;
	padding: 0px 0px 0px 20px;
	background: url(./img/arrow_dark.gif) 0px 0.2em no-repeat;
}
#contents h4,#status h4 {
	margin: 0px 37px 15px 37px;
	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 37px 15px 37px;
}
#contents table,#env table {
	margin: 0px 37px 15px 37px;
}
#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;
}
/*		＞　画像リンク先
--------------------------------------- */
#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 10px;
	border-top: 1px solid #E8E8E8;
	color: #CFCFCF;
	font-size: 10px;
}
address a:link,
address a:visited {/*　著作権リンク　*/
	color: #CFCFCF;
	font-size: 10px;
}
address a:hover,
address a:active {/*　著作権リンク　*/
	color: #E0E0E0;
	font-size: 10px;
}
/* ------------------------------------------
	本文内指定（本文装飾）　☆↓
------------------------------------------ */
.text p {
	margin: 0px 0px 15px 0px;
}
.text img {/*　☆本文内の画像余白　*/
	margin: 0px 10px 10px 0px;
}
.text a:link {
	color: #004080;
	text-decoration: none;
}
.text a:visited {/*　本文内リンク既読　*/
	color: #009B00;
	text-decoration: none;
}
.text a:hover {
	color: #009B00;
	text-decoration: none;
}
.text a:active {
	color: #0080FF;
	text-decoration: none;
}
.text h5 {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 15px 0px;
	background: url(./img/arrow_light.gif) 0px 0.2em no-repeat;
	color: #999999;
}
.text h6 {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 15px 0px;
	background: url(./img/arrow_light.gif) 0px 0.2em no-repeat;
	color: #BBBBBB;
}
.text blockquote {
	margin: 0px 0px 15px 0px;
	padding: 0px 5px 0px 12px;
	border-left: 12px solid #9FD7E0;
	background: #F9F9F9;
}
.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, Osaka, "ＭＳ Ｐゴシック", 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;
}
.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;
}

/* ------------------------------------------
	画像の下に文字　.gallery h3も変更する。☆↓
------------------------------------------ */

div#gallery .image2 {
margin: 0px 10px 10px 0px;
float: left;

}


div#gallery .image2 .explain {
	width: 90px;
	font-size: 12px;
	float: none;
	clear: both;
  text-align: center;
}

/* ------------------------------------------
	ヘッダー・フッターtoyo設定☆↓
------------------------------------------ */

div#toyo {	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	
	}

a:link {color: #008040;text-decoration: none;}/*通常（未アクセス）の色*/
a:visited {text-decoration: none;color: #008040;}/*アクセス済みの色 */
a:hover {text-decoration: none;color: #75BDA0;position: relative; top: 1px; left: 1px;}/*ポイント時の色 */
a:active {
	text-decoration: none;
	color: #009B00;
}/*アクティブ時の色*/




div#toyo2{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	
	}
	
a:link {color: #008040;text-decoration: none;}/*通常（未アクセス）の色*/
a:visited {text-decoration: none;color: #008040;}/*アクセス済みの色 */
a:hover {text-decoration: none;color: #75BDA0;position: relative; top: 1px; left: 1px;}/*ポイント時の色 */
a:active {
	text-decoration: none;
	color: #009B00;
}/*アクティブ時の色*/

div#toyo2 .style-g12-14g{
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	
	}
