/**************************** style.css *************************************/

body {
    font-size: 14px;
}

#font_size {
    font-size: 11px;
}

#slogan {
    font-size: 24px;
    letter-spacing: -2px;
    line-height: 24px;
}

#breadcrumb {
    font-size: 11px;
}

.contentInner ul {
    line-height: 22px;
}

.teaser_content .boxInner h4, .teaser_content_last .boxInner h4 {
    font-size: 15px;
}

#goTop {
    font-size: 11px;
}

#rss {
    font-size: 11px;
}

.sidebarBox .boxInner h4 {
    font-size: 14px;
    font-weight: bold;
}

.sidebarBox .boxInner .sidebarNews p {
    font-size: 15px;
}

#overall_bottom .inner {
    font-size: 13px;
}

#overall_bottom .inner p {
    line-height: 18px;
}

h1.category_headline {
    font-size: 25px;
    letter-spacing: -2px;
}

h2 {
    letter-spacing: -1px;
    font-size: 23px;
}

h3 {
    letter-spacing: -1px;
    font-size: 18px;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
}

p {
    line-height: 22px;
}


/**************************** navigation.css *************************************/

#naviTop li a {
    height: 29px;
    padding: 13px 10px 0 10px;
}

#naviMain li a {
    font-size: 15px;
    font-weight: bold;
}

#naviMain li a span {
    height: 27px;
    padding: 9px 6px 0 6px;
}

.naviSub li a span.title {
    font-size: 14px;
}

.naviSub li a span.subtitle {
    font-size: 13px;
}

#naviTop li a {
    font-size: 11px;
}

/**************************** sitemap.css *************************************/

.sitemap li {
    line-height: 22px;  
    font-size: 11px;
}


