body {
    font: 95%/175% メイリオ, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

a {
    color: #090;
}

a img {
    border: none;
}

a:hover {
    color: #c00;
}

a.anchor {
    color: #333;
}

a.anchor:hover {
    color: #333;
}

table {
    margin: 10px auto;
    padding: 0;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
}
tr {
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
}
th, td {
    margin: 0;
    padding: 3px 1em;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
}
th {
    font-weight: normal;
    text-align: center;
    background: #efc;
}
td.center {
    text-align: center;
}

#rap {
    background: #FFFFFF;
    margin: 0 auto 0 auto;
    width: 820px;
    text-align: left;
    border: 1px solid #dcdcdc;
}

#header {
    margin: 0;
    padding: 0;
    text-align: left;
}

#header h1 {
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 8pt;
    background: transparent url(images/logo.gif) no-repeat top left;
    width: 258px;
    float: left;
    height: 62px;
    text-indent: -920px;
    overflow: hidden;
}

#header h1 span {
    font-size: 10pt;
}

#header h1 a {
    display: block;
    width: 258px;
    height: 62px;
    position: relative;
    text-indent: -920px;
    overflow: hidden;
    color: #fff;
}

#header form {
    margin: 25px 10px 0 0;
    padding: 0;
    font-size: 80%;
    position: relative;
    text-align: right;
    float: right;
    color: #999;
    width: 400px;
}

.description {
    margin: 0 0 0 10pt;
    font-size: 12px;
    color: #996600;
    clear: both;
}

.searchform {
    margin: 0;
    padding: 0;
    text-align: right;
}

#headerimg {
    margin: 0;
    padding: 0;
    width: 820px;
    height: 200px;
    clear: both;
    color: #fff;
    background: url(images/topimg.png) no-repeat;
}

#contenthead h2 {
    margin: 10px 0 0 0;
    padding: 5px 30px;
    border: solid 0px #6c6;
    border-width: 1px 0;
    color: #666;
    background: #efc;
    font-size: 140%;
}

#content {
    padding: 0 5px;
    /* border-right: solid 1px #dfdfdf; */
    position: relative;
    float: left;
    width: 600px;
    color: #333;
}

#content h2 {
    margin: 10px 0 3px 0;
    padding-left: 5px;
    border-bottom: solid 1px #6F6F6F;
    color: #5F707A;
    font-size: 100%;
    position: relative;
    clear: both;
}

#content h2.storytitle a {
    color: #5F707A;
    text-decoration: none;
}

#content h2.storytitle a:hover {
    color: #495865;
    text-decoration: none;
}

#content h2#comments a {
    color: #5F707A;
    font-size: 13px;
}

#content h3 {
    padding-left: 5px;
    border-left: solid 3px #c33;
    border-bottom: solid 1px #ccc;
    font-size: 100%;
    color: #330;
    clear: both;
}

#content h3 img {
    border: 0;
}

#content h4 {
    margin: 5px;
    padding-left: 5px;
    border-left: solid 3px #3c3;
    font-size: 90%;
    color: #330;
}

#content div.post {
    margin: 10px 0 20px 0;
    padding: 0;
}

#content div.post p {
    line-height: 170%;
}

#content ul {
    margin: 0;
    padding: 0;
}

#content div.post li {
    padding-left: 15px;
    line-height: 160%;
    list-style-type: none;
    background: url(images/listmarker_red.gif) 0 5px no-repeat;
}

#content div.post p {
    width: 90%;
}

#content div.post div.storycontent li {
    margin-left: 15px;
    width: 85%;
}


#content div.post div.meta {
    font-size: 90%;
    text-align: right;
}

#content div.post div.meta ul, #content div.post div.meta li {
    display: inline;
    margin: 0;
    padding: 0;
}

#content div.post div.feedback {
    font-size: 12px;
}


#content div.post div.storycontent {
    margin: 0 10px;
    clear: both;
}

#content div.post div.storycontent p {
    width: 100%;
}

#content div.post div.storycontent ul, #content div.post div.storycontent ol {
    margin-left: 0;
    padding-left: 0;
}

#content div.post div.storycontent blockquote {
    background: #f7f7f7;
    border-left: 3px solid #6F6F6F;
    font-family: Osaka, Verdana, sans-serif;
    margin-left: 20px;
    padding: 4px 4px 4px 7px;
    width: 85%;
}


#content #commentlist {
    margin: 20px 20px 20px 23px;
    padding: 0;
}

#content #commentlist li {
    margin-bottom: 10px;
}

#content #commentform input, #content #commentform textarea {
    font-size: 12px;
    padding: 2px;
}

#content #commentform textarea {
    height: 150px;
    width: 90%;
}

#content code {
    color: #800000
}

#content .topic_list ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    display: block;
}

#content .topic_list ul li{
    margin: 10px 0;
    padding: 0;
    line-height: 120%;
}
#content .topic_list ul li .topic_list_date{
    font-size: 80%;
}
#content .topic_list ul li .topic_list_item a{
    text-decoration: underline;
    font-size: 80%;
}

#navcontainer {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    background: #ddd;
    width: 820px;
    height: 32px;
}

#navcontainer:after {
    height: 1px;
    content: "";
    display: block;
    clear: both;
}

#navcontainer ul {
    padding: 0;
    margin: 0;
}

#navcontainer ul li {
    list-style: none;
    float: left;
    width: 160px;
}

#navcontainer ul li.page_item a {
    padding: 3px;
    border-right: 1px solid #FFFFFF;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    color: #ffffff;
    background: #c00 url(images/bg_gnavi.jpg) repeat-x 0 0;
}

#navcontainer ul li.page_item a:hover {
    background: #ddd url(images/bg_gnavi.jpg) repeat-x 0 -180px;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
    padding: 3px;
    border-right: 1px solid #DFDFDF;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background: #C9C0B0 url(images/bg_gnavi.jpg) repeat-x 0 -360px;
}

.printpage {
    margin-bottom: 5px;
    padding-left: 20px;
    line-height: 130%;
    font-size: 80%;
    background: transparent url(images/icon_printer.gif) no-repeat;
    width: 190px;
}

#menu {
    margin: 10px 0 10px 0;
    position: relative;
    clear: right;
    float: left;
    top: 0px;
    left: 10px;
    width: 200px;
}

#menu ul {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}

#menu ul li {
    color: #5F5F5F;
    margin: 0;
    padding: 0;
}

#menu p {
    width: 180px;
    font-weight: bold;
}

#menu h2 {
    border-bottom: 1px solid;
    width: 180px;
    font-size: 90%;
    margin: 0;
    padding: 0;
}

#menu dl, #menu dt, #menu dd {
    margin: 0;
    padding: 0;
}

#menu ul {
    margin: 5px 0 15px 0;
    width: 180px;
}

#menu ul li {
    margin: 0;
    padding: 13px 5px;
    border: solid 0px #ccc;
    border-width: 0 0 1px 0;
    font-weight: normal;
    font-size: 90%;
    line-height: 130%;
}

#menu ul li a {
    color: #090;
    text-decoration: none;
}

#menu ul li a:hover {
    text-decoration: underline;
}

#contact dt {
    margin: 0;
    padding: 3px 10px;
    border: solid 1px #fc9;
    position: relative;
    font-size: 90%;
    line-height: 100%;
    color: #333;
    background: #ffc;
}

#contact dd {
    margin: 0;
    padding: 5px 10px;
    border: solid 1px #fc9;
    border-top-width: 0;
    position: relative;
    font-size: 80%;
    line-height: 130%;
    color: #333;
    background: #FFF47A;
}

#contact .telfax{
    margin: 0 0 3px 0;
    padding: 5px 5px 5px 20px;
    position: relative;
    font-size: 130%;
    line-height: 130%;
    color: #333;
    background: #fff;
}

.breadcrumb {
    margin: 5px 0 -5px 10px;
    font-size: 90%;
}

.navigation_to_top {
    font-size: 90%;
    text-align: right;
}

#footer {
    width: 820px;
    clear: both;
}

.footer_navi {
    border-top: solid 1px #ccc;
    font-size: 85%;
    clear: both;
    color: #333;
}

.footer_navi ul {
    margin: 5px 30px;
    padding: 0;
    list-style-type: none;
}

.footer_navi_cat {
    clear: both;
}

.footer_navi_cat div {
    float: left;
    width: 5.5em;
}

.footer_navi_cat ul {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}

.footer_navi_cat li {
    padding: 0 5px;
    display: block;
    float: left;
}

.credit {
    margin: 0 auto;
    padding: 35px 0 20px 0;
    border-top: 1px solid #9EDD49;
    font-size: 85%;
    text-align: center;
    clear: both;
    color: #333;
    /* background: #9EDD49; */
    background: url(images/bg_footer.jpg) left top repeat-x;
}
.credit a {
    text-decoration: none;
    color: #c00;
}
.credit a:hover {
    text-decoration: underline;
    color: #f00;
}

.navigation {
    text-align: center;
    width: 100%;
    height: 20px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    text-align: center;
}

#commentlist p.meta, #commentlist p.meta a {
    color: #867b64;
    font-family: Osaka, Verdana, sans-serif;
    font-size: 11px;
}

#trackbacklist p.meta, #trackbacklist p.meta a {
    color: #867b64;
    font-family: Osaka, Verdana, sans-serif;
    font-size: 11px;
}

#home_product_items {
    width: 560px;
}

#home_product_items:after {
    content: "";
    display: block;
    clear: both;
}

#home_product_items .home_product_item {
    margin: 0 5px;
    float: left;
    width: 170px;
}

#home_product_items .home_product_item h3 {
    margin: 0;
    padding: 10px 5px;
    border: solid 3px #9c3;
    text-align: center;
    font-size: 90%;
}

#home_product_items .home_product_item p {
    margin: 0;
    padding: 3px;
    font-size: 90%;
    line-height: 120%;
    height: 4em;
}

.comment-number {
    font: italic 28px 'Times New Roman', Times, serif;
    color: #73a0c5;
}

.alt {
    background-color: #f8f8f8;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    padding: 10px;
}

.none {
    margin: 0;
    padding: 10px;
}

.text-smaller {
    font-size: 80%;
}

.text-smallest {
    font-size: 60%;
}

#ed_toolbar input {
    border: 1px solid #dcdcdc;
    background-color: #e6eadb;
    margin: 0 1px 0 0;
}
