/*@charset "<?php echo $charset ?>";*/
@charset "EUC-JP";

pre, dl, ol, blockquote { line-height:145%; }
p {
	line-height: 160%;
	margin-bottom: 1.0em;
}

blockquote { margin-left:2.0em; }
blockquote p{
	font-family: メイリオ, sans-serif, "ＭＳ Ｐゴシック";
	color: #dd8;
	border: 1px solid #442;
	background-color: #221;
	padding: 0.3em;
	margin-top: 0.5em;
	margin-bottom: 0;
}
blockquote blockquote p{
	color: #aa6;
	border: 0;
	background-color: #000;
	margin-top: 0;
}

textarea{
	background-color: #222;
	color: #bbb;
	line-height: 120%;
	width: 100%;
	font-size: 90%;
}

*{
	margin:  0;
	padding: 0;
	font-weight: normal;
	font-style : normal;
}

html{
	width : 100%;
	height: 100%;
	overflow: hidden;
}

body,td {
	width : 100%;
	height: 100%;
	font-size: 100%;
	line-height: 170%;
	font-family: メイリオ, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック";
	color: #c0c0c0;
	background-color: #000000;
	
	scrollbar-base-color      : #505050;
    scrollbar-face-color      : #505050;
    scrollbar-track-color     : #000;
    scrollbar-shadow-color    : #111;
    scrollbar-darkshadow-color: #111;
    scrollbar-highlight-color : #999;
    scrollbar-3dlight-color   : #999;
    scrollbar-arrow-color     : #ccc;;
}

#contents{
	height: 100%;
	width: 100%;
	overflow: auto;
	z-index: 1;
	position: relative;
}
#contents-inner{
	width: 90%;
	max-width: 840px;
	padding: 3.0em 15px 7.0em 15px;
	position: relative;
}

#contents-inner-index{
	width: 95%;
	padding: 3.0em 15px 2.0em 15px;
	text-align: left;
}

#myheader{
	width: 100%;
	height: 2.6em;
	overflow: hidden;
	position: absolute;
	top  : 0;
	right: 17px; /*** スクロールバーを考慮 ***/
	z-index: 2;
	color: #ccc;
	background-color: #505050;
	border-bottom: 1px solid #999;
	border-right : 1px solid #999;
}
#myheader_inner{ margin: 5px 12px 0px 28px; }

#myfooter{
	width: 100%;
	height: 2.0em;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right : 17px; /*** スクロールバーを考慮 ***/
	z-index: 2;
	font-size: 80%;
	color: #ccc;
	background-color: #505050;
	border-top  : 1px solid #999;
	border-right: 1px solid #999;
}
#myfooter_inner{ margin: 0px 12px 0px 28px; }

div.left60{
	float: left;
	text-align: left;
	width: 60%;
}

div.right40{
	float: right;
	text-align: right;
	width: 40%;
}

div.right40v{
	font-size: 80%;
	float: right;
	text-align: right;
	width: 40%;
	line-height: 140%;
	/*margin-top: 0.4em;*/
}

div.left50{
	float: left;
	text-align: left;
	width: 50%;
}

div.right50{
	float: right;
	text-align: left;
	width: 49%;
}

div.headNavi{
	font-size: 80%;
	line-height: 140%;
	font-family: "ＭＳ ゴシック", monospace;
}

a:link   { color: #ffcc33; }
a:visited{ color: #eebc2a; }
a:hover  { color: #00ccff; }
a:link.defColor,
a:visited.defColor{ color: #ccc;  border: 0px; }
a:hover.defColor{ color: #0cf; }
a:visited.page_url{ color: #999; }
a:hover.page_url{ color: #0cf; }

a:active { color: #ffffff; }
a.siteName{
	display: block;
	width:  70px;
	height: 35px;
	background-image: url("http://www.tatsuya-koyama.com/img/system/title_logo_mini.png");
	float : left;
	margin: 0 0.5em 0.5em 0;
	border: 0;
}

h1, h2 {
	font-weight: bold;
	color: #000;
	background-color:#ccd;
	padding:.3em;
	border-left  : 2px solid #667;
	border-bottom: 2px solid #667;
	border-top   : 1px solid #667;
	border-right : 1px solid #667;
	margin:0px 0px .5em 0px;
}
h1 strong, h2 strong{ color: #500; }

h3 {
	font-weight: bold;
	border-left  : 8px solid #b55;
	border-bottom: 1px solid #b55;
	border-top   : 0px solid #b55;
	border-right : 0px solid #b55;
	color: #faa;
	background-color: #401a1a;
	padding: 0.3em 0 0.1em 0.8em;
	margin:0px 0px 1.0em 0px;
}
h4 {
	font-weight: bold;
	border-bottom: 1px solid #a44;
	color: #faa;
	padding: 0 0 0 0.4em;
	margin:0px 0px 1.0em 0px;
}
h5, h6 {
	font-weight: bold;
	border-bottom: 1px solid #a44;
	color: #faa;
 	margin:0px 0px .5em 0px;
}

h1.title {
	font-size: 200%;
	font-weight:bold;
	background-color:transparent;
	padding: 12px 0px 0px 0px;
	border: 0px;
	margin: 12px 0px 0px 0px;
}
h1.title a:link, h1.title a:visited{ color: #ccc; font-weight:bold; }
h1.title a:hover{ color: #0cf; font-weight:bold; }
h1 a:visited , h2 a:visited { color: #000; font-weight: bold; }
h1 a:hover   , h2 a:hover   { color: #940; font-weight: bold; }
h3 a:link   , h4 a:link   , h5 a:link   { color: #faa; font-weight: bold; }
h3 a:visited, h4 a:visited, h5 a:visited{ color: #faa; font-weight: bold; }
h3 a:hover  , h4 a:hover  , h5 a:hover  { color: #6cf; font-weight: bold; }

dt {
	line-height: 150%;
	color: #6c6;
	font-weight:bold;
	margin-top:1em;
	margin-left:1em;
}

pre {
	font-size: 90%;
	width: 90%;
	overflow: auto;
	border: 1px solid #448;
	padding:.5em;
	margin: 1em 2em 1em 1em;
	color: #bbd;
	background-color:#001133;
	
	white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

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

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

em { color: #9be;  margin: 0 0.2em 0 0.2em; }
em.small{ color: #ccc;  font-size: 70%; }
em.highlight{ color: #fff;  background-color: #600; }
em.frame{
	color: #bcb;
	background-color: #273027;
	border: 1px solid #565;
	margin: 0;
	padding: 0.2em;
}
blockquote p em.small{ color: #994;  font-size: 70%; }
td em.small{ color: #78c;  font-size: 70%; }

strong { color: #ee4;  margin: 0 0.2em 0 0.2em; }
blockquote p strong{ color: #f88;  margin: 0 0.2em 0 0.2em; }

del{ color: #888; }

thead td.style_td,
tfoot td.style_td {
	color: #ccf;
	background-color: #124;
	border-width: 1px;
	border-style: solid;
	border-color: #89e #000 #000 #67c;
}
thead th.style_th,
tfoot th.style_th {
	color: #aae;
	background-color: #236;
	border-width: 1px;
	border-style: solid;
	border-color: #9af #000 #000 #78d;
	font-weight: bold;
}

.style_table {
	padding:0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #237;
	margin: 1.0em 0 1.0em 0;
	text-align:left;
	color:inherit;
	background-color: #56b;
}
.style_th {
	font-family: メイリオ, sans-serif, "ＭＳ Ｐゴシック";
	padding:5px;
	margin:0px;
	text-align:center;
	font-weight: bold;
	color: #aae;
	background-color: #236;
	border-width: 1px;
	border-style: solid;
	border-color: #9af #000 #000 #78d;
}
.style_td {
	font-family: メイリオ, sans-serif, "ＭＳ Ｐゴシック";
	width: auto;
	padding:5px;
	margin:0px;
	color: #ccf;
	background-color: #124;
	border-width: 1px;
	border-style: solid;
	border-color: #89e #000 #000 #67c;
}

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; }
ol.list3 { list-style-type:lower-alpha; }

div.ie5 { text-align:center; }

span.noexists {
	color: #a77;
}

.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:#777;
	border-width:1px 0px;
}
hr.note_hr {
	width:90%;
	border-style:ridge;
	border-color:#777;
	border-width:1px 0px;
	text-align:center;
	margin:1em auto 0em auto;
}

span.size1 {
	font-size:xx-small;
	line-height:160%;
	text-indent:0px;
	display:inline;
}
span.size2 {
	font-size:x-small;
	line-height:160%;
	text-indent:0px;
	display:inline;
}
span.size3 {
	font-size:small;
	line-height:160%;
	text-indent:0px;
	display:inline;
}
span.size4 {
	font-size:medium;
	line-height:160%;
	text-indent:0px;
	display:inline;
}
span.size5 {
	font-size:large;
	line-height:160%;
	text-indent:0px;
	display:inline;
}
span.size6 {
	font-size:x-large;
	line-height:160%;
	text-indent:0px;
	display:inline;
}
span.size7 {
	font-size:xx-large;
	line-height:160%;
	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;
}
div#navigator a{ color: #ccc; }
div#navigator a:hover{ color: #0cf; }


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

div#menubar {
	width: 10em;
	padding:8px;
	margin:0px;
	word-break:break-all;
	font-size:90%;
	overflow:hidden;
	line-height: 130%;
	background-color: #333;
	border: 1px solid #666;
	float: left;
	clear: left; /* IEカラム落ち防止用 */
	display: block;
}
div#menubar a      { color: #9cd; }
div#menubar a:hover{ color: #ff3; }


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

div#menubar ul li { line-height:130%; }

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

div#body {
	padding:0px;
	margin:0px 0px 0px .5em;
	width: 100%;
	margin-left: -11em;
	float: right;
	clear: right; /* IEカラム落ち防止用 */
	display: block;
}
div#mybody{ margin-left: 11em; }
.my_clear{ clear: both; }

div#note {
	clear:both;
	padding:0px;
	margin:0px;
	line-height: 120%;
}

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:#000;
}

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 {
	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;
	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;
	text-align:center;
}
.style_td_day {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	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%; }

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

span.diff_removed {
	color: #f99;
	background-color:inherit;
}

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

/* 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%; }
ul.popular_list {
/*
	padding:0px;
	border:0px;
	margin:0px 0px 0px 1em;
	word-wrap:break-word;
	word-break:break-all;
*/
}

/* recent.inc.php,showrss.inc.php */
ul.recent_list {
/*
	padding:0px;
	border:0px;
	margin:0px 0px 0px 1em;
	word-wrap:break-word;
	word-break:break-all;
*/
}

/* ref.inc.php */
div.img_margin {
	margin: 1.0em 0 1.0em 1.5em;
}

img.ref{
	padding: 5px;
	background-color: #fff;
}

/* vote.inc.php */
td.vote_label {
	width: auto;
	color: #000;
	background-color:#FFCCCC;
}
td.vote_label strong{ #color: #500; }
td.vote_td1 {
	width: auto;
	color: #000;
	background-color:#DDE5FF;
}
td.vote_td2 {
	width: auto;
	color: #000;
	background-color:#EEF5FF;
}
