@charset "utf-8"; /* PublishCharset into mt-config.cgi */

/* すべて */
* {
 margin: 0; /* ページ全体のmargin */
 padding: 0; /* ページ全体のpadding */
 font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
    color:#ffffff;
    text-align:left;
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h5, h6 {
    font-weight: normal;
}
h2{
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
    font-weight: normal;
    color:#ffffff;
    letter-spacing: 0.3em; 
}
h3{
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
    padding:0 0 0 20px; 
    font-size: 14pt;
    color: #9b6735;
    /*font-weight: bolder;*/
    font-weight: normal;
}
h4{
    margin: 10px 0 0 10px;
    font-weight: normal;
    border-left: 3px solid #9b6735;
    padding:0 0 0 10px;
    font-size: 11pt;
}
h5{
    font-weight: normal;
    margin: 15px 0;
    text-indent:1em;
    font-size: 11pt;
    background-color:#4c001a/*#1f1f1f #ffffff*/;
    color:#ffffff/*#9a6634*/;
}

/* リンク */
a,
a:link,
a:visited {
    color: #fff;
    text-decoration: none;
}
a:hover {
      text-decoration:none;
      color: #5c3d20;
      background: transparent;
}
a:active {}

/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#header {
 width: 800px;
 /*height: 100px;*/
 margin:0px; /* ページ全体のmargin */
 padding:10px 0 0 0; 
 font-size: 12px;
 text-align:left;
 color: #ffffff;
 background: #000000;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    text-decoration: none;
}
#header a:hover,
#header a:active {
    color: #8ecdf0;
    background: transparent;
    text-decoration: none;}
#header:after{
    content:"";
    display:block;
    height:0;
    clear:both;
    }


/* タイトルバナー下の説明 */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}

/* エントリー日付 */
.date {
    margin: 8px 0;
}

/* エントリー日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
    padding-left: 8px;
    color: #fff;
    background: #8fabbe;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0 0;
    padding: 3px 0 0 20px;
    font-size: 16px;
    /*font-weight: bold;*/
    background:url("http://www.eemc.jp/sharing/image/bg-h2.jpg") no-repeat left top;
      width:440px;
      height:28px;
}
.entry-header-image {
    /*margin: 15px 0 0;*/
    /*padding-left: 5px;*/
    /*border-left: 3px solid #999;*/
      width:450px;
      height:80px;
}
/* エントリータイトル-------etc------- */
.entry-header-etc {
    margin: 0 0 0 0;
    padding: 20px 0 0 30px;
}
/* エントリー */
.entry {
    width: auto;
    padding: 0 0 0 0;
    color: #ffffff;
    background: #000000;
    font-size: 11px;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.entry p {
    margin: 15px 0;
    /*text-indent:1em;*/
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
    color:#000000;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    /*border-top: 1px dotted #36414d;*/
    font-size: 83.3%;
    text-align: right;
}

#under_category,
#tagcloud {
    margin: 10px 0 0;
    padding-top: 3px;
    /*border-top: 1px dotted #36414d;*/
    font-size: 83.3%;
    text-align: left;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページ本文 */
.archive ul li {
    list-style-type: none;
}
.archive-list {
    margin: 10px 0 50px 0;
}
.archive-list-item{
    margin: 0 0 10px 0;
}
.archive-content{
    font-size: 10px;
}
/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 83.3%;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    border: 1px solid  #666666;
    color: #333;
    background: #f6f6f6;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #333;
    font-size: 75%;
    line-height: 1.5;
}
.side ul,
.side ol {
    padding-left: 16px;
}
.side ul li {
    list-style-type: circle;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* 検索 */
fieldset {
    border: none;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    text-align: center;
}
/*---------------------------------メールフォームもこちらです---------------------------*/
/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 20px 2px 0 10px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}
.comments-open-content label{
   margin: 10px 0 5px 0;
   padding: 5px 10px;
   font-size: 12px;
   color:#9b6735;
   background:#1f1f1f;
   /*background:url("http://www.eemc.jp/sharing/image/mail-back.jpg") left top;*/
   letter-spacing: 0.3em; 
}
.comments-open-content input,
.comments-open-content textarea{
margin: 5px 0 10px 0;
border-style: solid;
border-width: 1px;
border-color: #a6a6a6;
background-color:#000000;
color:#ffffff;
onFocus:#eaeaea;
onBlur:#000000;
}
#mail_select001,
#mail-form-author,
#mail-form-author2,
#mail-form-author3,
#mail-form-author4,
#mail-form-email,
#mail-form-yubin,
#mail-form-add,
#mail-form-tel1,
#mail-form-tel2,
#mail_date,
#mail-form-open,
#mail-form-closed,
#mail-form-area,
#mail-form-peop,
#mail-form-subject,
#mail-form-text,
#mail_site,
#mail-form-footer{
   margin: 10px 0 5px 0;
}


.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

/* 検索結果画面 */
.search-header {
    margin: 8px 0;
}
.search-result-header {
    margin: 15px 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin: 0px; /* ページ全体のmargin */
    padding: 0px; /* ページ全体のpadding */
    text-align: center; /*下記のautoに未対応用のセンタリング */
    background: #000000;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-left: auto;    /* 左側マージンを自動的に空ける */
    margin-right: auto;   /* 右側マージンを自動的に空ける */
    text-align: left;     /* 中身を左側表示に戻す */
    background-color: #000000;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column #box {
    width: 800px;
}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 665px;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 478px;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
    width: 478px;
    float: left;
    /*margin-left;310px;*/
}

.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}

/*--------サイド3--------------------------------------------------*/
.layout-three-column #links-3-box {
    width: 310px;
    float: left;
}
.layout-three-column #links-3 {
    padding: 50px 0 0 20px;
}

/*--------サイド4--------------------------------------------------*/
.layout-three-column #links-4-box {
    float: left;
    width: 160px;
    height:620px;
    background:#000;
    margin-left: auto;
    margin-right: auto;
      }

.layout-three-column #links-4 {
    margin:10px 10px 0 10px;
    border: 1px solid #464646;
    height:580px;
    font-size: 12px;
    letter-spacing: 0.1em; 
     }
    #links-4 a {
      text-decoration:none;
      color: #9b6735;
      background: transparent;
      }
    #links-4 a:hover {
      text-decoration:none;
      color: #5c3d20;
      background: transparent;
      }
    #links-4 ul {
      list-style:none;
      }
    #links-4 li {
      padding:5px 0 0px 20px;
      }
    #links-4 #l4-off{
      padding:0;
      text-align:center;
      border: 1px solid #464646;
      }
    #links-4 .l4-right{
      padding:0 0 0 0;
      text-align:right;
      font-size: 8px;
      }
    .l4-1{
      margin:5px 0 0 0; 
      font-size: 1px;
      text-align:center;
      }
    .l4-2{
      width: 120px;
      margin:5px 8px 10px 8px; 
      font-size: 1px;
      text-align:center;
      border-top: 1px solid #464646;
      }
    .l4-3{
      margin:10px 0 0 0; 
      font-size: 1px;
      text-align:center;
      }
    .l4-4{
      margin:220px 0 0 0; 
      font-size: 1px;
      text-align:center;
      }
    .l4-5{
      margin:300px 0 0 0; 
      font-size: 1px;
      text-align:center;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \
    #links-4 a span {float:none;}
     End IE5-Mac hack */
.l4-Google {
      margin-left:auto;
      margin-right:auto;
      text-align:center;
      color: #9b6735;
}
.l4-Google input,
.l4-Google textarea{
border-style: solid;
border-width: 1px;
border-color: #a6a6a6;
background-color:#000000;
onFocus:#eaeaea;
onBlur:#000000;
}
.l4-Google label{
background-color:#1f1f1f;
color:#9b6735;
}
#ss0,
#ss1{
/*background-color:#ccc;*/
border:none;
}
#sbi{
color:#ffffff;}
#sbb{
color:#9b6735;
background-color:#1f1f1f;
}
/*.layout-three-column #links-4-box:after{
    content:"";
    display:block;
    height:0;
    clear:both;
    }*/

/*--------サイド4---ここまで-----------------------------------------------*/

.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
}

/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 478px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
}

/* 1カラム固定レイアウト */
.layout-one-column #content {}

/* 3カラム固定レイアウト(エントリー全体) */
.layout-three-column .blog {
    padding: 10px 15px;
}

/*--------センター画像1------記事3関連--------------------------------------------*/

.layout-three-column #content-etc {
    float: left;
    width: 640px;
}
#content-link1,
#content-link2{
    font-size: 8px;
}
#content-link2{
    text-align: right;
}

.layout-three-column #content-etc:after{
    content:"";
    display:block;
    height:0;
    clear:both;
    }
.layout-three-column #links-center-box{
    float: left;
    width: 160px;
    /*margin-left:0px;*/
}
.layout-three-column #links-center-image{
    padding: 50px 0 0 20px;
}
/*.layout-three-column #links-center-box:after{
    content:"";
    display:block;
    height:0;
    clear:both;
    }
*/

.layout-three-column .blog-etc {
    float: left;
    width: 450px;
    padding: 10px 10px;
}
.layout-three-column .blog-etc:after{
    content:"";
    display:block;
    height:0;
    clear:both;
    }

/* --------------------------プロフィールのページ----------------------*/
.layout-three-column #links-center-profile-box{
    float: left;
    width: 200px;
    /*margin-left:0px;*/
}
.layout-three-column #links-center-profile-image{
    padding: 0;
}
.layout-three-column .blog-profile-etc {
    float: left;
    width: 410px;
    padding: 10px 10px;
}
.layout-three-column .blog-profile-etc:after{
    content:"";
    display:block;
    height:0;
    clear:both;
    }

/* 2カラム固定レイアウト(左サイドバー:エントリー全体) */
.layout-two-column-left .blog {
    padding: 10px 15px;
}

/* 2カラム固定レイアウト(右サイドバー:エントリー全体) */
.layout-two-column-right .blog {
    padding: 10px 15px;
}

/* 1カラム固定レイアウト(エントリー全体) */
.layout-one-column .blog {
    padding: 0 15px;
}

/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}


/* 1カラム用 */
body.layout-one-column-liquid {
    background: #36414d;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    clear: both;
    width: 800px;
    color: #464646;
    background: #000000;
    font-size: 12px;
    text-align: center;
    line-height: 3.5;
}
#footer a,
#footer a:link,
#footer a:visited {
    color: #464646;
    text-decoration: none;
}
#footer a:hover {
    color: #5c3d20;
    text-decoration: none;
}
.layout-three-column #footer {
    width: 800px;
}
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 665px;
}
.layout-one-column #footer {
    width: 478px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*- Menu Tabs E------------ヘッダの下部のメインメニュー--------------- */

    #tabsE {
      float:left;
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;
      margin-top:10px;
      }
    #tabsE ul {
        margin: 0;
        padding:0px 0px 0px 0px;
        list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE span {
      display:none;
      }
    #tabsE #menu1 a {
      float:left;
      background:url("http://www.eemc.jp/sharing/image/fantasticduo.jpg") no-repeat left top;
      width:133px;
      height:33px;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    #tabsE #menu1 a:hover {
      float:left;
      background:url("http://www.eemc.jp/sharing/image/fantasticduo2.jpg") no-repeat left top;
      width:133px;
      height:33px;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    #tabsE #menu2 a {
      float:left;
      background:url("http://www.eemc.jp/sharing/image/celebratedguest.jpg") no-repeat left top;
      width:133px;
      height:33px;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    #tabsE #menu2 a:hover {
      float:left;
      background:url("http://www.eemc.jp/sharing/image/celebratedguest2.jpg") no-repeat left top;
      width:133px;
      height:33px;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    #tabsE #menu3 a {
      float:left;
      background:url("http://www.eemc.jp/sharing/image/premiummc.jpg") no-repeat left top;
      width:133px;
      height:33px;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    #tabsE #menu3 a:hover {
      float:left;
      background:url("http://www.eemc.jp/sharing/image/premiummc2.jpg") no-repeat left top;
      width:133px;
      height:33px;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    #tabsE #menu4 a {
      float:left;
      background:url("http://www.eemc.jp/sharing/image/luxuryparty.jpg") no-repeat left top;
      width:133px;
      height:33px;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    #tabsE #menu4 a:hover {
      float:left;
      background:url("http://www.eemc.jp/sharing/image/luxuryparty2.jpg") no-repeat left top;
      width:133px;
      height:33px;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    #tabsE #menu5 a {
      float:left;
      background:url("http://www.eemc.jp/sharing/image/partyproducer.jpg") no-repeat left top;
      width:133px;
      height:33px;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    #tabsE #menu5 a:hover {
      float:left;
      background:url("http://www.eemc.jp/sharing/image/partyproducer2.jpg") no-repeat left top;
      width:133px;
      height:33px;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    #tabsE #menu6 a {
      float:left;
      background:url("http://www.eemc.jp/sharing/image/concierge.jpg") no-repeat left top;
      width:135px;
      height:33px;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    #tabsE #menu6 a:hover {
      float:left;
      background:url("http://www.eemc.jp/sharing/image/concierge2.jpg") no-repeat left top;
      width:135px;
      height:33px;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */

/*- Menu Tabs F------ヘッダの一番上のメニュー----------------- */

    #tabsF {
clear: both;
      float:right;
      background:#000;
      line-height:normal;
      }
    #tabsF ul {
        margin:0;
        padding:0;
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      float:left;
      width:78px;
      height:15px;
 text-align:center;

      }
#blog-name a,
    #tabsF #menuF1 a,
    #tabsF #menuF2 a,
    #tabsF #menuF3 a,
    #tabsF #menuF4 a {
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
#blog-name a:hover,
    #tabsF #menuF1 a:hover,
    #tabsF #menuF2 a:hover,
    #tabsF #menuF3 a:hover,
    #tabsF #menuF4 a:hover {
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      color: #5c3d20;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */

/*- Menu Tabs G----------フッターメニュー----------------- */

#tabsG {
/*float:right;*/
 width:100%;
 padding:5px 0 5px 0;
 background:#000;
 line-height:normal;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #464646;
 font-size: 12px;
 letter-spacing: 0.2em; 
      }
#tabsG ul {
      list-style:none;
margin: 0 0 0 1em; 
padding: 0; 
      }
#tabsG li {
      display:inline;
      }
#tabsG #tG-link1 li,
#tabsG #tG-link2 li,
#tabsG #tG-link3 li,
#tabsG #tG-link4 li,
#tabsG #tG-link5 li,
#tabsG #tG-link6 li,
#tabsG #tG-link7 li,
#tabsG #tG-link8 li {
      display:inline;
      }
#tabsG #tG-link1 a,
#tabsG #tG-link2 a,
#tabsG #tG-link3 a,
#tabsG #tG-link4 a,
#tabsG #tG-link5 a,
#tabsG #tG-link6 a,
#tabsG #tG-link7 a,
#tabsG #tG-link8 a {
    color: #9b6735;
    background: transparent;
    text-decoration: none;
      }
#tabsG #tG-link1 a:hover,
#tabsG #tG-link2 a:hover,
#tabsG #tG-link3 a:hover,
#tabsG #tG-link4 a:hover,
#tabsG #tG-link5 a:hover,
#tabsG #tG-link6 a:hover,
#tabsG #tG-link7 a:hover,
#tabsG #tG-link8 a:hover {
    color: #5c3d20;
    background: transparent;
    text-decoration: none;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsG a span {float:none;}
    /* End IE5-Mac hack */
/*------------------------オファーページへのリンク---------------------------------*/
.link-offer {
   margin: 15px 0px 5px 170px;
   padding: 5px 10px;
   font-size: 12px;
   color:#9b6735;
   background-color:#1f1f1f;
   /*background:url("http://www.eemc.jp/sharing/image/mail-back.jpg") left top;*/
   /*letter-spacing: 0.3em; */
}

.link-offer a, 
.linkOffer-left a,
.l4-offer a {
      text-decoration:none;
      color: #9b6735;
      background: transparent;
/*   background:#1f1f1f;*/
      }
.link-offer a:hover,
.linkOffer-left a:hover,
.l4-offer a:hover {
      text-decoration:none;
      color: #5c3d20;
/*   background:#1f1f1f;*/
     background: transparent;
      }

.linkOffer-left {
   margin: 15px 0px 5px 10px;
   padding: 5px 10px;
   font-size: 12px;
   color:#9b6735;
   background-color:#1f1f1f;
   /*background:url("http://www.eemc.jp/sharing/image/mail-back.jpg") left top;*/
   /*letter-spacing: 0.3em; */
}

.l4-offer {
   margin: 0 0 0 0;
   padding: 5px 5px;
   font-size: 12px;
   color:#9b6735;
   background-color:#1f1f1f;
   /*background:url("http://www.eemc.jp/sharing/image/mail-back.jpg") left top;*/
   /*letter-spacing: 0.3em; */
}

.campaign table{
    width:420px;
    border:2px solid #4f011b;
    border-collapse:collapse;
    border-spacing:5px;
    font-size:13px;
    color:#ffffff;
    background-color:#4f011b;
}
.campaign th,
.campaign td{
    padding: 10px 10px;
}


#mtrackword,
#mstarcounter,
#footmylink {
    width: 800px;
    text-align:center;
    color: #111111;
    background: #000000;
    font-size: 10px;
}
#footmylink,
#footmylink a,
#footmylink a:link,
#footmylink a:visited,
#trackword1 a,
#trackword2 a,
#trackword3 a,
#trackword4 a,
#trackword5 a,
#trackword6 a,
#trackword1 a:link,
#trackword2 a:link,
#trackword3 a:link,
#trackword4 a:link,
#trackword5 a:link,
#trackword6 a:link,
#trackword1 a:visited,
#trackword2 a:visited,
#trackword3 a:visited,
#trackword4 a:visited,
#trackword5 a:visited,
#trackword6 a:visited,
#GYM_footer,
#GYM_footer a,
#GYM_footer a:link,
#GYM_footer a:visited,
#starcounter1,
#starcounter1 a,
#starcounter1 a:link,
#starcounter1 a:visited,
#technorati,
#technorati a,
#technorati a:link,
#technorati a:visited{
    color: #111111;
    text-decoration: none;
}
#footmylink a:hover,
.footmylink a:hover,
#trackword1 a:hover,
#trackword2 a:hover,
#trackword3 a:hover,
#trackword4 a:hover,
#trackword5 a:hover,
#trackword6 a:hover,
#GYM_footer a:hover,
#starcounter1 a:hover,
#technorati a:hover {
    color: #5c3d20;
    text-decoration: none;
}
.trackword ul{
    list-style:none;
    font-size:10px;
    height:14px;
    overflow:hidden;
    line-height:100%;
}
.trackword li{
    list-style:none;
    float:left;
    padding:1px;
    line-height:100%;
    color:#111111;
}
/*------------------GYM用----------------------*/
h1#blog-name,
h1#blog-name a:link,
h1#blog-name a:visited,
h1#blog-name a {
   font-size: 18px;
   /*color: #9b6735;*/
   font-weight: bold;
} 
#blog-name img{
float:left;
}

.description {
margin:5px 0 20px 135px;
color: #9b6735;
font-size: 12px;
line-height: 1.5em; 
}
/*GYM index*/
.layout-three-column #content_GYM {
    width: 800px;
}
.entry_GYM {
    width: auto;
    padding: 0 0 0 0;
    color: #ffffff;
    background: #000000;
    font-size: 12px;
    line-height:1.5;
    word-break: break-all;
}
#under_link{
    color: #464646;
    margin:10 0 0 0;
    font-size: 8px;
}
#under_link a {
    color: #464646;
    background: transparent;
    text-decoration: none;
      }
#under_link a:hover {
    color: #5c3d20;
    background: transparent;
    text-decoration: none;
      }
.non2009{
display:none;
}