body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: "MS UI GOTHIC", "Osaka";
     font-size: 12px;

    text-align: center; /* center on ie */

    min-width: 720px;
    color: #333;
    background: #fff;
}

h1 {
   font-size: 24px;
}

h2 {
   font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h2.common_page_title {
    padding: 10px 0 0 9px;
    height: 40px;
    border-left: 3px solid #99a3ad;
}

h2.common_archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    padding: 5px;
    color: #000;

}

a {
    color: #5488b8;
    text-decoration: underline;
}
a:hover {
    color: #74a8d8;
}
a img {
    border: 0;
}

.common_hidden {
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.common_align_center {
    text-align: center;
}

.common_align_right {
    text-align: right;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

#common_main_background_shadow {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 804px;
    text-align: center;
    background: url(/images/background_main_side.png) repeat-y top left;
}
#common_main_background_shadow_bottom {
    width: 804px;
    height: 20px;
    clear: left;
    font-size: 0;
    background: url(/images/background_main_bottom.png) repeat-x top center;
}

#common_container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    padding-left: 20px;
    width: 764px;
    text-align: left;
    float: left;
}
#common_container-inner {
    position: static;
    width: auto;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

#common_pagebody {
    position: relative;
    width: 100%;
}
#common_pagebody-inner {
    position: static;
    width: 100%;
    background: url(/images/background_pageboady-inner_line.png) top right repeat-y;
}

#common_alpha {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    width: 541px;
}

#common_alpha-inner {
    border-top: 1px solid #a0a0a0;
    position: static;
    padding: 4px 8px 20px 8px;
}

#common_alpha-inner_top {
    border-top: 1px solid #a0a0a0;
    position: static;
    padding: 4px 0 20px 0;
}

#common_beta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    width: 219px;
}

#common_beta-inner {
    border-top: 1px solid #a0a0a0;
    padding: 0 0 10px 0;
    position: static;
}

.coomon_entry {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
}

.common_entry-header {
    margin-top: 0;
    border-left: 5px solid #dae0e6;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 18px;
}

.common_entry-content {
    position: static;
    clear: both;
    margin: 0 8px;
    line-height: 1.5;
}

.common_entry-body,
.common_entry-more-link,
.common_entry-more {
    clear: both;
}

.common_entry-tags {
    margin: 0 0 10px 10px;
}

.common_entry-tags-header,
.common_entry-tags-list,
.common_entry-tag { display: inline; }

.common_entry-tags-list {
    list-style:none;
    padding: 0px;
}

.common_module {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    background: #fff;
}

.common_module-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 1px 0 0 0;
    padding: 3px 5px 2px 15px;
    color: #ffffff;
    background: url(/images/background_menu_sidebar_h2.png) top left no-repeat;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
