/* background-color */
a:hover { background-color:#7fffbf }
h1 { background-color:#7fbfff }
h2 { background-color:#99ccff }
h3 { background-color:#b2d8ff }
h4 { background-color:#c6e2ff }
h5 { background-color:#e0efff }
h6 { background-color:#f9fcff }
span.new { background-color:#ffffff }

/* border */
blockquote { border:1px solid gray }
div.comment { border:1px solid gray }

/* clear */
div.adminmenu { clear:both }
div.comment { clear:both }
div.footer { clear:both }
div.header { clear:both }
div.main { clear:none }
div.sidebar {clear: left}

/* color */
a:hover { color:#000000 }
h1 { color:#000000 }
h2 { color:#000000 }
h3 { color:#000000 }
h4 { color:#000000 }
h5 { color:#000000 }
h6 { color:#000000 }
span.new { color:#ff0000 }

/* display */
@media print {center { display:none }}
@media print {div.adminmenu { display:none }}
@media print {div.comment { display:none }}
@media print {div.footer { display:none }}
@media print {div.referer { display:none }}
@media print {div.sidebar { display:none }}
@media print {img#gm_ldrize_down_arrow { display:none}}
@media print {img#gm_ldrize_indicator { display:none}}
@media print {img#gm_ldrize_up_arrow { display:none}}
@media screen {div.adminmenu { display:block }}
@media screen {div.comment { display:block }}
@media screen {div.footer { display:block }}
@media screen {div.footer div { display:block }}
@media screen {div.referer { display:block }}
@media screen {div.sidebar { display:block }}
ul.menu li { display:inline }

/* float */
div.main { float:right }
div.sidebar { float:left }

/* font-family */
body { font-family:"Arial",sans-serif }

/* font-size */
div.adminmenu { font-size:x-small }
div.comment { font-size:small }
div.footer { font-size:x-small }
div.header { font-size:x-small }
div.sidebar { font-size:x-small }
div.titlebanner { font-size:x-large }

/* font-weight */
dt { font-weight:bold }
h1 { font-weight:normal }
h2 { font-weight:normal }
h3 { font-weight:normal }
h4 { font-weight:normal }
h5 { font-weight:normal }
h6 { font-weight:normal }

/* line-height */
blockquote { line-height:1.0 }
body { line-height:1.35 }
div.comment { line-height:1.0 }

/* margin */
body { margin:5px }

/* margin-left */
@media print {div.main { margin-left:0% }}

/* padding */
blockquote { padding:0.5em }
body { padding:5px }
div.comment { padding:0.5em }
div.main { padding:1px }
div.sidebar { padding:1px }

/* text-align */
div.comment { text-align:left }
div.footer { text-align:right }

/* text-decoration */
/*a:link { text-decoration:none }*/
/*a:visited { text-decoration:none }*/

/* top */
div.sidebar { top:0px }

/* width */
div.adminmenu { width:100% }
div.footer { width:100% }
div.header { width:100% }
div.main { width:75% }
@media print {div.main { width:100% !important}}
div.sidebar { width:20% }
div.sidebar li a { width:100% }

/* for hakumonsai */
p.hakumon {
  font-weight: bold;
  font-size: 150%;
  text-height: 2em;
  margin: 1em;
}
