/* Common */
.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }
.fleft  { float: left; }
.fright { float: right; }
.clear  { clear: both; }
.flc    { float: left; margin-right:1em; text-align: center; }
.frc    { float: right; margin-left:1em; text-align: center; }
.fit    { max-width: 100%; width:auto\9; /* for IE8 */ height:auto; }
.nopc   { display: none; }
.hidden { display: none; }
.nobr   { white-space: nowrap; }
.none   {
	font-weight: normal;
	font-style: normal;
	text-decoration : none;
}
.warn   {
	color: #EE0000; background-color: inherit;
	font-weight: bold;
}
.strong { font-weight: bold; }
.small  { font-size: 80%; }
.result { color: inherit; background-color: #DAFEB6; }
.footnote {
	clear: both;
	font-size: 80%;
}
.news {
	font-size : 90%;
	text-indent: 1em;
	font-weight: bold;
	color: #EE0000; background-color: #F0F8FF;
}
.overflow { _zoom: 1; overflow: hidden; }
.bkgBlue { color: inherit; background-color: #CCDDFF; }
.skipnav { text-align: left; }
.skipnav a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.skipnav a:focus, .skipnav a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }
h2.skipnav, h3.skipnav, h4.skipnav, h5.skipnav { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

/* links */
a:link {
	color: #0044CC; background-color: inherit;
	text-decoration:none;
}
a:active {
	color: #215dc6; background-color: #CCDDEE;
	text-decoration:none;
}
a:visited {
	color: #a63d21; background-color: inherit;
	text-decoration:none;
}
a:hover {
	color: #215dc6; background-color: #CCDDEE;
	text-decoration:underline;
}

/* Elements */
h1 {
   font-family:verdana, arial, helvetica, Sans-Serif;
   color: inherit; background-color: #DDEEFF;
   padding:.3em;
   margin: 0px 0px .5em 0px;
   border: 0px;
}
h1.mini {
   text-align: center;
   font-size: 120%;
   font-weight:bold;
   color: inherit; background-color: #DDEEFF;
   padding: 0; margin: 0; border: 0;
}
h1.main {
   text-align: center;
   font-size: 200%;
   font-weight: bold;
   color: inherit; background-color: transparent;
   padding: 0; margin: 0; border: 0;
}
h2 {
   font-size: 120%;
   font-family:verdana, arial, helvetica, Sans-Serif;
   color: inherit; background-color: #F0F8FF;
   padding:.3em;
   margin: 0px 0px .5em 0px;
   border-bottom:  3px solid #D0E0FF;
   border-top:     1px solid #D0E0FF;
   border-left:   10px solid #D0E0FF;
   border-right:   5px solid #D0E0FF;
}
h2.new { color: inherit; background-color: #a6baff; }
h3 {
   font-family:verdana, arial, helvetica, Sans-Serif;
   color: inherit; background-color: #FFFFFF;
   padding:.3em;
   margin: 0px 0px .5em 0px;
   border-bottom:  3px solid #DDEEFF;
   border-top:     1px solid #DDEEFF;
   border-left:   10px solid #DDEEFF;
   border-right:   5px solid #DDEEFF;
}

pre, dl, ol, ul, p, blockquote { line-height: 1.6em; }
ruby { line-height: 1; }
body,td {
	font-size:90%;
	font-family:verdana, arial, helvetica, Sans-Serif;
}
p, dd { text-indent: 1em; }
pre {
   border-top:#DDDDEE 1px solid;
   border-bottom:#888899 1px solid;
   border-left:#DDDDEE 1px solid;
   border-right:#888899 1px solid;
   padding:   0.5em;
   margin-top:0px;
   margin-bottom:0px;
   margin-left:1em;
   margin-right:2em;
   white-space:pre;
   word-wrap: break-word;
   color: black; background-color: #F0F8FF;
}
div.pre {
	color: inherit; background-color: #F0F8FF;
	padding: 0px 0.3em;
	margin: 0px 1em;
	border-top:#DDDDEE 1px solid;
	border-bottom:#888899 1px solid;
	border-left:#DDDDEE 1px solid;
	border-right:#888899 1px solid;
}
img {
   border:none;
   vertical-align:middle;
}

table.faq {
   color: inherit; background-color: #dafeb6;
   margin-left: auto;
   margin-right: auto;
   text-indent: 0;
}
.break {
   word-break:break-all;
   word-wrap:break-word;
}
caption { font-size: 80%; }
td { text-align: right; }
th { text-align: center; }

/* list */
dt {
   font-size: 120%;
   font-weight: bold;
   padding-left: 23px;
   margin-top: 1em;
   margin-left: 1em;
   margin-bottom: 0.2em;
   background-image: url(/koyomi/image/moon.gif);
   background-repeat: no-repeat;
   border-bottom: 1px solid #33DD33;
}
.newyear {
   padding-left: 33px;
   background-repeat: no-repeat;
   background-position: left center;
   background-image: url(/koyomi/image/sunrise.gif);
}
.lecl {
   padding-left: 23px;
   background-repeat: no-repeat;
   background-position: left center;
   background-image: url(/koyomi/image/lecl.gif);
}
.secl {
   padding-left: 23px;
   background-repeat: no-repeat;
   background-position: left center;
   background-image: url(/koyomi/image/secl.gif);
}
dt.mobile { background-image: url(/koyomi/image/mobile.gif); }
dt.noimg { background-image: none; }
dt.right {
   text-align: right;
   font-size: 100%;
   font-weight:bold;
   margin-top:1em;
   margin-left:1em;
   border-left: none;
   border-bottom: none;
   background-image: none;
}

/* form */
form { padding: 0; margin: 0; border: 0; }
input       { ime-mode: inactive; }
input.jap   { ime-mode: active; }
input.nojap { ime-mode: inactive; }

/* id */
#header {
	font-size: 90%;
	color: inherit; background-color: #F0F8FF;
}
#header span { line-height: 1.6em; }
.bread { float: left; }
#headlist {
   text-align: center;
   vertical-align: bottom;
   line-height: 1.6em;
   font-weight: bold;
   color: inherit; background-color: #D0E0FF;
   margin: 5px;
   border-top: #000000 1px solid;
   border-bottom: #000000 1px solid;
}
#footer {
	clear: both;
	font-size: 80%;
	margin: 5px;
	border-top: #000000 1px solid;
}
#footer_s {
	clear: both;
	text-align: right;
	font-size: 80%;
	border-top: #000000 1px solid;
}
#rss {
    color: #FFFFFF; background-color: #D84010;
    font-weight: bold;
    padding: .1em .2em;
}
#lang {
    color: #FFFFFF; background-color: #01804E;
    font-weight: bold;
    padding: .1em .2em;
}
#contents { clear: both; }
#tdleft td { text-align: left; }
#mobile {
	float: right;
	font-weight: bold;
	color: inherit; background-color: #FFFFFF;
	border: #0000FF 1px solid;
}
#news {
   border: #a6baff 1px solid;
   color: inherit; background-color: #FFFACD;
}
#news h2 { color: inherit; background-color: #FAE0C0; }
#news li { margin-top: 5px; }
#news .fleft { padding-right: 20px }

/* help */
p.help {
   text-align: center;
   color: inherit; background-color: #F0F8FF;
   margin: 0px;
}
li.help { margin-top: 10px; }

/* inquiry */
div.inquiry {
   border: 1px solid #DDDDDD;
   color: inherit; background-color : #AAFFAA;
}

/* 24 sekki */
#sekki td {
	vertical-align: top;
	text-align: center;
}
#sekki td.left { text-align: left; }
.spring { color: inherit; background-color: #ccffcc; }
.summer { color: inherit; background-color: #ffcccc; }
.fall   { color: inherit; background-color: #ffff99; }
.winter { color: inherit; background-color: #ccffff; }
.zasetu { color: inherit; background-color: #ccccff; }
td.nam  { font-size: 90%;  }
td.kan1 { color: inherit; background-color: #ccffff; font-size: 120%; }
td.kan2 { color: inherit; background-color: #ffcccc; font-size: 120%; }
td.kan3 { color: inherit; background-color: #ffff99; font-size: 120%; }
td.kan4 { color: inherit; background-color: #ffffff; font-size: 120%; }
td.kan5 { color: inherit; background-color: #cccccc; font-size: 120%; }
p.nomargin { margin: 0; }

/* yoko */
div.yoko {
   text-align: right;
   font-weight: bold;
   font-size: 110%;
}
#yoko th { color: inherit; background-color: #CCEEFF; }
#yoko td { text-align: left; }
.blue2_c{
   color: inherit; background-color: #CCDDFF;
   text-align: center;
}
#archives li { line-height: 1.8em; }
#archives div { border: 1px solid #D0E0FF; }

/* faq */
#faq td {
	vertical-align: top;
	text-align: left;
	text-indent: 0px;
}
#faq th { color: inherit; background-color: #CCEEFF; }
#faq h4 { padding: 0; border: 0; margin: 0; } 
#mlist h2, #mlist h3, #sekki h3 {
	padding-left: 23px;
	border: 0;
	border-bottom: 1px solid #33DD33;
	padding-top: 3px;
	background-image: url(/koyomi/image/moon.gif);
	background-repeat: no-repeat;
	color: inherit; background-color: #FFFFFF;
}
#mlist hr { border-bottom: 1px solid #33DD33; }

/* Google Custom Search */
#cse-box {
   width: 300px !important;
}

.pocket-btn {
	display:inline-block;
}
