* {
    margin: 0;
    padding: 0;
    font-family: Georgia, 'Microsoft YaHei', serif, 'SimSun'; 
}

body {
    background-color: #fff;
    quotes: "\201C" "\201D" "\2018" "\2019" "\300C" "\300D" "\300E" "\300F"; 
    color: #036;
	font-size: 1.1em;
    line-height: 1.8em; 
}


h1 {
    font-weight: normal;
	font-size: 2.4em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 0;
}

h2 {
    font-weight: normal;
    font-style: normal;
    font-size: 1.4em;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    word-spacing: -0.1em;
    margin-left: 2rem;
    margin-top: 2em;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
}

h3 {
    font-weight: normal;
    font-style: italic;
	font-size: 1.25em;
    margin-top: 2em;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
}

h4 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 0;
}

h5 {
    font-weight: normal;
    font-style: italic;
    font-size: medium;
    margin-top: 2em;
    margin-bottom: 0;
    display: list-item;
}

h1 em, h3 em {
    font-style: normal;
}

div.subtitle {
    margin-top: 0;
	font-size: 1.4em;
    margin-bottom: 1em;
    padding: 0;
    font-weight: bold;
}

h1, h2, h3, h4, h5, .subtitle {
    float: left;
    clear: left;
}

h3, h4, h5 {
    margin-left: 3rem;
}


p, ul, ol, dl {
    line-height: 1.7em; 
    max-width: 40rem;
}

p, ul, ol, dl, blockquote, table, p.newline, div.rightcol + p.newline, form {
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: 3rem;
    padding-right: 1rem;
    text-indent: 0;
    float: left;
    clear: left;
}

ol ul {
    padding-right: 0;
    width: 100%;
}

blockquote {
    line-height: 1.7em; 
    max-width: 37rem;
}

.fig + p, .fig + div.rightcol + p, .note + p {
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: 3rem;
    padding-right: 1em;
    text-indent: 0;
}

p + p,
p + div.rightcol + p {
    text-indent: 1.5rem; 
    margin-bottom: 0;
    margin-top: 0;
}

blockquote {
    margin-top: 1em;
    margin-left: 4rem;
    font-size: smaller;
    text-align: justify;
}

blockquote p /* blockquote * */ {
    margin-left: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 1.2em;
    margin-bottom: 0.7em;
}

p.about {
    font-size: 0.8em;
    text-indent: 0;
    margin-top: 1em;
}

center {
    margin-bottom: 2em;
    margin-top: 2em;
}

ul ul, ol ul {
    margin: 0;
    padding-left: 1em;
}

ol {
    padding-left: 1.2em;
}

li {
    margin-left: 1.2em;
    margin-bottom: 0.75em;
    clear: left;
}

li li {
    margin-left: 0;
}

ol.marginbottom li {
    margin-bottom: 1em;
    clear: left;
}

ol.marginbottom li > hr {
    margin-top: 1em;
}

table {
    border: none;
}

th {
    font-weight: bold;
    text-align: left;
}

td {
    margin: 0;
    padding: 0.5em;
}

p img[align=left] {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

table.transcription {
    width: 40em;
}

table.transcription th[scope="col"] {
    border-bottom: 1px solid #000;
    padding-top: 0.7em;
    text-align: center;
}

table.transcription {
    border-collapse: collapse;
}

table.transcription td {
    text-align: center;
    font-size: 2.2em;
    padding: 0.1em;
}

table.transcription td {
    border-bottom: 1px solid #ccc;
}

/* 右列 - 原规则保留 */
.rightcol {
    padding-left: 1rem;
    border-left: 1px solid #ccc;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    float: right;
    clear: right;
    width: 23rem;
    position: relative;
    top: 7rem;
}

.rightcol h2, 
.rightcol ul, 
.rightcol p {
    margin: 0;
}

.rightcol ul li {
    list-style-type: none;
    margin-top: 0.5em;
}

/* 链接 - 原规则保留 */
a:link {
    color: #06c;
    background-color: #fff;
}

a:active {
    color: #fc0;
    background-color: #fff;
}

a:visited {
    color: #c60;
    background-color: #fff;
}

q:before {
    content: open-quote;
}

q:after {
    content: close-quote;
}

strong {
    font-style: inherit;
    font-weight: bold;
}

em {
    font-style: italic;
    font-weight: inherit;
}

cite {
    font-style: italic;
    font-weight: normal;
    color: #000;
    background-color: #fff;
}

code {
    font-family: "Courier New", Courier, monospace;
}

.reference, a.reference {
    color: #000;
    background-color: #fff;
    font-size: 95%;
}

a:link.reference {
    text-decoration: underline;
}

.smallcaps {
    font-variant: small-caps;
    letter-spacing: 0.1em;
}

.underline {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}

.phonetic {
    color: #000;
    font-family: 'Noto Sans SC', 'Lucida Sans Unicode', Gentium, 'Arial Unicode MS', Junicode; 
    font-size: 0.9em;
}

.name {
    font-weight: bolder;
}

.fig {
    font-size: smaller;
    text-indent: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

.fig img {
    margin-top: 1em;
    margin-bottom: 1em;
}

.note {
    font-size: smaller;
    line-height: 1.7em; 
    margin-top: 1em;
    margin-bottom: 1em;
    text-indent: 0;
}

.data {
    font-size: smaller;
}

.data p {
    margin-top: 1em;
    text-indent: 0;
}

table.data {
    border: 1px solid black;
}

table.data td {
    width: 15em;
}

hr {
    visibility: hidden;
    margin-top: 1em;
}

.body {
    background-image: url(srtban1.gif);
    background-repeat: repeat-y;
    background-position: 0 10px;
    padding-top: 10px;
    padding-left: 60px;
    padding-bottom: 1em;
    overflow: hidden;
    max-width: 70rem;
}

.header {
    width: 100%;
    height: 50px;
    background-image: url(tngban1.gif);
    background-repeat: repeat-x;
    background-position: 10px 5px;
}

.footer {
    clear: both;
    width: 100%;
    height: 50px;
    background-image: url(srtban2.gif);
    background-position: 10px bottom;
    background-repeat: repeat-x;
}

.menu {
    border-bottom: 1px solid black;
    padding-bottom: 0.2em;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.2em;
    font-weight: bold;
}

.submenu {
    font-size: smaller;
    padding-top: 0.2em;
    font-weight: bold;
    margin-bottom: 1rem;
}

.menu a, .submenu a {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

.contents {
    font-size: smaller;
    width: 100%;
}

.contents ul {
    float: none;
}

.contents li {
    margin-left: 0;
    margin-right: 1em;
}

.contents li li {
    margin-left: 1.0em;
}

.toplink {
    margin-top: 2em;
    text-indent: 0;
    text-align: right;
    padding-left: 0.3em;
}

.toplink a:link, .toplink a:visited {
    color: #fff;
    font-size: 0.8em;
    background-color: #69f;
    text-decoration: none;
    padding: 0.3em;
}

.unicode /* Tillagd eftersom Internet Explorer inte sj?lv kan v?lja ett Unicode-typsnitt f?r tecken utanf?r WGL-4 */ {
    font-family: 'Noto Serif SC', 'Lucida Sans Unicode', Gentium, 'Arial Unicode MS', Junicode;
    font-size: 0.9em;
}

@media print {
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    blockquote, pre {
        page-break-inside: avoid;
    }
    ul, ol, dl {
        page-break-before: avoid
    }
}

@media only screen and (max-width: 73rem) {
    p, ul, ol, dl, blockquote {
        width: 55%;
        padding-right: 0.5%;
    }
    .rightcol {
        padding-left: 1.5%;
        width: 33.5%;
    }
}

@media only screen and (max-width: 990px) {
    p, ul, ol, dl, blockquote {
        width: auto;
        padding-right: 0;
    }
    .rightcol {
        padding-left: 0;
        border-left: 0;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        float: left;
        clear: left;
        width: auto;
        position: static;
        top: auto;
        margin-left: 3rem;
    }
}

@media only screen and (max-width: 600px) {
    body {
        padding-left: 20px;
        font-size: 16px; 
    }
    
    h1 {
        font-size: 1.5em; 
        margin-left: 0;
    }
    
    p, ul, ol, dl {
        margin-left: 0;
        text-indent: 1rem; 
    }
    
    .rightcol {
        float: none;
        width: 100%;
        border-left: none;
        border-top: 1px solid #ccc;
        margin-left: 0;
        padding-top: 1em;
        top: 0;
    }
}