/***
@charset "utf-8";
/* CSS Document */
/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/themes-base/blog.css);
@import url(/mt/mt-static/support/themes/chuo/chuo.css);
/* end StyleCatcher imports */
 ***/
/* Base Theme ============================================================= */
/* Reset ------------------------------------------------------------------ */
/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/
:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}
/* Utilities ----------------------------------------------------------------- */
.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */
.inline { display: inline; }
.hidden { display: none; }
/* Layout ----------------------------------------------------------------- */
body {
    text-align: center;
    background: #fff;
}
#container-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}
#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}
#alpha, #beta, #gamma {
    display: inline;
    float: left;
}
#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}
#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}
/* Wide-Thin-Thin */
.layout-wtt #alpha {
    width: 560px;
}
.layout-wtt #beta {
    left: 190px;
    width: 190px;
}
.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}
/* Thin-Wide-Thin */
.layout-twt #alpha {
    left: 190px;
    width: 560px;
}
.layout-twt #beta {
    left: -560px;
    width: 190px;
}
.layout-twt #gamma {
    width: 190px;
}
/* Wide-Thin */
.layout-wt #alpha {
    width: 750px;
}
.layout-wt #beta {
    width: 190px;
}
/* Thin-Wide */
.layout-tw #alpha {
    left: 190px;
    width: 750px;
}
.layout-tw #beta {
    left: -750px;
    width: 190px;
}
/* Medium-Wide */
.layout-mw #alpha {
    left: 330px;
    width: 610px;
}
.layout-mw #beta {
    left: -610px;
    width: 330px;
}
/* Wide-Medium */
.layout-wm #alpha {
    width: 610px;
}
.layout-wm #beta {
    width: 330px;
}
/* Content ---------------------------------------------------------------- */
a:link, a:visited {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}
blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}
ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }
/* Header */
#header-name {
    margin-bottom: .25em;
}
#header-description {
    margin-bottom: 0;
}
/* Assets */
.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}
.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}
.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}
.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}
.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}
.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}
.asset-name {
    margin-bottom: .25em;
}
.asset-footer,
.asset-meta {
    font-size: 11px;
}
.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}
.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}
.content-nav {
    text-align: center;
}
.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}
.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* User pics */
.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}
.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}
/* Feedback */
.comments-open label {
    display: block;
}
#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}
#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}
#comment-submit {
    font-weight: bold;
}
.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}
.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}
.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}
.comment-content p {
    margin-bottom: .5em;
}
/* Widgets */
.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.widget-content {
    position: relative;
    margin: 5px 0 20px;
}
.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-list .widget-list {
    margin-left: 15px;
}
.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}
.widget-tag-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}
.widget-tag-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}
.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }
#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}
.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}
.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}
.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}
.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}
.input-default {
    background-color: #9AAEC2;
}
@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
@charset "utf-8";
/* 
name: chuo
designer: Quaris
designer_url: http://quaris.jp/ 
layouts: layout-tw,layout-wt,layout-wtt
Ver1.0 2008/04/10
*/
/* ---------------------------------------------------------------------
reset elements
--------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin: 0;
    padding: 0;
    list-style:none;
}
#header-inner, #content-inner, #footer-inner {
    padding: 0;
}
#content-inner {
    padding: 0;
}
#beta-innarchive-contenter, #gamma-inner {
    padding: 0;
}
.widget-content {
    margin:0;
    padding:0;
}
/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
/*2列左メニューの場合*/
.layout-tw #alpha {
    float: right;
    width: 660px;
    left: 0;
    overflow: hidden;
}
.layout-tw #beta {
    float:left;
    left: 0;
    width: 170px;
    overflow: hidden;
    background: url(mt/mt-static/support/themes/chuo/beta_bg.jpg) repeat-y;
}
.layout-tw  #content-inner {
background-color:#CEC3A5;
    background: url(mt/mt-static/support/themes/chuo/content_inner_bg_tw.jpg) no-repeat;
}
/*1列メニューの場合*/
.layout-wtt #alpha {
    float: left;
    width: 830px;
    left: 10px;
    margin:0;
    overflow: hidden;
}
.layout-wtt #content-inner {
    background-color:#FFFFFF;
}
/*2列左メニューの場合*/
.layout-tw #alpha-inner {
    padding:0 10px 0 0px;
}
/*1列メニューの場合*/
.layout-wtt #alpha-inner {
    padding:10px 10px 0;
}
#beta-inner {
    margin:0;
    padding:0;
}
#gamma-inner {
    margin:10px 0 0 0;
    padding:0;
}
/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
    text-align:center;
    color:#292929;
    background-color:#CEC3A5;
    font: normal 100%/1.5 "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
/* リンクカラー */
a {
    color: #333333;
}
a:hover {
    color: #810000;
}
.clear {
    clear:both;
}
/* ---　ページトップ　--- */
#gotop {
    clear:both;
    width:100%;
    font-size:85% !important;
    font-size:80%;
    padding:5px 0 10px;
}
#gotop a {
    background: url(mt/mt-static/support/themes/chuo/gotop_text.gif) no-repeat;
    display: block;
    height: 7px;
    width: 56px;
    text-indent: -9999px;
    float: right;
    overflow: hidden;
}
#gotop a:hover {
    background: url(mt/mt-static/support/themes/chuo/gotop_text_hover.gif) no-repeat;
}
/* -----　パンくず　----- */
.navi {
    margin:5px 5px 15px;
    text-align:left;
    font-size:85% !important;
    font-size:80%;
}
/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */
/*2列左メニューの場合*/
.layout-tw #container {
    line-height:1.6;
    font-size:80%;
    width:830px;
    margin:0 auto;
    text-align:left;
    background: url(mt/mt-static/support/themes/chuo/container_bg_tw.jpg) repeat-y;
}
/*1列メニューの場合*/
.layout-wtt #container {
    line-height:1.6;
    font-size:80%;
    width:830px;
    margin:0 auto;
    text-align:left;
    background-color:#FFFFFF;
}
/*共通*/
#container-inner {
    position: relative;
    width:830px;
}
/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header-module {
    width:830px;
    background:#fff;
}
#header-module-inner {
    width:830px;
    background:#FFFFFF url(mt/mt-static/support/themes/chuo/header_bg.jpg) no-repeat right top;
}
#header-contents {
    width:100%;
    height:95px;
margin:0;
}
#header-contents .left {
    width:300px;
    float:left;
    margin:0;
    padding:0;
}
#header-contents .right {
    width:500px;
    float:right;
    text-align:right;
    margin:0;
    padding:0;
}
#header-description {
    width:810px;
    padding: 8px 10px 5px;
    visibility: visible;
    font-size:90% !important;
    font-size:80%;
    color: #4b4b4b;
}
#head-main {
    width:830px;
margin:0;
}
#head-main-inner {
    background:#fff;
margin:0;
}
/* ---------------------------------------------------------------------
ヘッダーナビメニュー
--------------------------------------------------------------------- */
#navi_list{
    clear: both;
    float: left;
}
#navi_list ul{
    padding:0;
}
#navi_list li {
    text-indent:-2000px;
    display:inline;
    list-style-type:none;
}
#navi_list li a {
    height:15px;
    display:block;
    float:left;
    text-indent:987px;
    text-decoration:none;
    overflow:hidden;
}
#navi_list li.nav_top a {
    background:url(mt/mt-static/support/themes/chuo/nav_bg.gif) no-repeat 0px 0px;
    width:44px;
    }
#navi_list li.nav_top a:hover {
    background:url(mt/mt-static/support/themes/chuo/nav_bg.gif) no-repeat 0px -15px;
    }    
#navi_list li.nav_profile a{
    background:url(mt/mt-static/support/themes/chuo/nav_bg.gif) no-repeat -44px 0px;
    width:75px;
    }
#navi_list li.nav_profile a:hover {
    background:url(mt/mt-static/support/themes/chuo/nav_bg.gif) no-repeat -44px -15px;
    }    
#navi_list li.nav_product a{
    background:url(mt/mt-static/support/themes/chuo/nav_bg.gif) no-repeat -119px 0px;
    width:126px;
    }
#navi_list li.nav_product a:hover{
    background:url(mt/mt-static/support/themes/chuo/nav_bg.gif) no-repeat -119px -15px;
    }    
#navi_list li.nav_list a{
    background:url(mt/mt-static/support/themes/chuo/nav_bg.gif) no-repeat -245px 0px;
    width:76px;
    }
#navi_list li.nav_list a:hover {
    background:url(mt/mt-static/support/themes/chuo/nav_bg.gif) no-repeat -245px -15px;
    }    
#navi_list li.nav_form a{
    background:url(mt/mt-static/support/themes/chuo/nav_bg.gif) no-repeat -321px 0px;
    width:86px;
    }
#navi_list li.nav_form a:hover {
    background:url(mt/mt-static/support/themes/chuo/nav_bg.gif) no-repeat -321px -15px;
    }    
#navi_list li.nav_catalog a{
    background:url(mt/mt-static/support/themes/chuo/nav_bg.gif) no-repeat -407px 0px;
    width:72px;
    }
#navi_list li.nav_catalog a:hover {
    background:url(mt/mt-static/support/themes/chuo/nav_bg.gif) no-repeat -407px -15px;
    }    
/*------------------------------
トップページのナビメニュー
------------------------------- */
#navi_list li.nav_index_prof a {
    background:url(mt/mt-static/support/themes/chuo/nav_index_bg.gif) no-repeat 0px 0px;
    width:75px;
    }
#navi_list li.nav_index_prof a:hover {
    background:url(mt/mt-static/support/themes/chuo/nav_index_bg.gif) no-repeat 0px -15px;
    }    
#navi_list li.nav_index_form a{
    background:url(mt/mt-static/support/themes/chuo/nav_index_bg.gif) no-repeat -75px 0px;
    width:86px;
    }
#navi_list li.nav_index_form a:hover {
    background:url(mt/mt-static/support/themes/chuo/nav_index_bg.gif) no-repeat -75px -15px;
    }    
#navi_list li.nav_index_cat a{
    background:url(mt/mt-static/support/themes/chuo/nav_index_bg.gif) no-repeat -161px 0px;
    width:72px;
    }
#navi_list li.nav_index_cat a:hover {
    background:url(mt/mt-static/support/themes/chuo/nav_index_bg.gif) no-repeat -161px -15px;
    }    
 */
/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
    _height:1px;
}
/* ---------------------------------------------------------------------
Content2  トップページ中央下[メイン新着記事一覧]
--------------------------------------------------------------------- */
#content1 {
    _height:1px;
    padding-top:0px;
    padding-bottom:0px;
    border-top: 1px dotted #333333;
    border-bottom: 1px dotted #333333;
}
#content2 {
    _height:1px;
    padding-top:20px;
}
/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
    width:830px;
    clear:both;
    background:#ffffff ;
    padding-bottom:10px;
    border-top: 3px solid #abbfda;
    background:#FFFFFF url(mt/mt-static/support/themes/chuo/footer_bg.jpg) no-repeat right bottom;
}
.designed {
    text-align:right;
    padding:0px 15px 0;
    font-size: 85% !important;
    font-size: 80%;
    color:#818181;
}
.designed a{
    color:#666;
}
.designed a:hover{
    text-decoration:none;
}
/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
    display : none ;
}
.archive-title em {
    text-indent: -9999px;
    display : none ;
}
.entry-asset {
    margin:0 0 0 0;
}
.asset-header {
    padding:0;
}
.asset-name {
    padding:5px 0 5px 32px;
    margin:0 0 0 10px;
    _height:1px;
    background: url(mt/mt-static/support/themes/chuo/m_archive-content_h2.gif) no-repeat left center;
    font-weight:bold;
}
.asset-content {
    padding-left:10px;
}
/* 画像枠 */
.entry-asset img {
    padding: 3px;
}
.page-asset .asset-name {
    _height:1px;
    padding:6px 10px 4px 15px;
    background: #6382C1;
    font-size:130% !important;
    font-size:125%;
    font-weight:bold;
    color:#FFF;
}
.asset-name a:link,
.asset-name a:hover,
.asset-name a:visited,
.asset-name a:active {
}
.asset-body {
    margin:0 0 0 5px;
}
.asset-body img{
    margin:0;
    padding:0;
}
.asset-more {
    margin:0 10px 10px;
}
.asset-more-link {
    text-indent: -9999px;
    height: 25px;
    clear:both;
    overflow: hidden;
}
.asset-more-link a {
    text-indent: -9999px;
    height:25px;
    width:120px;
    display: block;
    overflow: hidden;
    background: url(mt/mt-static/support/themes/chuo/m_asset_more_link.gif) no-repeat 0 0;
}
.asset-more-link a:hover {
    background: url(mt/mt-static/support/themes/chuo/m_asset_more_link_hover.gif) no-repeat 0 0;
}
.asset-meta {
    text-align:right;
    margin-top:5px;
    padding-top:7px;
    background: url(mt/mt-static/support/themes/chuo/m_asset_meta_border.gif) no-repeat left top;
    font-size:95% !important;
    font-size:90%;
    color:#4f4f4f;
}
.asset-meta a {
    text-decoration:none;
}
.asset-meta a:hover {
    text-decoration:underline;
}
/* ---------------------------------------------------------------------
トラックバック
--------------------------------------------------------------------- */
#trackbacks {
    margin:10px 0;
}
#trackbacks .trackbacks-header {
    background: url(mt/mt-static/support/themes/chuo/m_trackbacks_header_h2.gif) no-repeat left center;
    _height:1px;
    padding:6px 10px 6px 32px;
    font-size:105% !important;
    font-size:100%;
    font-weight:bold;
    border-bottom: 1px solid #c2e6f9;
    color:#333;
}
.trackbacks-info {
    padding:0 10px 0px;
}
.trackback .inner {
    padding:10px;
    margin:0 10px;
    border:1px solid #999;
    background:#eee;
}
.trackback-footer {
    text-align:right;
    margin:0;
    padding-top:5px;
    border-top: 1px dotted #999;
    font-size:95% !important;
    font-size:90%;
}
/* ---------------------------------------------------------------------
コメント
--------------------------------------------------------------------- */
#comments {
    margin:10px 0;
}
#comments .comments-header {
    _height:1px;
    padding:6px 10px 6px 32px;
    background: url(mt/mt-static/support/themes/chuo/m_comments_header_h2.gif) no-repeat left center;
    font-size:105% !important;
    font-size:100%;
    font-weight:bold;
    border-bottom: 1px solid #c2e6f9;
    color:#333;
}
#comments .comments-open-header {
    padding:6px 10px 6px 32px;
    background: url(mt/mt-static/support/themes/chuo/m_comments_header_h2.gif) no-repeat left center;
    font-size:105% !important;
    font-size:100%;
    font-weight:bold;
    border-bottom: 1px solid #c2e6f9;
    color:#333;
}
.comment {
    margin:10px 10px 10px 0px;
}
.comment .inner {
    padding:5px 10px;
    _height:1px;
}
.comment .comment-header {
    padding:0 5px;
    margin:0 0 5px;
}
.comment .comment-content {
    padding:0 5px;
}
.comments-open {
    margin-top: 20px;
}
.comments-open-header {
    _height:1px;
    padding:6px 10px 8px 15px;
}
.comments-open-content {
    padding:10px;
}
#comment-preview, #comment-submit, #comment-cancel {
    padding:0 2px;
    height:19px;
    font-size:95% !important;
    font-size:90%;
    background-color: #CCCCCC;
    color:#333333;
    border:1px solid #999999;
    padding:0 2px;
    height:19px;
}
.comment-footer {
    text-align:right;
    margin:0;
    padding:0px 5px;
    font-size:95% !important;
    font-size:90%;
}
/* ---------------------------------------------------------------------
サイトマップ
--------------------------------------------------------------------- */
.archive-content {
    padding:0 10px 10px;
    line-height:1.3;
}
.archive .archive-list-item .category_name {
    margin-top:10px;
    padding:5px 0 5px 20px;
    font-weight:bold;
    background:url(mt/mt-static/support/themes/chuo/m_sitemap_list1.gif) 0 center no-repeat;
    font-size:115% !important;
    font-size:110%;
}
.archive .archive-list-item .category_name a {
    text-decoration:underline;
}
.archive .archive-list-item {
    border-bottom: 1px solid #555555;
}
.archive .archive-list-item a {
    display:block;
    margin:0;
    padding:0 15px 0 12px;
}
.archive .archive-list-item ul {
    margin:0 0 10px 0;
    padding:0 0 5px 0;
}
.archive .archive-list-item li {
    margin:0 0 0 25px;
    padding:2px 12px;
    background: url(mt/mt-static/support/themes/chuo/m_sitemap_list2.gif) 10px center no-repeat;
    font-weight:normal;
}
/*サブカテゴリ*/
.archive .archive-list-item .archive-list-item {
    background:none;
    margin:0 0 0 20px;
    padding:10px 0 0 0;
    border:none;
    border-top: 1px solid #555555;
}
.archive .archive-list-item .archive-list-item .category_name {
    margin:0;
    padding:5px 0 5px 20px;
}
.archive .archive-list-item .archive-list-item .category_name a {
    background: none;
    _background: url(mt/mt-static/support/themes/chuo/m_sitemap_list1.gif) -50px center no-repeat;
}
.archive .archive-list-item .archive-list-item ul {
    margin:0 0 0 0;
    padding:0 0 5px 0;
}
.archive .archive-list-item .archive-list-item li {
    padding:0 0 12px 0;
    background: none;
}
.archive .archive-list-item .archive-list-item a {
    background: url(mt/mt-static/support/themes/chuo/m_sitemap_list2.gif) 0 center no-repeat;
    display:block;
    margin:0;
    padding: 0 15px;
}
 /*サブカテゴリ(第３階層)*/
.archive .archive-list-item .archive-list-item .archive-list-item {
    margin:0 0 0 20px;
    padding:10px 0 0 0;
    border:none;
     border-top: 1px solid #555555;
}
 /*サブカテゴリ(第４階層)*/
.archive .archive-list-item .archive-list-item .archive-list-item .archive-list-item {
    margin:0 0 0 20px;
    padding:10px 0 0 0;
    border:none;
     border-top: 1px solid #555555;
}
/* ---------------------------------------------------------------------
コメントプレビュー/コメント完了
--------------------------------------------------------------------- */
.comment-title {
    _height:1px;
    padding:7px 10px 7px 45px;
    background: url(mt/mt-static/support/themes/chuo/m_archive-content_h1_2cl.gif) no-repeat left center;
    font-size:130% !important;
    font-size:125%;
    font-weight:bold;
    color:#000000;
    border-bottom: 1px solid #666666;
}
.comment-container {
    margin:10px 20px 200px 10px;
}
/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-form-header {
    _height:1px;
    padding:7px 10px 7px 45px;
    background: url(mt/mt-static/support/themes/chuo/m_archive-content_h1_2cl.gif) no-repeat left center;
    font-size:130% !important;
    font-size:125%;
    font-weight:bold;
    color:#000000;
    border-bottom: 1px solid #666666;
}
.search-form-content {
    background:#eee;
    padding:15px;
    border:1px solid #666;
}
.search-results-header {
    margin:20px 0 5px;
    font-size:115% !important;
    font-size:110%;
    font-weight:bold;
    color:#000;
}
.search-results-header2 {
    _height:1px;
    padding:6px 0 4px 0;
    margin:10px 0 10px 0;
    font-weight:bold;
    line-height:1.2;
    font-size:115% !important;
    font-size:110%;
}
.search-form-content .box {
    width:200px;
}
.search-form-content .submit {
    font-size:95% !important;
    font-size:90%;
    background-color: #F4F4F4;
    color:#333333;
    border:1px solid #C9C9C9;
    padding:0 2px;
}
/* ---------------------------------------------------------------------
Widget：[ヘッダー]サイト名(ロゴ画像)
--------------------------------------------------------------------- */
.left h2 {
    text-align:left;
}
.right h2 {
    text-align:right;
}
#header-name {
    margin:10px;
    line-height: 1.5;
    color: #333;
    font-size:200% !important;
    font-size:195%;
    font-weight:bold;
    line-height: 1.5;
}
#header-name a {
    text-decoration: none;
}
#header-name a:hover {
    text-decoration: underline;
}
.logo {
    margin-top:5px;
    margin-left:10px;
    border:none;
}
/* ---------------------------------------------------------------------
Widget：[ヘッダー]フリーエリア
--------------------------------------------------------------------- */
.right .free-content1 img {
    float:right;
}
.right .free-content1 {
    padding:0 15px 0 0;
    word-wrap:break-word;
    font-size:80% !important;
    font-size:75%;
    line-height:1.6;
    text-align:right;
    height:19px;
}
.right .free-content1 a {
    color:#333333;
    text-decoration:underline;
}
.right .free-content1 a:hover {
    color: #8A0000;
}
/* ---------------------------------------------------------------------
Widget：[ヘッダー]サイトマップ・お問合せリンク
--------------------------------------------------------------------- */
.sub-contents {
    padding:0 10px 5px 0;
    font-size:85% !important;
    font-size:80%;
    text-align:right;
}
.right .sub-contents a {
    color: #333333;
    text-decoration:none;
}
.right .sub-contents a:hover {
    color:#8A0000;
    text-decoration:underline;
}
.search-content form {
    text-align: right;
}
.search-content_top form {
}
/* ---------------------------------------------------------------------
Widget：[ヘッダー]検索フォーム
--------------------------------------------------------------------- */
.widget-header-search {
    font-size:85% !important;
    font-size:80%;
}
.search-content {
    padding:0 15px 5px 0;
}
.search-content label {
    display:inline;
}
.search-content_top {
    clear:both;
    float: left;
    height: 25px;
    padding:180px 15px 5px 35px;
}
.search-content_top label {
    display:inline;
}
.widget-header-search .box {
    width:160px;
}
.widget-header-search .submit {
    font-size:95% !important;
    font-size:90%;
    background-color: #CCCCCC;
    color:#333333;
    border:1px solid #999999;
    padding:0 2px;
    height:19px;
}
/* ---------------------------------------------------------------------
Widget：[ヘッダーメイン]フリーエリア
--------------------------------------------------------------------- */
.free-content2 {
    font-size:95% !important;
    font-size:90%;
    padding:5px;
    background:#ffffff;
    color:#000000;
    border-bottom: 1px solid #0b0650;
}
/* ---------------------------------------------------------------------
Widget：[ヘッダーイメージ]ページごと画像
--------------------------------------------------------------------- */
#header-image00 {
    margin-left:15px;
    width:800px;
    height:300px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head00.gif) top no-repeat;
}
#header-image00 ul{
    padding-left:50px;
    width:500px;
}
#header-image01 {
    margin-left:15px;
    width:800px;
    height:250px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head01.jpg) top no-repeat;
}
#header-image01 {
    margin-left:15px;
    width:800px;
    height:250px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head01.jpg) top no-repeat;
}
#header-image02 {
    margin-left:15px;
    width:800px;
    height:150px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head02.jpg) top no-repeat;
}
#header-image03 {
    margin-left:15px;
    width:800px;
    height:150px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head03.jpg) top no-repeat;
}
#header-image04 {
    margin-left:15px;
    width:800px;
    height:150px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head04.jpg) top no-repeat;
}
#header-image05 {
    margin-left:15px;
    width:800px;
    height:150px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head05.jpg) top no-repeat;
}
#header-image06 {
    margin-left:15px;
    width:800px;
    height:150px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head06.jpg) top no-repeat;
}
#header-image07 {
    margin-left:15px;
    width:800px;
    height:150px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head07.jpg) top no-repeat;
}
#header-image08 {
    margin-left:15px;
    width:800px;
    height:150px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head08.jpg) top no-repeat;
}
#header-image09 {
    margin-left:15px;
    width:800px;
    height:150px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head09.jpg) top no-repeat;
}
#header-image10 {
    margin-left:15px;
    width:800px;
    height:150px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head10.jpg) top no-repeat;
}
#header-image11 {
    margin-left:15px;
    width:800px;
    height:150px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head11.jpg) top no-repeat;
}
#header-image12 {
    margin-left:15px;
    width:800px;
    height:150px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head12.jpg) top no-repeat;
}
#header-image13 {
    margin-left:15px;
    width:800px;
    height:150px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head13.jpg) top no-repeat;
}
#header-image14 {
    margin-left:15px;
    width:800px;
    height:150px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head14.jpg) top no-repeat;
}
#header-image15 {
    margin-left:15px;
    width:800px;
    height:150px;
    background: #ffffff url(mt/mt-static/support/themes/chuo/head15.jpg) top no-repeat;
}
/* ---------------------------------------------------------------------
Widget：[ヘッダーメイン]メイン画像
--------------------------------------------------------------------- */
#head-main-inner .main_image {
    clear:both;
    margin: 0;
    padding: 0;
    _height:1px;
    text-align:center;
    border-bottom: 0px solid #0b0650;
}
#head-main-inner .main_image img {
    margin:0px;
    vertical-align: bottom;
}
/* ---------------------------------------------------------------------
Widget：[メイン]メイン画像
--------------------------------------------------------------------- */
#alpha .main_image {
    margin-bottom: 0px;
}
/* ---------------------------------------------------------------------
Widget：[メイン]ウェルカムメッセージ
--------------------------------------------------------------------- */
#welcome_message {
    margin-bottom:0px;
    padding-top:15px;
    padding-bottom:20px;
    border-top:1px dotted #333333;
}
#welcome_message h3 {
    _height:1px;
    padding:0px;
    font-weight:bold;
    background: url(mt/mt-static/support/themes/chuo/m_welcome_message_h3.gif) no-repeat 10px center;
    font-size:130% !important;
    font-size:125%;
    line-height:1.2;
    color:#000000;
    text-indent: -9999px;
    display: block;
    float: right;
    overflow: hidden;
}
#welcome_message .content {
    margin:0;
    padding:0;
}
#welcome_message .content img {
    padding: 0;
}
/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧
--------------------------------------------------------------------- */
#top-news {
    width:47%;
    height:auto;
    float: left;
    margin-bottom:20px;
    padding-right:10px;
    border-right:1px dotted #333333;
}
#top-news h3 {
    _height:1px;
    margin-bottom:10px;
    padding:2px 10px;
    border:1px solid #C8BB99;
    background-color:#C8BB99;
    font-size:115% !important;
    font-size:110%;
    font-weight:bold;
    color:#ffffff;
}
#top-news .news {
    padding:2px 10px 2px 3px;
    border-bottom:1px dotted #777878;
}
#top-news .day {
    float: left;
    width: 70px;
    padding-left:30px;
    background: url(mt/mt-static/support/themes/chuo/m_top_news_arrow.gif) no-repeat 15px center;
}
#top-news .title {
    float: right;
    padding-left:5px;
    width:250px;
}
#top-news .title a {
    text-decoration:none;
}
#top-news .title a:hover {
    text-decoration:underline;
}
/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧の右エリア
--------------------------------------------------------------------- */
#top-news2 {
    float: left;
    width:47%;
    margin-bottom:20px;
    margin-left:10px;
    margin-right:10px;
}
#top-news2 .news{
    padding-left:10px;
    margin:0;
    }
#top-news2 .news img{
    float:left;
    padding:0;
    margin:0;
    }
#top-news2 h3 {
    _height:1px;
    margin-bottom:10px;
    padding:2px 10px;
    border:1px solid #C8BB99;
    background-color:#C8BB99;
    font-size:115% !important;
    font-size:110%;
    font-weight:bold;
    color:#ffffff;
}
/* ---------------------------------------------------------------------
Widget：[メイン]トップ表示記事
--------------------------------------------------------------------- */
#top-entry {
    margin-bottom:20px;
}
#top-entry h3 {
    font-weight:bold;
    font-size:130% !important;
    font-size:125%;
    color:#000000;
    font-weight:bold;
    text-indent: -9999px;
    display: block;
    float: right;
    overflow: hidden;
}
#top-entry .content {
    padding:10px;
}
#top-entry .content img {
    padding: 3px;
}
/* ---------------------------------------------------------------------
Widget：[メイン]カテゴリー表示記事
--------------------------------------------------------------------- */
#top-category {
    margin-bottom:20px;
}
#top-category h3 {
    _height:1px;
    margin-bottom:10px;
    padding:7px 10px 7px 45px;
    font-weight:bold;
    background:url(mt/mt-static/support/themes/chuo/m_top_category_h3_2cl.gif) no-repeat left center;
    font-size:130% !important;
    font-size:125%;
    color:#000000;
    font-weight:bold;
    border-bottom: 1px solid #666666;
}
.top-category-content {
    margin:0 0 15px 0;
    padding:15px 5px 10px 15px;
    background-color:#ffffff;
    background:url(mt/mt-static/support/themes/chuo/m_top_category_border.gif) no-repeat left bottom;
}
.top-category-content h4 {
    padding:5px 5px 5px 32px;
    _height:1px;
    background: url(mt/mt-static/support/themes/chuo/m_top_category_h4.gif) no-repeat left center;
    font-weight:bold;
    line-height:1.2;
    font-size:115% !important;
    font-size:110%;
}
#top-category .content {
    margin:0;
    padding:10px 0 10px;
    width:580px;
    overflow:hidden;
}
/* ---------------------------------------------------------------------
Widget：[メイン]フリーエリア
--------------------------------------------------------------------- */
.free-content3 {
    margin-bottom:20px;
    color:#000000;
    padding:0;
}
/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
    width:160px;
    margin:5px 0 20px;
    padding: 0;
}
.widget-main-menu .menu-content {
    width:160px;
    margin: 0 10px;
    font-size:100% !important;
    font-size:95%;
    line-height:0.9;
    font-weight: normal;
}
.widget-main-menu .menu-content a{
    width:160px;
    margin: 0 10px;
    font-size:100% !important;
    font-size:95%;
    line-height:0.9;
    font-weight: normal;
}
.widget-main-menu .menu-list-item {
    width: 180px;
}
.widget-main-menu .menu-list-item a {
    display:block;
    width:145px;
    padding:3px 5px 3px 10px;
    background:url(mt/mt-static/support/themes/chuo/s_menu_list_item_arrow.gif) no-repeat 0 center;
    text-decoration:none;
    color: #333333;
    border-bottom: 1px solid #ffffff;
}
.widget-main-menu .menu-list-item a:hover {
    background:url(mt/mt-static/support/themes/chuo/s_menu_list_item_arrow_hover.gif) no-repeat 0 center;
    text-decoration:underline;
    color:#8A0000;
}
.widget-main-menu .menu-list .menu-list a {
    display:block;
    width:125px;
    padding:3px 5px 3px 20px;
    background:url(mt/mt-static/support/themes/chuo/s_menu_list_item_arrow2.gif) no-repeat 0 center;
    text-decoration:none;
    color: #333333;
    border-bottom: 1px solid #ffffff;
}
.widget-main-menu .menu-list .menu-list a:hover {
    background:url(mt/mt-static/support/themes/chuo/s_menu_list_item_arrow_hover2.gif) no-repeat 0 center;
    color:#8A0000;
    text-decoration:underline;
}
/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */
.widget-side-search {
    margin:5px 0 15px 0;
}
.widget-side-search .widget-header {
    width:165px;
    margin:0 0 0 10px;
    padding:2px 0 2px 15px;
    font-size: 115% !important;
    font-size: 110%;
    color:#333333;
    font-weight:bold;
    border-bottom: 1px solid #FFFFFF;
}
.widget-side-search .widget-content {
    width:170px;
    padding:5px;
    margin-right: 10px;
    margin-left: 10px;
    font-size:90% !important;
    font-size:85%;
    color:#333333;
    overflow:hidden;
}
.widget-side-search .box {
    width:158px;
}
.widget-side-search .submit {
    color:#333333;
    border:1px solid #C9C9C9;
    background-color: #F4F4F4;
    padding:2px;
    float:right;
    height:1.7em;
    display: block;
    margin: 3px 8px 0;
}
/* ---------------------------------------------------------------------
Widget：[サイド]rss
--------------------------------------------------------------------- */
.rss {
    width:170px;
    padding:0 0 15px 15px;
}
.rss-content {
    background: url(mt/mt-static/support/themes/chuo/s_rss.gif) 5px center no-repeat;
    padding-left:22px;
}
.rss-content a {
    color:#333333;
}
.rss-content a:hover {
    color: #8A0000;
}
/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
    font-size: 85% !important;
    font-size: 80%;
    line-height:1.4;
    width:160px;
    margin: 10px 0 15px 14px;
}
.widget-company .widget-content {
    width: 100%;
    overflow: hidden;
    padding:5px;
    border:1px solid #8da3b5;
    background:#ffffff url(mt/mt-static/support/themes/chuo/s_company_bg.jpg) repeat-x top;
    word-break:break-all;
}
/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content4 {
    width:160px;
    line-height:1.4;
    font-size: 85% !important;
    font-size: 80%;
    overflow: hidden;
    padding:5px;
    margin: 10px 0 15px 14px;
}
/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget-calendar {
    margin:5px 0 15px 0;
}
.widget-calendar .widget-header {
    width:165px;
    margin:0 0 10px 10px;
    padding:2px 0 2px 15px;
    font-size: 115% !important;
    font-size: 110%;
    color:#333333;
    font-weight:bold;
    border-bottom: 1px solid #FFFFFF;
}
.widget-calendar .widget-content {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.widget-calendar .widget-content table {
    text-align:center;
    margin:0 auto;
    width: 150px;
}
.widget-calendar .widget-content table th {
    font-weight:normal;
    color:#333333;
    font-size: 100% !important;
    font-size: 95%;
}
.widget-calendar .widget-content table td {
    padding:1px 3px;
    font-size: 100% !important;
    font-size: 95%;
    color:#333333;
}
/* ---------------------------------------------------------------------
Widget：[サイド]ウェブページ一覧
--------------------------------------------------------------------- */
.widget-folders {
    width:180px;
    margin:5px 0 15px 10px;
}
.widget-folders .widget-content {
    width:170px;
    padding:5px;
}
.widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-list .widget-list {
    padding:0;
    margin:0;
}
.widget-list-item {
    margin:0;
    padding:0 0 0 25px;
    background: url(mt/mt-static/support/themes/chuo/s_folders_arrow.gif) no-repeat 0px center;
    _height: 1px;
}
/* ---------------------------------------------------------------------
Widget：[フッター]フッターメニュー
--------------------------------------------------------------------- */
.widget-footer-menu {
    width:100%;
    text-align:right;
    font-size: 95% !important;
    font-size: 90%;
}
.widget-footer-menu a {
    text-decoration:underline;
}
.widget-footer-menu a:hover {
    text-decoration:none;
}
.widget-footer-menu ul {
    padding:5px 10px;
}
.widget-footer-menu li {
    display: inline;
    padding: 0 5px 0 12px;
}
/* ---------------------------------------------------------------------
Widget：[フッター]コピーライト
--------------------------------------------------------------------- */
#widget-copyright {
    width:100%;
    color: #818181;
    width:100%;
    text-align: right;
}
#widget-copyright .copyright-content {
    padding:10px 15px 0;
    font-size: 85% !important;
    font-size: 80%;
}
.blue a{
color:#0000FF;
}
