CSS.skelton

/* STYLESHEET


*/

BODY {
}

.adminmenu {
}

DIV.max { /* 最大化時(Edit, Tools)*/
}
DIV.main {
}
DIV.header {
}
DIV.day { /* obsolete? */
}
DIV.body {
}
DIV.update { /* Edit */
}
DIV.section {
}
DIV.terminator { /* footer */
}
DIV.copyright {
}
DIV.sidebar {
}

DIV.footnote {
}

UL.comment { /* 現状、これだと利かない */
}
DIV.commentshort {
}
.commentator {
  Font-Weight: Bold;
}
.comment_date {
}


H1 {
}
H2 {
}
H3, H4 {
}

PRE {
}
BLOCKQUOTE {
}

A {
}
SUP A { /* link to footnote... */
  Text-Decoration: none;
}
A:visited {
}
A:hover, A:active {
}
.sectionmark, .subsectionmark, .subsubsectionmark{
}

DT {
  Font-Weight: Bold;
}
DD {
}

HR {
}

DIV.sidebar UL {
}


TEXTAREA {
}
INPUT {
}

DIV.sidebar INPUT {
  Width: Auto;
  Max-Width: 95%;
  /*
    Opera でサイドバーの検索フォームがはみ出ることが
    あったので、Max-Width で押さえ込んでみる
    (IE だとあってもなくても同じような)
  */
}

TABLE {
}
TD {
}
TH {
}


/* 

END_OF_STYLESHEET */