@charset "Shift_JIS";

/* ExternalLink (skin/orangebox/external_link.js)
----------------------------------------------------------------------------- */
.external_link{
	margin:0px 8px 0px 3px;
}

/* EditForm
----------------------------------------------------------------------------- */
.edit_form{
	clear:both;
}
div.edit_form textarea{
	font-size:13pt;
	width:95%;
	min-width:99%;
}

/* EditPreview
----------------------------------------------------------------------------- */
div#preview{
	background-color:#ffffcc;
	margin-bottom:20px;
	border-right:solid 2px #ccc;
	border-bottom:solid 2px #ccc;
}

/* Paragraph Link
----------------------------------------------------------------------------- */
.anchor_super{
	font-size:0.4em;
	vertical-align:40%;
}
.super_index{
	color:#f90;
	font-size:0.4em;
	vertical-align:40%;
}
div.side_bar a.anchor_super{
	display:none;
}
div.jumpmenu{
	font-size:0.6em;
	text-align:right;
	float:right;
}
div.jumpmenu a{
	text-decoration:none;
}

/* Note
----------------------------------------------------------------------------- */
.note_super{
	font-size:0.6em;
	vertical-align:30%;
}
/* Diff
------------------------------------------------------------------------------*/
span.diff_added{
	color:blue;
}
span.diff_removed{
	color:red;
}

/* Serch
----------------------------------------------------------------------------- */
strong.word0{
	background-color:#FFFF66;
}
strong.word1{
	background-color:#A0FFFF;
}
strong.word2{
	background-color:#99FF99;
}
strong.word3{
	background-color:#FF9999;
}
strong.word4{
	background-color:#FF66FF;
}
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;
}

/* Amazon (amazon.inc.phpの改造)
----------------------------------------------------------------------------- */
.amazon{
	padding:.5em 1.5em .5em 1.5em;
	text-align:center
}
div.side_bar div.amazon{
	margin-top:0.5em;
	padding:0px;
}

/* Calender (calendar*.inc.php)
----------------------------------------------------------------------------- */
table.style_calendar{
	width:200px;
	height:230px;
	border:solid 1px #ccc;
	background-color:#ccc;
	text-align:center;
	font-size:15px;
}
td.style_td_caltop{
	background-color:#fff;
	text-align:center;
}
td.style_td_today{
	background-color:#ff9;
	text-align:center;
}
td.style_td_sat{
	background-color:#ddd;
	text-align:center;
}
td.style_td_sun{
	background-color:#fdd;
	text-align:center;
}
td.style_td_blank{
	background-color:#fff;
	text-align:center;
}
td.style_td_day{
	background-color:#eee;
	text-align:center;
}
td.style_td_week{
	color:#666;
	background-color:#ccc;
	font-weight:bold;
	text-align:center;
}
table.style_calendar a{
	color:black;
	text-decoration:none;
}
table.style_calendar a strong{
	color:#f60;
	text-decoration:underline;
}
table.style_calendar a:hover strong{
	color:#666;
}

div.side_bar table.style_calendar{
	border:none;
	text-align:center;
	font-size:14px;
	background-color:transparent;
	width:83%;
	height:auto;
	min-width:99%;
	margin:0px auto;
}
div.side_bar table.style_calendar a{
	color:black;
	background-color:transparent;
	text-decoration:none;
}
div.side_bar table.style_calendar a strong{
	color:#666;
	text-decoration:underline;
}
div.side_bar td.style_td_caltop{
	text-align:center;
	background-color:transparent;
}
div.side_bar td.style_td_week{
	color:#000;
	text-align:center;
	font-weight:normal;
	background-color:transparent;
}
div.side_bar td.style_td_sat{
	text-align:center;
	background-color:transparent;
}
div.side_bar td.style_td_sun{
	text-align:center;
	background-color:transparent;
}
div.side_bar td.style_td_blank{
	text-align:center;
	background-color:transparent;
}
div.side_bar td.style_td_day{
	text-align:center;
	background-color:transparent;
}
div.side_bar td.style_td_today{
	text-align:center;
	background-color:transparent;
}

/* Clear (clear.inc.php)
----------------------------------------------------------------------------- */
.clear{
	clear:both;
}


/* Contents (contents.inc.php)
----------------------------------------------------------------------------- */
/**********************
div.contents{
	border:solid 1px #999;
	border-right:none;
	border-bottom:solid 1px #fff;
	width:60%;
	margin:15px 0px;
}
div.contents:before{
	content:"もくじ";
	color:#fff;
	background-color:#999;
	font-size:12px;
	font-weight:bold;
	line-height:1em;
	display:block;
	width:3.5em;
	text-align:center;
	padding:2px;
}
div.contents ul{
	margin:7px 0px 15px;
}
**********************/

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

/* Hr (hr.inc.php)
----------------------------------------------------------------------------- */
hr.short_line{
	text-align:center;
	width:80%;
	margin:0px auto;
}

/* Image (ref.inc.php)
----------------------------------------------------------------------------- */
div.img_margin{
/*
	margin-left:32px;
	margin-right:32px;
*/
	margin-left:0px;
	margin-right:0px;
}

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

/* Navi (navi.inc.php)
----------------------------------------------------------------------------- */
ul.navi{
	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 (new.inc.php)
----------------------------------------------------------------------------- */
span.comment_date{
	font-size:x-small;
}
span.new1{
	color:red;
	font-size:x-small;
}
span.new5{
	color:green;
	font-size:xx-small;
}

/* Popular (popular.inc.php)
----------------------------------------------------------------------------- */
span.counter{
	font-size:1em;
}

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

/* code.inc.php
----------------------------------------------------------------------------- */
/**
 * PukiWiki Plugin Code highlight
 *
 */

/* オペレータ */
span.code_operator {color: blue;}
/* 識別子 */
span.code_identifier {color: darkblue;}

/* 制御構文 */
span.code_control  {color: navy;}
/* 標準関数 */
span.code_function {color: blue;}
/* 定数 */
span.code_constant {color: teal;}

/* module, import, 将来対応する pragma */
span.code_pragma {color: #008080;}
/* __stdcall などの処理系専用の奴とか */
span.code_system {color: #5f0000;}
/* 環境変数  */
span.code_environment {color: #777777;}
/* 文字列 */
span.code_string {color: green;}
/* コメント */
span.code_comment {color: darkorange;}

/* 個々のハイライト専用 */
/* for TeX */
span.code_formula {color: teal;}
/* for diff*/
span.code_changed {color: green;}
span.code_added   {color: blue;}
span.code_removed {color: red;}
/* for make*/
span.code_execute {color: teal;}
span.code_target  {color: darkblue;}
span.code_src     {color: darkgreen;}
/* for PukiWiki */
span.code_header{color: blue;}
span.code_table {color: darkgreen;}
span.code_list  {color: navy;}
span.code_pre   {color: teal;}
span.code_quote {color: #777700;}

/* ソースコード表示部分の設定 */
/* 段組をしない場合の設定 */
pre.code {
	color:#000000;
	background: #EEFFFF;
	margin: 1em 2em 0.5em 1em;
	padding: 0.5em;
	border-top:    #DDDDEE 1px solid;
	border-right:  #888899 1px solid;
	border-bottom: #888899 1px solid;
	border-left:   #DDDDEE 1px solid;
    line-height: 120%;
}
/* 段組をした場合の設定 */
table.code_table pre.code,
div.code_table pre.code
{
	color:#000000;
	background: #EEFFFF;
	margin: 0;
	padding: 0;
    padding-left: 0.5em;
    border: 1px;
    line-height: 120%;
}

/* 行番号表示 */
pre.code_number {
	color:#000000;
	margin: 0;
	padding: 0;
    padding-right: 0.5em;
    border: 1px;
	border-right: 1px solid #CCDDDD;
    line-height: 120%;
    min-width: 3ex;
}

/* アウトライン表示 */
pre.code_outline {
	color:#000000;
	margin:  0;
	padding: 0;
    border: 1px;
	border-right: 1px solid #F5FFFF;
	width: 10px;
	text-align: center;
	background: #E0F5F5;
    line-height: 120%;
}

/* 枠組 */
div.code_table {
	color: black;
	background-color: #F0F8FF;
	border-top:    #DDDDEE 1px solid;
	border-right:  #888899 1px solid;
	border-bottom: #888899 1px solid;
    border-left:   #DDDDEE 1px solid;
	margin: 1em 2em 0.5em 1em;
	white-space: pre;
}

/* 段組要素の設定無効化 */
table.code_table,
table.code_table td,
div.code_number pre,
div.code_outline pre,
div.code_src pre
{
	margin:  0;
	padding: 0;
    border: none;
}

/* tableによる段組 */
td.code_src {width:100%;}

/* divによる分割の定義  */
div.code_number,
div.code_outline,
div.code_src
{
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    float: left;
}

/**
 * アウトライン・メニューの設定
 */

/* icon */ 
div.code_menu {
    background-color: #d4d0c8;
}

/* アウトラインが閉じた時のイメージ */
img.code_dotimage {width:20px;height:8px;margin:0;padding:0;}

/* アウトラインの設定 */
a.code_outline{
	background-color: #FFFFFF;
	color: black;
	border: 1px solid #888888;
	text-decoration: none;
}
a.code_outline:link
{
	background-color: #FFFFFF;
	color: black;
	border: 1px solid #888888;
	text-decoration: none;
}
a.code_outline:visited
{
	background-color: #FFFFFF;
	color: black;
	border: 1px solid #888888;
	text-decoration: none;
}
a.code_outline:hover
{
	background-color: #FFFFFF;
	color: black;
	border: 1px solid #888888;
	text-decoration: none;
}
a.code_outline:active
{
	background-color: #FFFFFF;
	color: black;
	border: 1px solid #888888;
	text-decoration: none;
}

