@charset "iso-8859-1";

/*
Color scheme: http://paletton.com/#uid=3310t0kIwsZsBH0GVH-KbnHM+j6

.color-primary-0 { color: #00A153 }  #FC0012     Main Primary color
.color-primary-1 { color: #16CF76 }  #FD505D
.color-primary-2 { color: #00D06C }  #FC2C3B
.color-primary-3 { color: #008344 }  #FA0012
.color-primary-4 { color: #006A37 }  #D40010

.color-secondary-1-0 { color: #E77F00 } #FFFC00  Main Secondary color (1)
.color-secondary-1-1 { color: #FF991B } #FFFD51
.color-secondary-1-2 { color: #FF8C00 } #FFFC2C
.color-secondary-1-3 { color: #BD6800 } #FFFC00
.color-secondary-1-4 { color: #985400 } #DAD700

.color-secondary-2-0 { color: #CD0042 } #145DD8  Main Secondary color (2)
.color-secondary-2-1 { color: #ED195D } #568AE2
.color-secondary-2-2 { color: #EE004C } #3775DD
.color-secondary-2-3 { color: #A80036 } #094BBC
.color-secondary-2-4 { color: #87002B } #083A90
*/

/* pre, dl, ol, p, blockquote { line-height:130%; } */

body,td {
  text-align:left;
  margin:0px;
  margin-bottom:0px;
  padding:0px;
  padding-left:0px;
  padding-top:15px;
  background:#ffffff repeat-x fixed bottom left;
  font-size:100%;
  font-family: Ubuntu;
}

a{        text-decoration: none; color:#CD0042; border-bottom-style:none;}

a:link {
        text-decoration: underline;
}

a:active{ text-decoration: none; color:#00A153; background:#FF991B; border-bottom-style:none;}

a:visited {
        text-decoration: underline;
}

a:hover{  text-decoration: none; color:#00A153; background:#FF991B; border-bottom-style:none;}


/* main contents and menu */

div.header {
  width:auto;
  margin: 5px 2% 5px 2%;
}
.header .head_navi {
  display: inline-block;
  font-size:100%;
}
.header .head_navi a{display: inline-block;position:relative;padding-left:0.1em;padding-right:0.7em;}
.header .head_navi a:before{
  content: '';
  border: transparent solid 0.4em;
  border-left-color: #CD0042;
  position: absolute;
  height: 0;
  width: 0;
  top:  0.0em;
  left: 100%;
  margin: 0px;
  margin-top: 0.2em;
  margin-left: -0.6em;
  padding: 0px;
}

div.menu_main {
  width:100%;
  margin:0px;
  padding:0px;
  vertical-align:top;
}
div.main {
  z-index:1;
  margin: 0px;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 2%;
  padding-right: 2%;
  letter-spacing: 0.5pt;
  line-height:1.7em;
  background-color: #fff;
}
.menu {
  display:none;
}
.menu.naver.enabled  {
  margin-top: -1.0em;
}
div.cleared {
  clear: both;
  margin:0;
  padding:0;
}

div.footer {
  width:auto;
  margin: 5px 2% 5px 2%;
  margin-bottom: 2em;
}


.main h1{
  font-size: 250%;
  font-family: 'Oswald', Ubuntu, sans-serif;
  line-height: 1.4em;
  text-align: center;
  margin: 0.5em 0 0.5em 0;
  padding: 0.5em 0.5em 0.5em 0.5em;
  color: #006A37;
  text-shadow:
    0px 0px 0 rgb(235,235,235),
    1px 1px 0 rgb(228,228,228),
    2px 2px 0 rgb(222,222,222),
    3px 3px 0 rgb(215,215,215),
    4px 4px 0 rgb(209,209,209),
    5px 5px 0 rgb(203,203,203),
    6px 6px 5px rgba(0,0,0,0.25),
    6px 6px 1px rgba(0,0,0,0.5);
}

.main h1.bodysubtitle {
  font-size: 150%;
  font-family: 'Oswald', Ubuntu, sans-serif;
  text-align: center;
  margin: 0.5em 0 0.5em 0;
  padding: 0.5em 0.5em 0.5em 0.5em;
  color: #006A37;
  text-shadow:0px 0px 0;
}

/* sample: http://www.keni-customize.net/custom-midashi-design-555/ */
.main h2{
  position: relative;
  color: #111;
  font-size: 200%;
  font-family: 'Oswald', Ubuntu, sans-serif;
  line-height: 1.4em;
  margin: 0.8em 0 0.5em;
  padding: 0.5em 0.5em 0.2em 1.3em;
  border-bottom: 3px solid #006A37;
  overflow: auto;
}
.main h2:before{
  content: "";
  position: absolute;
  border: transparent solid 0.3em;
  border-left-color: #CD0042;
  border-right-color: #CD0042;
  /*border-top-color: #00D06C;*/
  /*border-bottom-color: #00D06C;*/
  top: 50%;
  left: 0.3em;
  height: 0;
  width: 0;
  margin-top :-0.15em;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.main h2:after{
  content: "";
  position: absolute;
  border: transparent solid 0.2em;
  /*border-left-color: #CD0042;*/
  /*border-right-color: #CD0042;*/
  border-top-color: #00D06C;
  border-bottom-color: #00D06C;
  top: 50%;
  left: 0.37em;
  height: 0;
  width: 0;
  margin-top :-0.07em;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.main h3{
  position: relative;
  font-size: 150%;
  font-family: 'Oswald', Ubuntu, sans-serif;
  line-height: 1.1em;
  margin: 1.2em 0 1.0em;
  padding: 0.5em 0.5em 0.5em 1.5em;
  border-top: 3px double #006A37;
  border-bottom: 3px double #006A37;
  overflow: auto;
}
.main h3:before{
  content: "";
  position: absolute;
  background: #00D06C;
  top: 50%;
  left: 0.5em;
  margin-top :-0.25em;
  height: 0.5em;
  width: 0.5em;
  border-radius: 0.1em;
  -webkit-border-radius: 0.1em;
  -moz-border-radius: 0.1em;
}

.main h4{
  position: relative;
  font-size: 120%;
  font-family: 'Oswald', Ubuntu, sans-serif;
  margin: 0.7em 0 0.5em;
  padding: 0.3em 0.3em 0.3em 1.5em;
  border-bottom: 1px dashed #006A37;
  overflow: auto;
}
.main h4:before{
  content: "";
  position: absolute;
  background: #CD0042;
  top: 50%;
  left: 0.5em;
  margin-top :-0.25em;
  height: 0.5em;
  width: 0.5em;
  border-radius: 0.1em;
  -webkit-border-radius: 0.1em;
  -moz-border-radius: 0.1em;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menu h2,h5{
  position: relative;
  text-align:center;
  font-size: 110%;
  font-family: 'Oswald', Ubuntu, sans-serif;
  margin: 0.6em 0 0.2em;
  padding: 0.1em 0.0em 0.0em 0.1em;
  border-top: 1px solid #16CF76;
  border-bottom: 1px solid #16CF76;
  /*background: #16CF76;*/
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
}

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

div.main p {
  margin: 1em 0 1em 0;
  padding: 0 0 0 0;
}

pre {
  /*border-top:#DDDDEE 1px solid;
  border-bottom:#888899 1px solid;
  border-left:#DDDDEE 1px solid;
  border-right:#888899 1px solid;*/
  line-height:1.7em;
  padding:.5em;
  margin-left:1em;
  margin-right:2em;
  white-space:pre;
  word-wrap:break-word;
  color:black;
  background-color:#E1F4EB;
  border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  overflow: auto;
}

.quotation {
  line-height:1.7em;
  margin: 1em 0 1em 0;
  padding: 0 0 0 0;
}

blockquote {
  margin: 1em 0 1em 32px;
  padding: 0 0 0 0;
}

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

em { font-style:italic; }

strong { font-weight:bold; }

thead td.style_td,
tfoot td.style_td {
  font-weight:bold;
  color:inherit;
  background-color:#6DE3AA;
}
thead th.style_th,
tfoot th.style_th {
        color:inherit;
        background-color:#55E8A1;
}
.style_table {
        padding:0px;
        border:0px;
        margin:auto;
        text-align:left;
        color:inherit;
        background-color:#FFFFFF; /*#ccd5dd;*/
}
.style_th {
  padding:5px;
  margin:1px;
  text-align:center;
  color:inherit;
  background-color:#6DE3AA;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
}
.style_td {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#E1F4EB;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
}

div.ie5 { text-align:center; }

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

.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;
}

.main div.jumpmenu {
  display:none;
}

.menu div.jumpmenu {
  display:none;
}

.menu hr {
  border: 0;
  height: 2px;
  background: #006A37;
  background-image: -webkit-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:    -moz-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:     -ms-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:      -o-linear-gradient(left, #006A37, #16CF76, #16CF76);
}

.main hr {
  border: 0;
  height: 2px;
  background: #006A37;
  background-image: -webkit-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:    -moz-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:     -ms-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:      -o-linear-gradient(left, #006A37, #16CF76, #16CF76);
}

.main hr.dblhr {
  border: 0;
  background: transparent;
  border-top: 3px double #006A37;
}

hr.full_hr {
  border: 0;
  height: 2px;
  background: #006A37;
  background-image: -webkit-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:    -moz-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:     -ms-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:      -o-linear-gradient(left, #006A37, #16CF76, #16CF76);
}
hr.note_hr {
  border: 0;
  height: 2px;
  background: #006A37;
  background-image: -webkit-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:    -moz-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:     -ms-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:      -o-linear-gradient(left, #006A37, #16CF76, #16CF76);
}

.main ul, .main ol, .menu ul, .main ol {
  margin: 2px 0px 2px 0px;
  padding: 0px 0px 0px 25px;
}
.main li, .menu li {
  position: relative;
  margin: 2px 0 2px 0;
  padding: 0 0 0 1.2em;
  list-style-type: none;
}
.main ul > li, .menu ul > li {
}
.main ul > li:before, .menu ul > li:before{
  content: '';
  border: transparent solid 0.4em;
  border-left-color: #00D06C;
  position: absolute;
  height: 0;
  width: 0;
  top:  0.5em;
  left: 0em;
  margin: 0px;
  margin-top: -0.1em;
  padding: 0px;
}
.main ul > li:hover, .menu ul > li:hover {
}
.main ul > li:hover:before, .menu ul > li:hover:before {
  border: transparent solid 0.5em;
  border-left-color: #FF8C00;
  top:  0.5em;
  margin-top: -0.25em;
}

.menu ul, ol {
  padding-left: 0px;
}
.menu li {
  padding-left: 0.7em;
}
.menu ul > li:before{
  border: transparent solid 0.3em;
  border-left-color: #FF8C00;
  top:  0.5em;
  margin-top: -0.0em;
}
.menu ul > li:hover:before {
  border: transparent solid 0.4em;
  border-left-color: #00D06C;
  top:  0.5em;
  margin-top: -0.1em;
}

/*
.main ul.list1 { list-style-type:disc; }
.main ul.list2 { list-style-type:circle; }
.main ul.list3 { list-style-type:square; }
*/

.main ol, .menu ol{
  counter-reset: enum_counter1;
}
.main ol li, .menu ol li{
}
.main ol > li:before, .menu ol > li:before{
  counter-increment: enum_counter1;
  content: counter(enum_counter1, decimal);  /*decimal, lower-roman, lower-alpha, upper-alpha*/
  color: #00D06C;
  font-size: 110%;
  font-weight: bolder;
  font-style: italic;
  position: absolute;
  height: 0;
  width: 0;
  top:  0.5em;
  left: 0em;
  margin: 0px;
  margin-top: -0.5em;
  margin-left: -0.1em;
  padding: 0px;
}
.main ol > li:hover, .menu ol > li:hover {
}
.main ol > li:hover:before, .menu ol > li:hover:before {
  color: #FF8C00;
  font-weight: bold;
}

/* content: counter(enum_counter1, decimal);  /*decimal, lower-roman, lower-alpha, upper-alpha*/ */
.main ol.list1 > li:before, .menu ol.list1 > li:before { content: counter(enum_counter1, decimal); }
.main ol.list2 > li:before, .menu ol.list2 > li:before { content: counter(enum_counter1, lower-roman); }
.main ol.list3 > li:before, .menu ol.list3 > li:before { content: counter(enum_counter1, lower-alpha); }


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 {
        display:none;
}

div.navigator a{
  /*background:url(./skinimages/menu_back.gif) no-repeat 100% 0px;*/
/*   height:21px; */
/*   display:block; */
/*   float:left; */
  padding:2px 10px 2px 6px;
  margin:0px 0px 0px 0px;
  font-size: 90%;
  color:#666666;
  text-decoration:none;
  text-indent:0em;
}

div.navigator a:hover{
  /*background:url(./skinimages/menu_back_h.gif) no-repeat 100% 0px;*/
/*   display:block; */
/*   margin:0px 2px 0px 0px; */
/*   text-decoration:none; */
}

td.menubar {
        display:none;
}

div#menubar {
        display:none;
}

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

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

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 {
        display:none;
}

div#toolbar {
        display:none;
}

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

div#related {
        display:none;
}

/*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 {
        display:none;
}

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

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

/* hr.inc.php */
hr.short_line {
  width:80%;
  border: 0;
  height: 2px;
  background: #006A37;
  background-image: -webkit-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:    -moz-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:     -ms-linear-gradient(left, #006A37, #16CF76, #16CF76);
  background-image:      -o-linear-gradient(left, #006A37, #16CF76, #16CF76);
}

/* 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 {
}

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

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

/* 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:#E1F4EB;
}

/* recent2.inc.php */
div.recent2_title {
  margin: 12px 2px 2px 2px;
  padding: 5px 0px 5px 0px;
  position:relative;
  top: 8px;
  overflow-x: hidden;
}
div.recent2_title span {
  display:inline-block;
  padding: 2px 5px 2px 5px;
  border: 2px solid #16CF76;
  white-space: nowrap;
  /*border-bottom: 0;*/
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color:#E1F4EB;
}
div.page_summary {
  margin: -15px 2px 25px 15px;
  padding: 15px 2px 2px 10px;
  border: 2px solid #16CF76;
  /*border-top: 0;*/
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  overflow: auto;
}
div.page_summary h1{
  margin: 0.1em 0 0.1em 0;
  padding: 0.1em 0.1em 0.1em 0.1em;
  text-align: left;
  font-size: 150%;
  text-shadow:0px 0px 0;
}
div.page_summary h1.bodysubtitle {
  font-size: 120%;
  margin: 0.1em 0 0.1em 0;
  padding: 0.1em 0.1em 0.1em 0.1em;
}

/* codeh.inc.php */
pre.codeh, pre.codeh_numbering {
  padding: 0;
  border-radius: 8px;
  border: 1px solid #16CF76;
  background: #FFF;
  line-height:1.4em;
  word-wrap: normal;
  /*max-height: 30em;*/
  overflow-x:hidden;
}
code.hljs {
  white-space: pre;
/* position: absolute; */
/* position:fixed; */
/*   width: 200%; */
/*top: 0;
left: 0;
height: 100px;
width: 100em;*/
/*   max-width: none; */
/*   overflow-x: visible; */
  float: left;
  width: auto;
  padding: 7.2px 7.2px 7.2px 7.2px;
  font-family: monospace;
  font-size: 110%;
  background: #FFF;
}
.main ul.pre_numbering {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  margin: 0;
  padding: 7.2px 2px 7.2px 0;
  border-right: 1px solid #16CF76;
  background-color: #E1F4EB;
  text-align: right;
  font-family: monospace;
  font-size: 110%;
  color: #AAA;
}

.main li.pre_numbering {
  margin: 0;
  padding: 0;
}
.main li.pre_numbering:before{
  border: 0;
}
.main li.pre_numbering:hover:before {
  border: 0;
}


