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

/*
 * File 　　  : styles-site.css
 * Version   : 1.00
 * Update    :2005/11/11
 * Site Designed by gyhatoob
 */

/* ページ全体の基本的な設定と背景色 */
* {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ丸ゴPro","Osaka",Verdana, Arial, "MS Pゴシック",sans-serif;
    font-weight: normal;
}

/* リンク・テキスト */
a, a:link {
    color: white;
    text-decoration: none;
}
a:hover  {
    color: #F6E147;
    text-decoration: underline;
}
a:visited {
    color: #F6E147;
    text-decoration: none;
}
a:active {
    color: #F6E147;
    text-decoration: none;
}

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

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
   color: #FFFFFF:
}

/* 順序なしリスト */
ul {
    padding-left: 16px;
}
ul li {
    list-style-type: none;
}

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

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
　
}

#seach{
    width: 140px;
}

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

/* テロップ */
.marquee {
      margin: 0px 100px 3px 100px;
      padding: 5px;
     font-size: 12px;
     color: #caeafb;
     border: groove 3px orange;      
     background: #435E6E;
}

.news{
      margin: 3px 100px 5px;
      padding: 10px;
      width: 80px;
      background-image:  url("news.gif");
      background-position: center center; 
      background-repeat: no-repeat;
      color: #FFFFFF;
      border: 0px solid #caeafb;
      font-size: 13px;
      text-align: center;
      line-height: 150%;
         }

#banner {
    margin: 20px 5px 0px 5px;
    padding: 0;
    color: #999999;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url("header.jpg");
    height: 200px;
    text-align: center;
}

/*タイトルバナーの文字・色・画像*/
#banner h1{
    margin: 0;
    padding: 0px 0px 0 385px;
}
#banner h1 a{
    background: transparent url(tittle.gif) no-repeat top right;
    width: 450px;
    height: 110px;
    color:#000;
    display: block;
    text-decoration: none;
    text-indent: -700em;
    
}


/* タイトルバナー下の説明・文字色 */
#banner h2 {
    margin-top:0px;
    color: #FB5106;
    font-size: 14px;
}

/* エントリー全体(センター) */
.blog {
    padding: 5px;
    font-size: small;
    color: #CAEAFB;
    background: none;
}

/* ページ分割 */
.paginate {
    text-align: center;
    font-size: 9px;
}

/* エントリー日付 
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    color: #CAEAFB; 
    font-size: 13px;
    text-align: left;


}*/

/* エントリー欄 */
.entry { 
width: auto; 
margin: 10px 5px 10px; 
padding: 5px;
color: #caeafb; 
font-size: 13px; 
line-height:150%; 
border: solid 1px #caeafb; 
word-break: break-all;

}
.entry-content {
    text-align: left;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

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

/* エントリータイトル */
.entry-header {
    margin: 15px 10px 0;
    padding:0 0 0px 0;
    color: #CAEAFB;
    font-size: 14px;
    font-weight: bold;
    background-color: #435E6E;
    background-position: center center; 
    background-repeat: no-repeat;
    background-image: url("images/line2.gif");
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 0px dotted; 
    text-align: right;
    color: #CAEAFB;
    font-size: 12px;
}

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

/* アーカイブページの前後リンク */
content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #FFFFFF;
    background: none;
}
.calendar table {
    text-align:center;
    padding: 0px;
    
}
.calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 20px;
    text-align: center;
}
.calendar td {
    padding: 2px 0;
    font-size: 10px;
    line-height: 120%;
     border-right: solid 2px #FFCC66;
    border-left: solid 1px #FFCC66;
    border-top: solid 1px #FFCC66;
    border-bottom: solid 2px #FFCC66;
    text-align: center;
}
.today {
    display: block;
    text-align: center;
    color: #000033;
    font-weight: bold;
    border: 1px solid #FFFFFF;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}

/*とけい*/
#clock { 
            margin: 20px 5px 0 0px;
             font-size:12px;
            text-align: center;
            padding:  0 0px 0 0px;
              }



/* サイドバー（「検索」「コメント」「エントリー」「カテゴリ」「リンク」等）の見出し（タイトル） */
.sidetitle {
    margin: 10px 0 10px 0;
    padding: 2px 0 1px;
   background-image: url("images/sidebar.gif");
    height: 40px;
    color: #CAEAFB; 
    text-align: center; 
    font-size: 14px;
    font-weight: bold;
    line-height: 110%;
}

/* サイドバー（「 検索」「コメント」「エントリー」「カテゴリ」「リンク」等のコンテンツ）*/
.side {
    margin: 3px 0 20px;
    padding: 5px;
    background: none;
    color: #FFFFFF/*コンテンツのカウンターの色*/;
    border: 1px solid #caeafb;
    font-size: 13px;
    text-align: center;
    line-height: 150%;
}

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

/*リンクバーナー*/
#link-banner {
   margin-top: 10px;
   font-size: 12px;
}

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

/* RSSフィード */
.syndicate {
    margin: 20px 0 10px 0;
    text-align: center;
    color: #CAEAFB;
    font-size: 12px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #CAEAFB;
    font-size: 12px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 400px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #CAEAFB;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
    border-left: 5px solid  #FB5106;
    border-right: 5px solid  #FB5106;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

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

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 14px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin: 20px 0 20px;
    text-align: center;

    background-position: left top;
    background-repeat: repeat;
    background-image: url("images/back.gif");

}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    text-align: center;
    background-color: #435E6E;
}

/* 2カラム用 */
.layout-two-column-left #box, 
.layout-two-column-right #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
     border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    text-align: center;
    background-color: #435E6E;
}

/* 2カラム用 */
.layout-one-column #container {
    margin-bottom: 10px;
}

/* 1カラム用 */
.layout-one-column #box {
    width: 478px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}


/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 475px;
    margin: 0 0 10px 0;
    border-top: 0px solid #666699;
    border-bottom: 0px solid #666699;
    border-left: 0px solid #666699;
    border-right: 0px solid #666699;
    background-color: #435E6E;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
    color: #ffffff;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 660px;
    margin: 0 0 10px 0;
    border-top: 0px solid #666699;
   border-bottom: 0px solid #666699;
    border-left: 0px solid #666699;
    border-right: 0px solid #666699;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
    color: #ffffff;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
    color: #ffffff;
}

/* 1カラム */
.layout-one-column #container {
width: 850px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: center;
    background-color: #435E6E;
}

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

/*フッター*/

#footer {
  margin-top: 20px;
  width: 840px;
  height: 50px;
  text-align: center;
  
}