/* 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:0.3em; text-align: center; }
.fit    { max-width: 100%; width:auto\9; /* for IE8 */ height:auto; }
.top    { vertical-align: top; }
.nopc   { display: none; }
.hidden { display: none; }
.none   {
	font-weight: normal;
	font-style: normal;
	text-decoration : none;
}
.warn   {
	font-weight: bold;
	color: #EE0000; background-color: inherit;
}
.small  { font-size: 70%; }
.result { color: inherit; background-color: #DAFEB6; }
.note   {
	font-size: 80%;
	color: #0000FF; background-color: inherit;
}
.blue { color: #0000FF; background-color: inherit; }
.red  { color: #EE0000; background-color: inherit; }
.strong { font-weight: bold; }
.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; }
h3.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.bread {
   float: left;
   font-size: 100%;
   font-weight: normal;
   padding: 0; margin: 0; border: 0;
}
h1.mini {
   font-size: 120%;
   font-weight:bold;
   color: inherit; background-color: #DDEEFF;
   padding: 0; margin: 0; border: 0;
}
h1 {
   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, h3, h4 { padding: 0; margin: 0; border: 0; }
h2 {
   font-size: 110%;
   color: inherit; background-color: #F0F8FF;
   border-left:   10px solid #D0E0FF;
}
.sub {
	color: inherit; background-color: #F0F8FF;
	border-left:   10px solid #D0E0FF;
}

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

table.center { margin: auto; }
table.break {
   word-break:break-all;
   word-wrap:break-word;
}
td { text-align: right; }
th { text-align: center; }
th.hdni {
   padding-left: 23px;
   background-image: url(/koyomi/image/sunrise.gif);
   background-repeat: no-repeat;
}
th.mdni {
   padding-left: 15px;
   background-image: url(/koyomi/image/moon.gif);
   background-repeat: no-repeat;
}
#sun  ul { list-style-image: url(/koyomi/image/sunrise.gif); }
#moon ul { list-style-image: url(/koyomi/image/moon15.gif);  }
#archives div {
	border: 1px solid #D0E0FF;
}
#archives li {
	line-height: 1.6em;
	margin-right: 1em;
	border-bottom: 1px solid green;
}

/* form */
form, input { padding: 0; margin: 0; }
select.city { width: 95%; }
input       { ime-mode: inactive; }
input.jap   { ime-mode: active; }
input.nojap { ime-mode: inactive; }
fieldset    {
	color: inherit; background-color: #FFFFCC;
	margin : 5px;
}
fieldset.nb {
	color: inherit; background-color: #FFFFCC;
	margin : 0;
}

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

/* id */
#header {
	font-size: 81%;
	color: inherit; background-color: #F0F8FF;
}
#header span { line-height: 1.6em; }
#footer {
	clear: both;
	font-size: 80%;
	margin: 5px;
	border-top: #000000 1px solid;
}
#footer_s {
   clear: both;
   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;
}
#tdleft td { text-align: left; }
#table div { border: #DDDDDD 1px solid; }
#phenom { color: inherit; background-color: #DAFEB6; }
#phenom td {
	text-align: left;
	vertical-align: top;
}
#phenomcal h4 { text-align: center; }
#phenomcal table {
	color: inherit; background-color: #DAFEB6;
	width: 100%;
}
#phenomcal td {
   text-align: left;
   vertical-align: top;
   width: 14%;
}
#skvfield div {
   max-width: 90%;
}
#skvfield select {
   width: 250;
   max-width: 90%;
   font-size: 90%;
}
#canvas {}
div.olControlAttribution {
	/* font-size:12px; */
	line-height:12px;
	bottom:5px;
}

/* koyomi.cssとは以下の行が異なるのみ */
#noprint { display: none; }
#menu    { display: none; }
