@charset "utf-8";
/*
	wgp_plus | lastup 2009.02.22
	http://www.usamimi.info/~witchmakers/
	----------------------------------------------
	1.RESET ※編集不可
	2.BASE 基本
	3.LAYOUT 大まかな配置＆背景等
	4.DETAIL 細部
	5.TEXT 記事本文内の指定
	6.EXTRA おまけ関連(プラグイン等/適用の仕方はomakeフォルダを参照)
	----------------------------------------------
	★で検索すると大まかな指定部分に飛びます
*/
/*================================================

	1.RESET

================================================*/
html, body, div, h1, h2, h3, h4, h5, h6, address,
blockquote, p, pre,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, code, em, strong, th {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
img {
	vertical-align: bottom;
}
img, fieldset {
	border: 0;
}
legend {
	display: none;
}
/*----------------------------------------------*/
div {
	zoom: 1;
}
@media screen {
	body {
		letter-spacing: 1px;
	}
	br {
		letter-spacing: 0;
	}
}
/*================================================

	2.BASE

================================================*/
body, th, td {
	color: #4C4C4C;/* 基本文字色★ */
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;/* 基本文字サイズ★ */
	line-height: 1.6;
}
em {
	padding: 0 5px;
	background: #F0F0F0;
	color: #000000;
}
strong {
	font-weight: bold;
}
ins {
	text-decoration: none;
	color: #7F7F7F;
}
/*------------------------------------------------
	リンク★
------------------------------------------------*/
a:link {/* 未読 */
	color: #AAC730;
	text-decoration: none;
}
a:visited {/* 既読 */
	color: #C79130;
	text-decoration: none;
}
a:hover {/* マウスオーバー */
	color: #4C4C4C;
	text-decoration: underline;
}
a:active {/* アクティブ */
	color: #4C4C4C;
	text-decoration: underline;
}
/*----------------------------------------------*/
a:link img {/* 未読(画像) */
	border: 1px solid #AAC730;
	text-decoration: none;
}
a:visited img {/* 既読(画像) */
	border: 1px solid #C79130;
	text-decoration: none;
}
a:hover img {/* マウスオーバー(画像) */
	border: 1px solid #4C4C4C;
	text-decoration: none;
}
a:active img {/* アクティブ(画像) */
	border: 1px solid #4C4C4C;
	text-decoration: none;
}
/*------------------------------------------------
	フォーム
------------------------------------------------*/
input, textarea, select {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", Osaka, sans-serif;
	font-size: 12px;
}
@media screen {
	input, textarea, select {
		font-family: Tahoma, Verdana, sans-serif;
	}
}
/* ↓この指定はブラウザのCSS対応状況によっては反映されません */
input[type="text"]:hover, input[type="text"]:focus,
input[type="password"]:hover, input[type="password"]:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {
	border: 1px solid #4C4C4C;
	background: #FFFFFF;
}
/*------------------------------------------------
	スクロールバー(IEのみ)
------------------------------------------------*/
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;
}
/*================================================

	3.LAYOUT

================================================*/
body {
	background: #FFFFFF;/* 背景色★ */
	text-align: center;
}
#container {
	width: 700px;/* 全体幅★ */
	margin: 0 auto;
	text-align: left;
}
#header {
	margin: 0 15px;
	padding-top: 15px;
}
#navigation {
	float: none;
	clear: both;
	padding-top: 30px;
}
#page {
	float: none;
	clear: both;
}
#navi {
	float: none;
	clear: both;
	text-align: right;
}
#gallery, #comment, #trackback, #contents, #form, #work, #env, #status {
	float: none;
	clear: both;
}
#footer {
	float: none;
	clear: both;
	text-align: right;
}
/*================================================

	4.DETAIL

================================================*/
/*------------------------------------------------
	見出し★
------------------------------------------------*/
#gallery div.gallery h3,
#contents h2, #form h2,
#work h2, #env h2, #status h2, #canvas h2 {
	margin: 30px 15px 15px 15px;
	padding-left: 12px;
	border-left: 3px solid #000000;
	color: #000000;
}
/*------------------------------------------------
	新着マーク
------------------------------------------------*/
em.new {
	padding: 0 5px;
	background: #4C4C4C;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
}
/*------------------------------------------------
	RSSアイコン
------------------------------------------------*/
a.rss {
	padding-left: 15px;
	background: url("./img/feedicon.gif") 0 0.2em no-repeat;
}
/*------------------------------------------------
	送信ボタン (主に管理ページ等の)
------------------------------------------------*/
#navi form p input,
#contents form p input,
#form form p input,
#work form p input,
#env form p input {
	width: 9em;
	border: 1px solid #7F7F7F;
	background: #4C4C4C;
	color: #FFFFFF;
	text-transform: capitalize;
}
/*------------------------------------------------
	header
------------------------------------------------*/
#header h1 {
	display: inline;
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 5px;
}
#header h1 a:link,
#header h1 a:visited {
	color: #000000;
	text-decoration: none;
}
#header h1 a:hover,
#header h1 a:active {
	color: #B9B9B9;
	text-decoration: none;
}
#header p {
	display: inline;
	margin-left: 15px;
	color: #7F7F7F;
}
#header ul {
	border-top: 1px solid #F0F0F0;
}
#header ul li {
	display: inline;
	margin-right: 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#header ul li a:link,
#header ul li a:visited {
	color: #7F7F7F;
	text-decoration: none;
}
#header ul li a:hover,
#header ul li a:active {
	color: #B9B9B9;
	text-decoration: underline;
}
/*------------------------------------------------
	navigation
------------------------------------------------*/
#navigation div.block {
	margin: 0 15px 5px 15px;
	padding: 9px;
	border: 1px solid #F5F5F5;
	background: url("./img/pattern.gif") #FCFCFC;
}
#navigation div.block h2 {
	display: inline;
	margin-right: 5px;
	color: #000000;
	font-family: "Arial", sans-serif;
	text-transform: capitalize;
}
#navigation div.block ul,
#navigation div.block li {
	display: inline;
}
#navigation div.block ul li span.field,
#navigation div.block ul li a {
	padding-left: 10px;
	background: url("./img/list01.gif") left center no-repeat;
	white-space: nowrap;
	zoom: 1;
}
#navigation div.block ul li ul li a {
	padding-left: 8px;
	background: url("./img/list02.gif") left center no-repeat;
	white-space: nowrap;
	zoom: 1;
}
/*------------------------------------------------
	＞calendar
------------------------------------------------*/
#navigation div.calendar p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
#navigation div.calendar p span.today {/* カレンダー本日 */
	font-weight: bold;
}
/*------------------------------------------------
	＞recent entry,comment,tb
------------------------------------------------*/
#navigation div.entrylist ul, #navigation div.entrylist li,
#navigation div.cmtlist ul, #navigation div.cmtlist li,
#navigation div.tblist ul, #navigation div.tblist li {
	display: block;
	color: #7F7F7F;
}
#navigation div.entrylist ul li a,
#navigation div.cmtlist ul li a,
#navigation div.tblist ul li a {
	padding-left: 0;
	background: none;
	white-space: normal;
}
/*------------------------------------------------
	＞search
------------------------------------------------*/
#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 #7F7F7F;
	background: #4C4C4C;
	color: #FFFFFF;
	text-transform: capitalize;
}
/*------------------------------------------------
	gallery
------------------------------------------------*/
#gallery h2 {
	display: none;
}
#gallery div.gallery h3 {
	margin-right: 0;
	margin-left: 0;
}
#gallery div.gallery div.text {
	margin: 0 15px;
}
/*------------------------------------------------
	＞一覧
------------------------------------------------*/
#gallery div.gallery div.text p.item {
	line-height: 2;
}
#gallery div.gallery div.text p.item a {
	margin-right: 4px;
	white-space: nowrap;
}
#gallery div.gallery div.text p.item img {
	margin: 4px 0;
}
#gallery div.gallery div.text p.item em {
	margin: 0;
	padding: 0;
}
#gallery div.gallery div.text p.item em a {
	margin: 0;
	padding: 1px 5px;
	font-weight: normal;
	font-size: 10px;
}
#gallery div.gallery div.text p.item em a:link,
#gallery div.gallery div.text p.item em a:visited {
	background: #4C4C4C;
	color: #FFFFFF;
	text-decoration: none;
}
#gallery div.gallery div.text p.item em a:hover,
#gallery div.gallery div.text p.item em a:active {
	background: #F0F0F0;
	color: #4C4C4C;
	text-decoration: none;
}
/*------------------------------------------------
	＞作品ページ
------------------------------------------------*/
#gallery div.gallery div.text h3.subject {/* 作品見出し */
	margin-bottom: 30px;
	letter-spacing: 5px;
}
#gallery div.gallery p.info {
	clear: both;
	margin: 0 15px 0 15px;
	padding-top: 15px;
	color: #7F7F7F;
	text-align: right;
}
#gallery div.gallery p.info a:link,
#gallery div.gallery p.info a:visited {
	border-bottom: 1px solid #F0F0F0;
	color: #7F7F7F;
	text-decoration: none;
}
#gallery div.gallery p.info a:hover,
#gallery div.gallery p.info a:active {
	border-bottom: 1px solid #FAFAFA;
	color: #000000;
	text-decoration: none;
}
/*----------------------------------------------*/
#gallery div.gallery div.text p.articlefile {
	text-align: center;
}
/*------------------------------------------------
	＞＞ページ別表示機能
------------------------------------------------*/
#gallery div.gallery div.text ul.articlenavi {
	text-align: center;
}
#gallery div.gallery div.text ul.articlenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	background: none;
	color: #7F7F7F;
	text-transform: uppercase;
}
#gallery div.gallery div.text ul.articlenavi li a {
	font-weight: bold;
}
/*------------------------------------------------
	＞＞関連作品表示機能
------------------------------------------------*/
#gallery div.gallery div.text form.articlerelate {
	text-align: right;
}
#gallery div.gallery div.text form.articlerelate input.submit {
	border: 1px solid #7F7F7F;
	background: #4C4C4C;
	color: #FFFFFF;
	text-transform: capitalize;
}
/*------------------------------------------------
	＞＞価格
------------------------------------------------*/
#gallery div.gallery div.text p.articleprice {
	color: #CC0000;
	text-align: right;
}
/*------------------------------------------------
	＞＞在庫
------------------------------------------------*/
#gallery div.gallery div.text p.articlestock {
	color: #CC0000;
	text-align: right;
}
/*------------------------------------------------
	trackback,comment
------------------------------------------------*/
#trackback h2, #comment h2 {
	margin: 0 15px 0 60px;
	padding-top: 30px;
	color: #7F7F7F;
	font-size: 10px;
	text-transform: uppercase;
}
#trackback ul, #comment ul {
	margin: 0 15px 0 60px;
}
#trackback dl {
	margin: 5px 15px 0 60px;
	padding: 10px;
	background: #FAFAFA;
}
#trackback dl dt {
	color: #000000;
}
#comment div.comment {
	margin: 5px 15px 0 60px;
	padding: 10px;
	background: #FAFAFA;
}
#comment div.comment h3 {
	padding-bottom: 10px;
	color: #000000;
}
#comment div.comment div.text p.rate {
	margin-bottom: 10px;
	color: #FFB81E;
}
/*------------------------------------------------
	page,navi
------------------------------------------------*/
#page h2, #navi h2 {
	display: none;
}
#page ul, #navi ul {
	margin: 0 15px;
	padding-top: 30px;
}
#page ul li {
	display: inline;
	margin-right: 6px;
	color: #7F7F7F;
	text-transform: capitalize;
}
#navi ul li {
	display: inline;
	margin-left: 6px;
	color: #7F7F7F;
	text-transform: capitalize;
}
#navi form {
	margin: 0 15px 0 15px;
	text-align: left;
}
#navi form dl dt {
	display: none;
}
#navi form dl dd {
	float: left;
	clear: left;
}
#page ul li a, #navi ul li a {
	font-weight: bold;
}
/*------------------------------------------------
	contents
------------------------------------------------*/
#contents h3 {
	margin: 0 15px 15px 15px;
	padding-left: 12px;
	border-left: 3px solid #7F7F7F;
}
#contents h4 {
	margin: 0 15px 15px 15px;
	padding-left: 12px;
	border-left: 3px solid #B9B9B9;
}
#contents h5, #contents h6 {
	margin: 0 15px 15px 15px;
	padding-left: 12px;
	border-left: 3px solid #F0F0F0;
}
#contents blockquote, #contents p, #contents pre, #contents ul, #contents ol, #contents dl, #contents table {
	margin: 0 15px 15px 15px;
}
#contents table th {
	padding: 1px 5px;
	border: 1px solid #F0F0F0;
	background: #FAFAFA;
	text-transform: capitalize;
}
#contents table td {
	padding: 1px 5px;
	border: 1px solid #F0F0F0;
}
#contents table td img {
	margin: 4px 0;
}
#contents img {
	margin: 2px 0;
}
#contents input.trackbackUrl {
	background: #F5F5F5;
}
/*------------------------------------------------
	form
------------------------------------------------*/
#form p, #form ul, #form dl {
	margin: 0 15px 15px 15px;
}
#form form {
	margin: 0 15px 15px 15px;
	padding: 8px 10px;
	border: 1px solid #F0F0F0;
	background: url("./img/pattern.gif") #FAFAFA;
}
#form form p, #form form ul {
	margin: 0;
	padding: 2px 0;
}
#form dl {
	margin: 0;
}
#form form dl dt {
	float: left;
	clear: left;
	width: 8em;
	text-transform: capitalize;
}
#form form dl dd {
	padding: 2px 0;
}
/*------------------------------------------------
	work
------------------------------------------------*/
#work p, #work dl {
	margin: 0 15px 15px 15px;
}
#work dl {
	margin-bottom: 0;
}
#work dl dt {
	display: none;
}
#work dl dd {
	float: left;
	clear: left;
}
/*------------------------------------------------
	env
------------------------------------------------*/
#env h3 {
	margin: 0 15px 15px 15px;
	padding-left: 12px;
	border-left: 3px solid #7F7F7F;
}
#env p, #env ul, #env dl, #env table {
	margin: 0 15px 15px 15px;
}
#env dl dd {
	margin-bottom: 5px;
}
#env table th {
	padding: 1px 5px;
	border: 1px solid #F0F0F0;
	background: #FAFAFA;
}
#env table td {
	padding: 1px 5px;
	border: 1px solid #F0F0F0;
}
#env table td img {
	margin: 4px 0;
}
/*------------------------------------------------
	status
------------------------------------------------*/
#status h3 {
	margin: 0 15px 15px 15px;
	padding-left: 12px;
	border-left: 3px solid #7F7F7F;
}
#status p, #status ul, #status dl {
	margin: 0 15px 15px 15px;
}
#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
/*------------------------------------------------
	footer
------------------------------------------------*/
#footer ul {
	margin: 0 15px;
	padding-top: 30px;
}
#footer ul li {
	display: inline;
	margin-left: 6px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
#footer ul li a:link,
#footer ul li a:visited {
	color: #4C4C4C;
	text-decoration: none;
}
#footer ul li a:hover,
#footer ul li a:active {
	color: #4C4C4C;
	text-decoration: underline;
}
#footer address {
	margin: 0 15px;
	padding: 10px 0 15px 0;
	color: #CCCCCC;
	font-size: 10px;
}
#footer address a:link,
#footer address a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer address a:hover,
#footer address a:active {
	color: #000000;
	text-decoration: none;
}
/*================================================

	5.TEXT

================================================*/
div.text h4 {
	margin: 0 0 15px 0;
	padding-left: 12px;
	border-left: 3px solid #B9B9B9;
}
div.text h5 {
	margin: 0 0 15px 0;
	padding-left: 12px;
	border-left: 3px solid #F0F0F0;
}
div.text h6 {
	margin: 0 0 15px 0;
	padding-left: 12px;
	border-left: 3px solid #FAFAFA;
}
div.text blockquote {
	margin: 0 0 15px 0;
	padding-left: 12px;
	border-left: 3px solid #F0F0F0;
	background: #FAFAFA;
	color: #7F7F7F;
}
div.text p {
	margin: 0 0 15px 0;
}
div.text pre {
	width: 85%;
	margin: 0 0 15px 0;
	padding: 14px;
	border: 1px solid #F0F0F0;
	background: #FAFAFA;
}
	@media screen {
		div.text pre {
			overflow: scroll;
		}
	}
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 dl {
	margin: 0 0 15px 0;
}
div.text dl dt {
	font-weight: bold;
}
div.text dl dd {
	margin-left: 15px;
}
div.text table {
	margin: 0 0 15px 0;
}
div.text table th {
	padding: 5px;
	border: 1px solid #F0F0F0;
	background: #FAFAFA;
}
div.text table td {
	padding: 5px;
	border: 1px solid #F0F0F0;
}
div.text img {/* 画像余白 */
	margin: 5px;
}
/*------------------------------------------------
	リンク★
------------------------------------------------*/
div.text a:link {/* 未読 */
	text-decoration: underline;
}
div.text a:visited {/* 既読 */
	text-decoration: underline;
}
div.text a:hover {/* マウスオーバー */
	text-decoration: underline;
}
div.text a:active {/* アクティブ */
	text-decoration: underline;
}
/*================================================

	6.EXTRA ※/omake/ReadMe.html参照

================================================*/
/*------------------------------------------------
	(plugin) パンくずリスト
------------------------------------------------*/
p.pluginTopicpath {
	margin: 0 15px;
	padding-top: 30px;
	color: #7F7F7F;
}
p.pluginTopicpath a {
	padding: 1px 5px;
}
p.pluginTopicpath a:link,
p.pluginTopicpath a:visited {
	background: #F0F0F0;
	color: #7F7F7F;
	text-decoration: none;
}
p.pluginTopicpath a:hover,
p.pluginTopicpath a:active {
	background: #7F7F7F;
	color: #FFFFFF;
	text-decoration: none;
}
/*------------------------------------------------
	(plugin) ページ移動
------------------------------------------------*/
p.pluginPage {
	margin: 30px 15px 0 15px;
	padding: 10px 0 0 0;
	border-top: 1px solid #F0F0F0;
	color: #7F7F7F;
	text-align: center;
}
/*------------------------------------------------
	(plugin) タグ
------------------------------------------------*/
p.pluginTagging {
	text-align: right;
	line-height: 2;
}
p.pluginTagging a {
	padding: 1px 5px;
	white-space: nowrap;
}
p.pluginTagging a:link,
p.pluginTagging a:visited {
	background: #F0F0F0;
	color: #7F7F7F;
	text-decoration: none;
}
p.pluginTagging a:hover,
p.pluginTagging a:active {
	background: #7F7F7F;
	color: #FFFFFF;
	text-decoration: none;
}
/*------------------------------------------------
	(plugin) タグクラウド
------------------------------------------------*/
#navigation div.block ul.tag {
	display: block;
	zoom: 1;
}
#navigation div.block ul.tag li {
	display: inline;
	color: #B9B9B9;
}
#navigation div.block ul.tag li a {
	padding: 0;
	background: none;
}
