@charset "utf-8";
/************************************************************************/
/*  File name : styles-site.css                                         */
/************************************************************************/
/*  Contents  : Style Sheet for Club-HUAA Support pages                 */
/*                                                                      */
/*  Auther    : Yasuhiro ARAKAWA 2006.01.09                             */
/************************************************************************/
/* Base Weblog (base-weblog.css) */

/* basic elements */
html {   /* setting border: 0 hoses ie6 win window inner well border */
    margin: 0;
    padding: 0;
}

body {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: normal;
    font-variant: normal;
    font-size: 100%;
    font-weight: normal;
    line-height: 140%;
    text-indent: 0;
    color: white;
    background-color: black;
}

/* Style of Head Line */
h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-size: larger;
    text-align: left;
    text-decoration: none;
    line-height: 120%;
    margin-top: 1em;
}

/* Style of Paragraph */
p {
    text-indent: 0em;
    margin-bottom: 1em;
}

/* Style of BLOCKQUOTE Tag */
blockquote {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 100%;
    font-weight: normal;
    line-height: 120%;
    text-align: left;
    color: white;
    background-color: #404040;
    /*margin-top: 0.5em;*/
    /*margin-bottom: 0.5em;*/
    margin-left: 2em;
    margin-right: 1em;
    padding: 0.4em;
}

pre, code, kbd, samp { font-family: monospace; }

/* Style of Ancher Tag */
a:link    {
    color: #cc99ff;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: #cc99ff;
    background-color: transparent;
    text-decoration: none;
}
a:active  {
    text-decoration: underline;
}
a:hover  {
    text-decoration: underline;
}
a:link IMG {
    border-style: none;
    border-width: 0;
}
a:visited IMG {
    border-style: none;
    border-width: 0;
}
a:active IMG {
    border-style: solid;
    border-width: thin;
    color: #cc99ff;
}
a:hover IMG {
    border-style: solid;
    border-width: thin;
    color: #cc99ff;
}

/* Style of Table Block */
table {
    caption-side: bottom;
    table-layout: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-collapse: separate;
    border-spacing: 2px;
    /*border: outset thin;*/
    border-style: hidden;
    border-width: 0px;
}
th {
    font-family: Verdana, 'Trebuchet MS', sans-serif;
    font-size: 100%;
    /*font-weight: bold;*/
    text-align: center;
    line-height: 120%;
    color: white;
    background-color: #404040;
    padding: 0.1em;
    border-style: hidden;
    border-width: 0;
}
td {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 100%;
    font-weight: normal;
    line-height: 120%;
    text-align: left;
    color: white;
    background-color: black;
    padding: 0.1em;
    border-style: hidden;
    border-width: 0;
}

/* etc */
hr {
    clear: both;
}
span.familyName {
    font-variant: small-caps;
}

/* Banner Class */
.banner {
    font-family: Verdana, 'Trebuchet MS', sans-serif;
    color: white;
    /* background-color: #404040; */
    margin: 0px;
    padding: 0px;
}

.banner h1 {
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    margin: 0.4em 0em;
    padding: 0.4em;
}

.banner a {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

/* Copyright class */
div.copyright {
    margin-bottom: 1em;
    text-align: right;
    font-size: smaller;
    line-height: 120%;
}

/* "What's New" Class */
.whatsnew {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.2em;
}

.whatsnew h2 { /* Title */
    font-size: larger;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 0em;
}

.whatsnew h3 { /* Date */
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
    margin: 0em;
    padding: 0.1em 0em;
}

.whatsnew h4 { /* Title of Jurnal */
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0.1em 0em;
}

.whatsnew p {
    /* Transparent */
}

.whatsnew li {
    line-height: 140%;
}

.whatsnew blockquote {
    color: white;
    background-color: #404040;
    font-style: normal;
    line-height: 120%;
}

.whatsnew pre {
    white-space: pre;
    margin: 0em;
    overflow: auto;
}

/* Content Class */
.content {
    border: 1px solid gray;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.2em;
}

.content h2 { /* Title of Jurnal */
    text-decoration: none;
    font-size: x-larger;
    font-weight: bold;
    color: white;
    background-color: #404040;
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0.1em 0.4em;
}
.content h3 {
    text-decoration: underline;
    font-size: larger;
    font-weight: bold;
    margin: 0em;
    padding: 0.1em 0.4em;
}
.content h4, h5, h6 {
    text-decoration: none;
    font-size: normal;
    font-weight: bold;
    margin: 0em;
    padding: 0.1em 0.4em;
}

.content p {
    /* Transparent */
}

.content li {
    line-height: 140%;
}

.content blockquote {
    color: white;
    background-color: #404040;
    font-style: normal;
    line-height: 140%;
}

.content pre {
    white-space: pre;
    margin: 0em;
    overflow: auto;
}

/* Entry Class */
.date-header,
.entry,
.entry-header,
.entry-content,
.entry-body,
.entry-more,
.entry-excerpt,
.trackbacks-header,
.trackback,
.trackback-content {
    /* Transparent */
}
.entry-more-link {
    text-align: right;
}
.entry-footer,
.trackback-footer {
    font-family: Verdana, 'Trebuchet MS', sans-serif;
    font-size: smaller;
    line-height: 120%;
    text-align: right;
    border-top: 1px solid gray;
    margin-bottom: 1em;
    padding: 3px;
}

/* Static Content Class */
div.static-content {
   clear: both;
}

.static-content h2 {
    font-size: x-larger;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color: #404040;
    margin: 0em;
    padding: 0.1em 0.4em;
}

.static-content h3 {
    text-decoration: underline;
    font-size: larger;
    font-weight: bold;
    margin: 0em;
    padding: 0.1em 0em;
}

.static-content h4, h5, h6 {
    text-decoration: none;
    font-size: normal;
    font-weight: bold;
    margin: 0em;
    padding: 0.1em 0em;
}

.static-content p {
    /* Transparent */
}

.static-content li {
    line-height: 140%;
}

.static-content blockquote {
    color: white;
    background-color: #404040;
    font-style: normal;
    line-height: 120%;
}

.static-content pre {
    white-space: pre;
    margin: 0em;
    overflow: auto;
}

