@charset "UTF-8";

pre, dl, ol, li, p, blockquote { line-height:140%; }

blockquote { margin-left:32px; }

body {
	color:black;
	background-color:white;
	margin-left:2%;
	margin-right:2%;
	/* font-size:90%; */
	font-family:verdana, arial, helvetica, Sans-Serif;}

td {
	color:black;
	margin-left:2%;
	margin-right:2%;
	/* font-size:90%; */
	font-family:verdana, arial, helvetica, Sans-Serif;
}

a:link {
	color:#778899;								/* 20061018変更：778899, 336699 */
	background-color:inherit;
	text-decoration:none;
}

a:active {
	color:#215dc6;
	background-color:#B0EED9;					/* 20051114変更： */
	text-decoration:none;
}

a:visited {
	color:#B8860B;								/* 20061018変更：B8860B, AA8899, 778888, B8860B */
	background-color:inherit;
	text-decoration:none;
}

a:hover {
	color:#B8860B;								/* 191970 */
	background-color:#BFEFDF;					/* DCDCDC */
	text-decoration:underline;
}

h1, h2 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;
	background-color:#DCDCDC;					/* 20061018変更：#gainsboro -> #DCDCDC */
	/* border:0px; */
	border-width: 1px;
	border-color: #A0A0A0;
	border-style: none solid solid none;
	padding:.3em;
	margin:0px 0px .5em 0px;
	}
h3 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	border-width: 1px 1px 1px 10px;
	border-color: #A0A0A0;
	border-style: none solid solid solid;

	color:inherit;
	background-color:#DFDFDF;
	padding:.3em;
	margin:0px 0px .5em 0px;
}
h4 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	border-left:   18px solid #A0A0A0;

	color:inherit;
	background-color:#FFFFFF;
	padding:.3em;
	margin:0px 0px .5em 0px;
}
h5, h6 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;
	background-color:#DCDCDC;					/* 20061018変更：#gainsboro -> #DCDCDC */
	border-width: 1px;
	border-color: #A0A0A0;
	border-style: none solid solid none;
 	padding:.3em;
 	margin:.5em 0px .5em 0px;
}

h1.title {
	font-size: 30px;
	font-weight:bold;
	background-color:transparent;
	padding: 12px 0px 0px 0px;
	border: 0px;
	margin: 12px 0px 0px 0px;
}

dt {
	font-weight:bold;
	margin-top:1em;
	margin-left:1em;
}

pre {
	border-top:#DDDDEE 1px solid;
	border-bottom:#888899 1px solid;
	border-left:#DDDDEE 1px solid;
	border-right:#888899 1px solid;
	padding:.5em;
	margin-left:1em;
	margin-right:2em;
	white-space:pre;
	color:black;
	background-color:#EEFFEE;					/* 20051114変更： */
	/* background-color:#F0F8FF; */
}

img {
	border:none;
	vertical-align:middle;
}

ul {
	margin-top:.5em;
	margin-bottom:.5em;
	line-height:130%;
}

em { font-style:italic; }

/* strong { font-weight:bold; } */
strong { font-weight:bold; font-size:80%; }
thead td.style_td,
tfoot td.style_td {
	color:inherit;
	/* background-color:#D0D8E0;	*/	/* 20051212変更：defalt：#D0D8E0 */
	/* background-color:#FFFFFF;	*/
	background-color:#D0D8E0;
}
thead th.style_th,
tfoot th.style_th {
	color:inherit;
	/* background-color:#D0D8E0; */		/* 20051212変更：defalt：#D0D8E0 */
	/* background-color:#FFFFFF; */		/* 20051212変更 */
	/* background-color:#E0E8F0; */
	/* background-color:#FFFFFF; */		/* 20051215変更 */
}
.style_table {
	/* border-collapse:separate;	*/	/* 20051212追加 */
	border-collapse:collapse;			/* 20051212追加	*/
	border-spacing:0px;					/* 20051212追加 */
	padding:0px;
	border:0px;
	margin:auto;						/* 20051212変更：defalt：auto */
	/* margin:0px;			*/			/* 20051212変更 */
	text-align:left;
	color:inherit;
	/* background-color:#ccd5dd; */		/* 20051212変更：defalt：#ccd5dd */
	/* background-color:#FFFFFF; */		/* 20051215変更 */
}
.style_th {
	padding:5px;
	/* margin:1px;			*/			/* 20051212変更：defalt：1px */
	margin:0px;							/* 20051212変更 */
	text-align:center;
	color:inherit;
	/* background-color:#EEEEEE;	*/	/* 20051212変更：defalt：#EEEEEE */
	/* background-color:#FFFFFF; */		/* 20051215変更 */
}
.style_td {
	padding:5px;
	/* margin:1px;	*/					/* 20051212変更：defalt：1px */
	margin:0px;							/* 20051212変更 */
	color:inherit;
	/* background-color:#EEF5FF;	*/	/* 20051212変更：defalt：#EEF5FF */
	/* background-color:#FFFFFF; */		/* 20051215変更 */
}

/* 20070829：追加（チャレンジマッチ） */
th.style_th_game_title {
	background-color: #D0D8E0;
	border-width: 1px;
	border-color: #778899;
	border-style: none solid solid none;
	font-size: 12px; color: #000000;
	padding: 3px 3px 3px 5px;
}
td.style_td_game_td {
	vertical-align:top;
}
td.style_td_game_line {
	background-image: url("/image/game/line_dot.gif");
	background-repeat: repeat-x;
	background-position: center;
	height: 1px;
}


ul.list1 { list-style-type:disc; }
ul.list2 { list-style-type:circle; }
ul.list3 { list-style-type:square; }
ol.list1 { list-style-type:decimal; }
/* ol.list2 { list-style-type:lower-roman; } */		/* 20051213：default */
ol.list2 { list-style-type:lower-alpha; }			/* 20051213変更 */
/* ol.list3 { list-style-type:lower-alpha; } */		/* 20051213：default */
ol.list3 { list-style-type:decimal; }				/* 20051213変更 */

div.ie5 { text-align:center; }

span.noexists {
	color:inherit;
	background-color:#FFFACC;
}

/* .small { font-size:80%; } */
.small { font-size:80%; }
.super_index {
	color:#DD3333;
	background-color:inherit;
	font-weight:bold;
	font-size:60%;
	vertical-align:super;
}

a.note_super {
	color:#DD3333;
	background-color:inherit;
	font-weight:bold;
	font-size:60%;
	vertical-align:super;
}

div.jumpmenu {
	font-size:60%;
	text-align:right;
}

hr.full_hr {
	border-style:ridge;
	border-color:#333333;
	border-width:1px 0px;
}
hr.note_hr {
	width:90%;
	border-style:ridge;
	border-color:#333333;
	border-width:1px 0px;
	text-align:center;
	margin:1em auto 0em auto;
}

span.size1 {
	font-size:xx-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size2 {
	font-size:x-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size3 {
	font-size:small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size4 {
	font-size:medium;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size5 {
	font-size:large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size6 {
	font-size:x-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size7 {
	font-size:xx-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}

/* html.php/catbody() */
strong.word0 {
	background-color:#FFFF66;
	color:black;
}
strong.word1 {
	background-color:#A0FFFF;
	color:black;
}
strong.word2 {
	background-color:#99FF99;
	color:black;
}
strong.word3 {
	background-color:#FF9999;
	color:black;
}
strong.word4 {
	background-color:#FF66FF;
	color:black;
}
strong.word5 {
	background-color:#880000;
	color:white;
}
strong.word6 {
	background-color:#00AA00;
	color:white;
}
strong.word7 {
	background-color:#886800;
	color:white;
}
strong.word8 {
	background-color:#004699;
	color:white;
}
strong.word9 {
	background-color:#990099;
	color:white;
}

/* html.php/edit_form() */
.edit_form { clear:both; }

/* pukiwiki.skin.php */
div#header {
	padding:0px;
	margin:0px;
}

div#navigator {
	clear:both;
	padding:4px 0px 0px 0px;
	margin:0px;
}

td.menubar {
	width:9em;
	vertical-align:top;
}

div#menubar {
	/* width:16em; */			/* 20051114変更：9→16 */
	/* width:17em; */			/* 20051228変更：16→17 */
	padding:0px;
	/* margin:4px; */
 	margin:0px 4px 4px 4px;
	word-break:break-all;
	width:17em;font-size:95%;
}

div#menubar ul {
	/* margin:0px 0px 0px .5em; */
	margin:0px 0px 0px 1em;
	padding:0px 0px 0px .5em;
}

/* div#menubar ul li { line-height:110%; } 20051213変更：default：110% */
div#menubar ul li {
	line-height:140%;							/* 20051213変更 */
	margin:0px 0px 0px 1em;
	padding:0px 0px 0px 0px;
	font-size:100%;
	text-indent:0px;
	color: dimgray;
}

div#menubar h4 { font-size:110%; }

div#body {
	padding:0px;
	margin:0px 0px 0px .5em;
}

div#note {
	clear:both;
	padding:0px;
	margin:0px;
}

div#attach {
	clear:both;
	padding:0px;
	margin:0px;
}

div#toolbar {
	clear:both;
	padding:0px;
	margin:0px;
	text-align:right;
}

div#lastmodified {
	font-size:80%;
	padding:0px;
	margin:0px;
}

div#related {
	font-size:80%;
	padding:0px;
	margin:16px 0px 0px 0px;
}

div#footer {
	font-size:70%;
	padding:0px;
	margin:16px 0px 0px 0px;
}

div#banner {
	float:right;
	margin-top:24px;
}

div#preview {
	color:inherit;
	background-color:#F5F8FF;
}

img#logo {
	float:left;
	margin-right:20px;
}

/* aname.inc.php */
.anchor {}
.anchor_super {
	font-size:xx-small;
	vertical-align:super;
}

/* br.inc.php */
br.spacer {}

/* calendar*.inc.php */
.style_calendar {
	width:96%;					/* 20070814追加：96% */
	padding:0px;
	border:0px;
	margin:3px;
	color:inherit;
	background-color:#CCD5DD;
	text-align:center;
}
.style_td_caltop {
	padding:5px;
	margin:1px;
	color:inherit;
	/* background-color:#EEF5FF; */					/* 20060912変更： */
	background-color:#DDF5DD;				/* 20060912変更： */
	font-size:80%;
	text-align:center;
}
.style_td_today {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFFFDD;
	text-align:center;
}
.style_td_sat {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5FF;
	text-align:center;
}
.style_td_sun {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFEEEE;
	text-align:center;
}
.style_td_blank {
	padding:5px;
	margin:1px;
	color:inherit;
	/* background-color:#EEF5FF; */					/* 20060912変更： */
	background-color:#EEF5EE;						/* 20060912変更： */
	text-align:center;
}
.style_td_day {
	padding:5px;
	margin:1px;
	color:inherit;
	/* background-color:#EEF5FF; */					/* 20060912変更： */
	background-color:#DDF5DD;						/* 20060912変更： */
	text-align:center;
}
.style_td_week {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5EE;
	font-size:80%;
	font-weight:bold;
	text-align:center;
}

/* calendar_viewer.inc.php */
div.calendar_viewer {
	color:inherit;
	background-color:inherit;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:10px;
}
span.calendar_viewer_left {
	color:inherit;
	background-color:inherit;
	float:left;
}
span.calendar_viewer_right {
	color:inherit;
	background-color:inherit;
	float:right;
}

/* clear.inc.php */
.clear {
	margin:0px;
	clear:both;
}

/* counter.inc.php */
div.counter { font-size:70%; }

/* datefield.inc.php */
/* datefield.css v 0.7 (for datefield.inc.php, datefield.js)*/
body.datefield
{
  background-image:none;
  background-color:#ffffff; 
}
table.datefield
{
  background-color: #dddddd; 
  border-color:     #dddddd; 
  font-size:14px;
  font-family:Arial;
/*
  If you use datefield-subwin version, below margin properties make effective.
  If you use datefield-layer version, below margin properties make comment out.
 */
/* 
  margin-left: auto;
  margin-right: auto;
*/
}
tr.datefield-month /* calendar title part */
{
   background-color: #ffb380; /* blue: #b3b3ff; orange: #ffe6b3 */
   border-color:     #ffb380; /* blue: #b3b3ff; orange: #ffe6b3 */
   white-space:nowrap; 
}
td.datefield-week /* calendar title (day title) */
{
   background-color: #ffe6b3;  /* blue:#b3ccff; oragne: #ffe6b3 */
}
th.datefield-month
{
   width: 14px;
   font-size:14px;
}
td.datefield-now /* today's cell */
{
   width: 14px;
   background-color: #ffffb3;
}
td.datefield-samemonth 
{
   width: 14px;
   background-color: #eeeeee;
}
td.datefield-diffmonth 
{
   width: 14px;
   background-color: #cccccc; 
}
td.datefield-footer
{
   font-size:13px;
   white-space:nowrap;
}


/* diff.inc.php */
span.diff_added {
	color:blue;
	background-color:inherit;
}

span.diff_removed {
	color:red;
	background-color:inherit;
}

/* hr.inc.php */
hr.short_line {
	text-align:center;
	width:80%;
	border-style:solid;
	border-color:#333333;
	border-width:1px 0px;
}

/* include.inc.php */
h5.side_label { text-align:center; }

/* navi.inc.php */
ul.navi {
	margin:0px;
	padding:0px;
	text-align:center;
}
li.navi_none {
	display:inline;
	float:none;
}
li.navi_left {
	display:inline;
	float:left;
	text-align:left;
}
li.navi_right {
	display:inline;
	float:right;
	text-align:right;
}

/* new.inc.php */
span.comment_date { font-size:x-small; }
span.new1 {
	color:red;
	background-color:transparent;
	font-size:x-small;
}
span.new5 {
	color:green;
	background-color:transparent;
	font-size:xx-small;
}

/* popular.inc.php */
/* span.counter { font-size:70%; } */
span.counter { font-size:70%; }
ul.popular_list {
}

/* recent.inc.php,showrss.inc.php */
ul.recent_list {
}

/* ref.inc.php */
div.img_margin {
	margin-left:10px;		/* 20071227変更：32 -> 12 */
	margin-right:10px;		/* 20071227変更：32 -> 12 */
}

/* vote.inc.php */
td.vote_label {
	color:inherit;
	background-color:#FFCCCC;
}
td.vote_td1 {
	color:inherit;
	background-color:#DDE5FF;
}
td.vote_td2 {
	color:inherit;
	background-color:#EEF5FF;
}

/* 独自追加 */
/* calendar_viewer.inc.php 追加：20060214 */
div.nvc_calendar_viewer_head {
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;
	/* background-color:#DDEEFF; */
	/* background-color:#66FFCC; */
	/* background-color:#CCFF99; */
	/* background-color:#66CC66; */
	/* background-color:#77CC77; */
	/* background-color:#99DD99; */
	/* background-color:#CCEECC; */
	/* background-color:#AAEEDD; */
	/* background-color:#A0F0D0; */
	/* background-color:#B0EED9;	// OK */
	/* background-color:#FFF0D0; */
	/* background-color:#B0EE99; */
	/* background-color:#F0E68C; */
	background-color:#EEEEEE;
	text-align:right;
	font-size: 10px;
	font-weight:bold;
 	padding:.3em;
	border: 0px;
 	margin:0px 0px .5em 0px;
}


/* refmov.inc.php 追加：20051114 */
/* refmov.inc.php */
div.movie_margin {
	margin-left:32px;
	margin-right:32px;
}

/* pcomment.inc.php							20051114変更：入力エリアの背景に色を付ける */
textarea.pcomment_textarea,input.pcomment_input {				/* 20051114変更： */
	font-size:90%;				/* 入力した文字のフォントサイズ */	/* 20051114変更： */
	color :#000000;				/* 入力した文字の色 */				/* 20051114変更： */
	background-color:ivory;		/* テキストフィールドの背景色 */	/* 20051114変更： */
	border-width:2px 0px 0px 2px;	/* 枠線の太さ 上右下左 */		/* 20051114変更： */
	border-color:#CCCCCC;		/* 枠色 */						/* 20051114変更： */
	border-style:inset;				/* 枠線の種類 上右下左 */		/* 20051114変更： */
	/* [無し:none][実線:solid][点線:dotted][粗い点線:dashed] */	/* 20051114変更： */
	/* [二重線:double][谷線 :groove][山線:ridge][内線:inset][外線:outset] */		/* 20051114変更： */
}

textarea.pcomment_textarea:focus,input.pcomment_input:focus {				/* 20051114変更： */
	background:honeydew;			/* フォーカス中の背景色変更(IE未実装) */		/* 20051114変更： */
}																			/* 20051114変更： */


div.nvc_title_before {
	float:center;
	text-align:center;
	font-size:xx-small;
}
div.nvc_title {
	float:center;
	text-align:center;
	font-size:x-large;
}
div.nvc_footer {
	float:center;
	text-align:center;
	font-size:x-large;
}
div.nvc_menu_top {
	float:right;
	text-align:right;
	line-height:100%;
}
div.nvc_menu_left {
	background:#0000CE;
}
div.nvc_menu_left_google {
	float:center;
	text-align:center;
}

div.nvc_menubar {
	/* width:16em; */		 			/* 20051114変更：9→16 */
	padding:0px;
	margin:4px;
	float:right;
	text-align:right;
	line-height:100%;
	word-break:break-all;
	font-size:90%;
	overflow:hidden;
	color:#FFFFFF;
	/* background:#0000CE; */			/* 20051214変更　*/
	/* background:#3377FF; */			/* 20051214変更　*/
	/* background:#0033FF; */			/* 20051214変更：safari,firefox　*/
	/* background:#0022FF; */			/* 20051214変更：msie　*/
	background:#0033FF;

}



div.nvc_menubar a:link {
	/* color:#FFFFFF; */								/* 20051214追加　*/
	color:#99CCFF;										/* 20051215追加　*/
}

div.nvc_menubar a:active {
	/* color:#215dc6; */								/* 20051214追加 */
	color:#215dc6;										/* 20051215変更 */
	background-color:#B0EED9;							/* 20051214追加 */
	text-decoration:none;
}

div.nvc_menubar a:visited {
	/* color:#00FF66; */								/* 20051214追加　*/
	color:#99CCFF;										/* 20051215変更　*/
}

div.nvc_menubar a:hover {
	color:#CC3300;										/* 20051214追加 */
	background-color:#FFCC33;							/* 20051215変更 */
}

div.amazonis1 {
	padding:.5em 1.5em .5em 1.5em;
	margin:4px;
	float:right;
	text-align:right;
	line-height:100%;
	word-break:break-all;
	font-size:90%;
	overflow:hidden;
	color:#FFFFFF;
	background:#EBE8C0;
}