@charset "UTF-8";
/* ==========================================================
   Tsukimizake stylesheet
   Tsukimizake type(α Ver.)
   This format is "Cascading Style Sheets 2.1 +"
   ========================================================== */
/*
 * notes *
	,=複数要素一括記述
	 =子孫関係
	>=親子関係
	+=隣接関係
	.=class
	:=定義済class
	#=id
	[]=属性（属性値の記述も可）
	[...~="..."]=属性値の中がスペース区切りの列挙
	[...|="..."]=属性値の中がハイフン区切りの列挙
	半角スペースで一つのclassに複数の属性値を設定
	:first-child=設定したセレクタで最初に出てくる要素
	:first-line=1行目
	:first-letter=1文字目
*/ 
/* ========================================================== */
@media screen,tv,projection,print,handheld,tty { 
* {
	margin:0;
	padding:0;
	border:none;
	font-stretch:normal;	/* 字幅 */
	text-decoration:none;	/* underline or overline or line-through or blink */
	text-align:left;
	font-variant:normal;	/* 英文見出し大文字小型化 */
	font-size-adjust:none;	/* 異言語フォントサイズ調整 */
	text-transform:none;	/* 英文大文字小文字の変換 */
	direction:ltr;		/* 書字方向 */
	unicode-bidi:normal;	/* 書字方向処理方法 */
	letter-spacing:normal;	/* 文字間隔 */
	word-spacing:normal;	/* 単語間隔 */
} }
/* ========================================================== */
@media screen,tv,projection,print,handheld { 
html {
	overflow:auto;
	background-color:#002;
	background-image:url(/images/wallpaper-tsukimi0.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom right;
}
body {
	color:#fff;
	background-color:transparent;
	background-image:url(/images/wallpaper-logo.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top left;
	border:transparent 1px solid;
	_border-color:#002;
	font-size:100%;
	font-family:"MeiryoKe_PGothic","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ",Meiryo,sans-serif; /**/
	font-style:normal;	/* italic or oblique */
	font-weight:400;	/* 太さ bolder lighter */
	line-height:1.5em;	/* 行高 */
	white-space:normal;	/* or pre or nowrap */
	position:static;	/* 配置体系 */
	z-index:0;		/* bodyが地平面 */
	margin:0;		/* 上右下左 */
	padding-left:30px;		/* 上右下左 */
	min-width:;
	max-width:;
}
/* ---- ナビゲーションリスト ----------------------------------------- */
/* Special Thunks http://diary.noasobi.net/2006/10/diary_061002a.html  */
div.nl,div.nl * {
	display:none;
	_display:none !important;
}
div.nl {
	position:fixed;
	display:block;
	bottom:0;
	left:0;
	width:10px;
	height:10px;
	background:#357;
	border:1px solid #ff9;
	overflow:auto;
	z-index:1000;
}
div.nl:hover {
	background:#103050;
	padding:0.5em 0;
	margin:3em 0 0 0;
	border:2px solid #ff9;
	background-image:none;
	width:30%;
	max-width:315px;
	height:75%;
	-moz-border-radius:8px;
}
div.nl:hover a[href] {
	display:list-item !important;
	list-style:circle;
	width:auto;
	font-family:"MeiryoKe_PGothic","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ",Meiryo,sans-serif;
	color:#aef;
	text-decoration:underline;
	line-height:1.5em;
	margin:0 1em 0.5em 2em;
}
div.nl:hover a[href]:hover {
	list-style:disc;
	background-color:#357;
}
html>/**/body div.nl:hover a[href] {
	list-style /*\**/:circle outside\9;
	list-style-image:url(/images/system-disc-yellow.gif)\9;
}	/* IE8 向けリストマーカーデザインがおかしい対策 */
html>/**/body div.nl:hover  a[href]:hover {
	list-style /*\**/:circle outside\9;
	list-style-image:url(/images/system-disc-yellow.gif)\9;
}	/* IE8 向けリストマーカーデザインがおかしい対策 */
div.nl:hover a[href]:visited {
	color:#bfd;
}
div.nl a:after {
	content:attr(title);
/*	content:attr(title) " (" attr(rel) attr(rev) ")";*/
}
#SITEMAP div.nl:hover {
	height:6em;
}
/* ---- リスト ------------------------------------------ */
ul {
	margin-left:5em;
	list-style:disc url("/images/system-li.gif") outside;
	_list-style:disc none inside;
	width:85%;
	_width:99%;
}
ul ul {
	_list-style:circle inside;
}
ul ul ul {
	_list-style:square inside;
}
/* ---- 順序付リスト --------------------------------------- */
ol {
	margin-left:5em;
	list-style:lower-roman outside;
	width:85%;
	_margin-left:3em;
	_padding-left:2em; /* リストマーカーがはみ出るバグ対策 */
}
/* ---- リストアイテム ------------------------------------- */
li {
	width:auto;
	margin:0.3em auto 0.3em 0;
	text-align:justify;
}
html>/**/body li {
	border:1px transparent solid;
}	/* IE8 標準モードでリストアイテムがウゴウゴする対策 */
ul li:hover {
	list-style:disc url("/images/system-lia.gif") outside;
}
ol li:hover {
	list-style:upper-roman outside;
}
/* ---- 定義リスト --------------------------------------- */
dl {
	margin-left:2em;
}
dt {
	color:#ff9;
}
/* ---- 引用 -------------------------------------------- */
blockquote {
	margin:1em 0;
}
blockquote ul {
	list-style:none inside;
}
blockquote ul ul {
	margin:0;
}
blockquote ul li {
	list-style-type:none;
}
blockquote ul li:before {
	content:"> ";
}
q {
	quotes:"『" "』";
	font-weight:400;
	font-style:normal;
}
q:before {
	content:open-quote;
}
q:after {
	content:close-quote;
}
/* 出典 */
cite {
	font-style:oblique;
}
/* ---- イメージ ---------------------------------------- */
img {
	border:none;
}
a.img:hover {
	background-color:transparent;
}
a.thumbnail {
	/* サムネイル表示 */
}
/* ---- 強調 -------------------------------------------- */
em {
	font-weight:400;
	font-style:oblique;
}
strong {
	font-weight:700;
}
strong.spacer {
	font-weight:400;
	letter-spacing:1.5em;
	line-height:2.5em;
}
strong.spacer2 {
	font-weight:400;
	line-height:2.5em;
}
em.brackets,em.quotation,strong.brackets,strong.quotation {
	font-weight:400;
	font-style:normal;
}
.brackets:before {
	content:"「";
}
.brackets:after {
	content:"」";
}
.quotation:before,.quotation:after {
	content:'"';
}
/* ---- その他の要素 ------------------------------------ */
address {
	font-style:normal;
	font-weight:400;
	text-decoration:none;
	text-align:left;
}
dfn {
	font-weight:400;
	font-style:normal;
	text-decoration:none;	/* 定義用語 */
}
code {
	font-family:"MeiryoKe_Console",monospace;	/* コード */
	line-height:2em;
}
samp {
	font-family:"MeiryoKe_Console",monospace;	/* プログラム出力サンプル */
}
kbd {
	font-family:"MeiryoKe_Console",monospace;
	font-style:oblique;	/* ユーザーキー入力サンプル */
}
var {
	font-style:oblique;	/* 変数 */
}
abbr {
	letter-spacing:normal;
	border-bottom:dotted 1px;
	padding:0;		/* 略語 */
}
span.popup {
	border-bottom:dotted 1px;
	padding:0;		/* ポップアップ付き単語 */
}
/* ---- アンカー ---------------------------------------- */
a {
	
}
a:link,a:visited,a:hover,a:active {
	text-decoration:underline;
	font-weight:400;
}
a:link {
	color:#aef;
}
a:visited {
	color:#bfd;
}
a:visited:hover{
	color:#002;
	background:#beb;
}
a:hover {
	color:#002;
	background:#aef;
}
a:active,a:visited:active {
	color:#002;
	background:#fd8;
}
#COUNTER a:hover {
	background:transparent;
}
a.sounds:before {
	content:"♪ ";
}
#TOPIC-PATH li {
	font-size:90%;
}
#TOPIC-PATH a,#TOOLS a {
	text-decoration:none;
	background-color:transparent;
	color:#ffa;
	border:medium solid transparent;
	_border-color:#aae #05b #05b #aae;
	padding:0 0.2em;
}
#TOPIC-PATH a:hover,#TOOLS a:hover {
	border:medium solid;
	color:#ffa;
	border-color:#ccf #006 #006 #ccf;
}
#TOPIC-PATH a:active,#TOOLS a:active {
	border:medium solid;
	color:#beb;
	background-color:#997;
	border-color:#006 #ccf #ccf #006;
}
/* ---- フォーム系 ------------------------------------- */
input[type="text"],textarea {
	padding:0.15em;
	padding-left:0.25em;
	border:inset 2px;
	font-size:95%;
}
input {
	_padding-left:0.25em;
}
input.submit {
	border:outset 2px;
}
input.submit:active {
	border:inset 2px;
}
*+html>/**/body input.submit {
	padding:0.25em 0.35em;
}
*+html>/**/body input.submit:active {
	border:inset 2px;
}
/*
input[accesskey]:after {
  text-transform: uppercase;
  content: "(" attr(accesskey) ")";
}
*/
/* ---- パラグラフ -------------------------------------- */
p {
	margin-left:1.5em;
	width:90%;
	text-indent:1em;
	text-align:justify;
	_text-align:left;
}
p + p {
	margin-top:0.5em;
}
ul + p,ol + p,dl + p {
	text-indent:0;
}
p.next {
	text-indent:1em !important;
}
div.image {
	margin-left:2.2em;
}
/* ---- ヘッダとブロック -------------------------------- */
h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:700;
	clear:both;
	font-family:"平成明朝","ヒラギノ明朝 ProN W3","Hiragino 明朝 ProN","IPA モナー P明朝",serif;_font-family:"平成明朝","IPA モナー P明朝","ＭＳ Ｐ明朝";
	margin:0;
	padding:0;
}
#SITE-TITLE {
	display:none;
}
#HEADER {
	position:fixed;
	_position:absolute;
	top:1.5em;
	left:25px;
	right:0;
	z-index:2;
	margin:0;
	padding-left:1em;
	background-color:#ccd;
	_width:100%;
}
#SITEMAP #HEADER {
	top:0;
}
/*
#SITE-TITLE {
	text-align:right;
	padding-right:1.5em;
	font-size:75%;
	color:#ff9;
	font-family:"平成明朝","ヒラギノ明朝 ProN W3","Hiragino 明朝 ProN","IPA モナー P明朝",serif;_font-family:"平成明朝","IPA モナー P明朝","ＭＳ Ｐ明朝";
}
*/
#FIRST-BLOCK {
	margin-top:3em;
	padding:0.5em 1em 0 5px;
}
#SITEMAP #FIRST-BLOCK {
	margin-top:1.5em;
}
#TOPIC-PATH {
	position:fixed;
	_position:absolute;
	top:0;
	right:0;
	left:25px;
	background:#68c none no-repeat scroll center;
	padding:0.1em auto 0.2em auto;
	_width:100%;
}
#TOPIC-PATH * {
	width:auto;	/* IEがインライン要素widthを適応してしまう対策 */
}
#TOPIC-PATH ol.navigation,#TOPIC-PATH ul.navigation,#TOOLS ul.navigation {
	max-width:none;
	_padding-left:0; /* リストマーカーがはみ出るバグ対策キャンセル */
}
*:first-child+html #TOPIC-PATH ol.navigation,*:first-child+html #TOPIC-PATH ul.navigation,*:first-child+html #TOOLS ul.navigation {
	padding-left:0; /* リストマーカーがはみ出るバグ対策キャンセル */
}
#TOPIC-PATH ol.navigation,#TOPIC-PATH ul.navigation {
	margin:0 0.5em;
	max-width:none;
	display:inline;
}
#TOPIC-PATH ul.navigation {
	border-left:#fff thin dotted;
	padding-left:1em;
}
#TOPIC-PATH ol.navigation li,#TOPIC-PATH ul.navigation li {
	display:inline;
	margin-left:0.5em;
	_padding-left:1em;
	_background:no-repeat scroll left center url(/images/system-greaterthan.gif);
}
*:first-child+html #TOPIC-PATH ol.navigation li,*:first-child+html #TOPIC-PATH ul.navigation li {
	padding-left:1em;
	background:no-repeat scroll left center url(/images/system-greaterthan.gif);
}
*:first-child+html #TOPIC-PATH ol.navigation li.back {
	background:no-repeat scroll left center url(/images/system-lessthan.gif);
}
#TOPIC-PATH ol.navigation li:before {
	content:"> ";
}
#TOPIC-PATH ol.navigation li.first:before {
	content:"";
}
#TOPIC-PATH ul.navigation li:before {
	content:"+ ";
}
#TOOLS ul.navigation {
	text-align:right;
	margin:0;
	width:auto;
}
#TOOLS ul.navigation li {
	display:inline;
	_padding-left:1em;
	_background:no-repeat scroll left center url(/images/system-slash.gif);
}
#TOOLS ul.navigation li:before {
	content:"/ ";
}
#TOOLS ul.navigation li.first:before {
	content:"";
}
#TOPIC-PATH ol.navigation li.first,#TOOLS ul.navigation li.first {
	_background-image:none;
	_padding-left:0;
}
#TOOLS form {
	text-align:right;
}
#TOOLS input {
	margin-left:1em;
	_width:6.6em;
}
#TOOLS input[type="text"],textarea {
	width:7.6em;
}
#TOOLS input.submit {
	_width:4em;
}
#TOOLS {
	position:fixed;
	_position:absolute;
	top:0;
	right:0;
	z-index:10;
	background:#68c none no-repeat scroll center;
	width:auto;
	_width:15em;
	border-left:ridge medium;
	border-bottom:ridge medium;
	padding:0.5em 0.5em 0.2em 0.2em;
	text-align:right;
	font-size:85%;
	border:;
}
h2 {
	/* float:left; */
	color:#005;
	font-weight:700;
}
h3 {
	background-color:transparent;
	background-image:url(/images/system-square1.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:2.3em center;
	border-bottom:thin solid #ffb;
	margin:0 auto 1em -1.5em;
	padding:0 0 0.2em 3.5em;
	font-size:110%;
	width:95%;
	-moz-border-radius:18px;
}
h3:hover {
	background-image:url(/images/system-square1a.gif);
}
.second-block {
	border-left:thin solid #ffb;
	margin:0 auto 2em 1.7em;
	padding:0.5em 0 0.5em 0;
	width:95%;
	_width:auto;
}
h4 {
	border-left:0.7em solid #fc9;
	border-bottom:medium solid #fc9;
	_border-bottom-width:2px;
	width:80%;
	max-width:650px;
	margin:0.3em auto 0.5em 0.7em;
	padding-left:0.5em;
}
.third-block {
	margin:1.5em auto 1.5em 1.5em;
	border:thin dotted #cca;
	border-left:7px solid #aa8;
	padding:0.5em 0.7em;
	width:90%;
	max-width:700px;
}
h3 a,h4 a,h5 a {
	color:inherit !important;
	font-weight:inherit !important;
}
h3 a:hover,h4 a:hover,h5 a:hover {
	color:#002 !important;
	background:#fff !important;
}
/* ---- 汎用クラス -------------------------------------- */
.notes {
	font-size:70%;
}
.float-clear {
	clear:both;	/* フロート配置クリア */
}
.isolated {
	margin-bottom:1em;	/* 孤立ブロックのマージン補正 */
}
.incomplete {
/*	text-decoration:line-through;*/
	color:#9ab;		/* 未完成 */
}
.dead-link {
	font-weight:400;
	font-style:normal;
	color:#fff;		/* リンク切れ */
}
.smoke {
	color:#570;
	font-style:normal;
	text-decoration:none;	/* 半隠し1 */
}
.invisible {
	color:#030;
	font-style:normal;
	text-decoration:none;	/* 不可視（ネタバレ防止用） */
}
.whisper {
	color:#ff6;
	font-size:60%;
	font-weight:100;
	font-style:normal;
	text-decoration:none;	/* つぶやき・小声 */
}
.stealth {
	color:#030;
	font-size:1px;
	font-weight:100;
	font-style:normal;
	text-decoration:none;	/* 隠し */
}
.redundant {
	display:none;			/* 可視である必要性の薄い要素 */
}
.saving {
	font-size:90%;		/* テキストはみ出し対策 */
}
.refix-date {
		/* 更新日 */
}
#REFIX-DATE {
	font-size:75%;
	text-align:right;
	color:#dcdfe4;
}
#REFIX-DATE:before {
	content:"最終更新日：";
}
/* ---- 言語関係 ---------------------------------------- */
.en {
	font-family:"平成明朝","ヒラギノ明朝 ProN W3","Hiragino 明朝 ProN","IPA モナー P明朝",serif;_font-family:"平成明朝","IPA モナー P明朝","ＭＳ Ｐ明朝";
	font-variant:normal;
	font-size-adjust:none;
	text-transform:none;
	word-spacing:normal;	/* 英文用 */
}
/* ========================================================== */
} /* close of main part */
/* ================= スクロールバー色変更 =================== */
@media screen,tv,projection,handheld {
html {
	scrollbar-track-color:#b1bfc9;
	scrollbar-face-color:#5b7082;
	scrollbar-shadow-color:#4f657d;
	scrollbar-darkshadow-color:#000;
	scrollbar-highlight-color:#c1ccd9;
	scrollbar-3dlight-color:#5b7082;
	scrollbar-arrow-color:#e3f8ff;
} }
/* ======================= カーソル設定 ===================== */
@media screen,tv,projection {
html {
	cursor:default;
}
a {
	cursor:default;
}
a:link,a:visited,a:hover,a:active,input.submit {
	cursor:pointer;
}
abbr,span.popup {
	cursor:help;
}
.dead-link,.incomplete {
	cursor:not-allowed;
} }
/* ============== 携帯機器時の最大表示幅最大化 ============== */
@media handheld {
body {
	max-width:100%;
} }
/* ========================================================== */

