﻿
/* 基本設定 ST */

/* 基本背景色はここで変更する */
html,body{
    background:#333300; margin:0px
}

body {
    font-family:  "メイリオ", Meiryo, Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

a:link              { text-decoration:none; color:#000000; }
a:visited           { text-decoration:none; color:#000000; }
a:hover             { text-decoration:underline; color:#c40026;}
a:active            { text-decoration:none; color:#000000; }

/* コンテンツコンテナーのスタイル コンテンツの背景色 */
#container {
    margin:15px 0px 15px 0px;
    padding:3px 20px 20px 20px; 
    background-color:#ffffff;
}

#HEADER_CONTENTS{
    margin-bottom:3px; 
}


/* CSS SPRITE BACKGROUND SET */
#SITE_LOGO,
#hd2 h1,
#SIDE_MENU h2,
#Blog1 h3
{
    background-image:url('http://www.mimj.jp/smarke_kawasemi/kiji-type-v2.png');
    background-repeat:no-repeat;
 }


/* SEO DESCRIPTION */
#HTML1 {
    height:1em;
    margin:3px 0px 3px 0px;
}
#HTML1 .l {
    text-align:left;
}
#HTML1 .r {
    text-align:right;
    position:relative;top:-1em;
}

/* HEADER VISUAL HEIGHT SELECT 110px 156px 220px 266px */
#hd2 h1{
    text-indent:-9999px;    
}
#hd2 h1.top {
    height:222px;
    background-position:0px -160px; 
}
#hd2 h1.next {
    height:79px;
    background-position:0px -400px;
}

/* SITE LOG MARK */
#SITE_LOGO {
    text-indent:-9999px;
    height:153px;
    width:300px;
}
/* SIDE MENU */
#SIDE_MENU {
    padding:5px 5px 0px 5px;
}
#SIDE_MENU h2 {
    font-size:1.3em;
    padding-top:8px;
    padding-left:5px;
    height:30px; /* padding-top分を引く */
    background-position:-350px 0px;
    color:#ffffff;
    font-weight:bold;
}
#SIDE_MENU ul {
    margin:5px 0px 15px 10px;
}

#SIDE_MENU li {
    margin:0px 0px 5px 0px;
}

#SIDE_MENU a {
   font-size:1.2em; 
}
#SIDE_MENU a:link              { text-decoration:none; color:#000000; }
#SIDE_MENU a:visited           { text-decoration:none; color:#000000; }
#SIDE_MENU a:hover             { text-decoration:underline; color:#c40026;}
#SIDE_MENU a:active            { text-decoration:none; color:#000000; }    




/* HEADER TAB形式 MENU */
#BlogArchive2 {
    margin-top:5px;
    text-align:right;
}
#BlogArchive2 ul
{
    display:inline;
    list-style:none;
}

#BlogArchive2 li
{
    display: inline;
}

#BlogArchive2 li a
{
    padding:0px 10px 0px 10px;
    text-decoration: none;
    text-transform:  uppercase;
}
  
#bd {
    margin:5px 0px 5px 0px;
}

/* 基本設定 EN */


/* Blog1は単独表示用 */
#Blog1 h3 {
    margin-bottom:3px;
    font-size:1.5em;
    font-weight:bold;
    padding:10px 0px 0px 10px;
    height:32px; /* PADDING TOP分を引く */
    background-position:-350px -50px;
}

#Blog1 a:link              { text-decoration:none; color:#ffffff; }
#Blog1 a:visited           { text-decoration:none; color:#ffffff; }
#Blog1 a:hover             { text-decoration:underline; color:#c40026;}
#Blog1 a:active            { text-decoration:none; color:#ffffff; }    



#Copyright {
    margin-top:5px;
    text-align:center;
    color:#666633;
}


/* ### 記事本体のスタイル設定 xx ST  ###*/
/* ### ここで記事内の基本スタイルを書く  ###*/

.post-body{
    font-size:1.3em;
    line-height:1.7;
    margin-bottom:5px;
}
.post-body a img {
    border:1px dotted #e0e0e0;
    padding:5px;
}
/* ### 記事本体のスタイル設定 xx EN ###*/



/* 制作時の設定 公開時コメントアウト ST */
/*
#SIDE_CONTENTS,
#SIDE_MENU
{
   background-color:#e0e0e0; 
}
#SIDE_MENU {
    height:800px;
}
#ft {
    background-color:#e5e5e5; height:32px;
}
             */
/* 制作時の設定 公開時コメントアウト EN */

