@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: #339999;
    font-weight: bold;
    text-decoration: none;
}
a:hover  {
    color: #339999;
    font-weight: bold;
    text-decoration: underline;
}
a:visited {
    color: #339999;
    font-weight: bold;
    font-style: oblique;
    text-decoration: none;
}
a:active {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

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

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

/* 順序なしリスト */
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;
}

/* 引用 */
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;
}

/* タイトル背景画像（バナー）*/ 
#banner {
    margin: 20px 5px 0px 5px;
    padding: 0;
    color: #999999;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url("images/header_info.jpg");
    background: none;
    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;
}*/

#menu{
  background: none;

}

/* テロップ */
.marquee {
     margin: -0px 0px 10px 0px;
     padding: 5px;
     font-size: 11px;
     font-weight: bold;
     color: #000000;
     border: double 3px orange;      
     background: none;
}

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

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

/* エントリートップ */
.entry-top {
    margin: 0 0px 0px 0px;
    padding: 0px 0 0 0;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    text-align: center;
    background-color: none;
    background-repeat: no-repeat;
    background-image: url("entryt.gif");
}

/* エントリータイトル */
.entry-header {
    margin: 0 0px 0px 0px;
    padding: 5px 0 0 0;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
 　text-align: center;
    
}

/* エントリー日付 */
.date { 
    margin: 0;
    padding: 2px 0 2px 25px;
    color: red; 
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

/* エントリー欄 */
.entry { 

margin: 0px; 
padding: 5px 20px 0 20px;
color: #000000; 
font-size: 12px; 
line-height:150%;

border: solid 0px #666699; 
background-position: left top; 
    background-repeat: repeat;
   background-image: url("entryback.gif");
word-break: break-all;

}
.entry a:active {}
.entry img {
    margin-left: 0px;
    margin-bottom: 10px;
}

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

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



/* 投稿者 */
.entry-footer {
    margin: -15px 0 0 0;
    padding: 10px 0 0 20px;
    border-top: 0px dotted; 
     text-align: left;
    color: #000033;
    font-size: 11px;
    height: 35px;
    background-color: none;
    background-image: url("entryfoot.gif");
}

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

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

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #000000;
    font-size: 12px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    margin: 5px 0px 5px 3px;
    text-align: center;
    color: #000000;
    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 #red;
}
.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: 5px 0 0px;
    padding: 10px 0 0 0 ;
   background-image: url(".gif");
    height: 30px;
    color:#000000; 
    text-align: center; 
    font-size: 13px;
    font-weight: bold;
    line-height: 180%;
    border-left: 0px solid  red;
    border-right: 0px solid  red;
     background-repeat: no-repeat;
    background-image: url("side_top.gif");
    
}

/* サイドバー（「 検索」「コメント」「エントリー」「カテゴリ」「リンク」等のコンテンツ）*/
.side {
    margin: 0px;
    padding: 5px;
    background: none;
    color: #000033/*コンテンツのカウンターの色*/;
    border: 0px solid #666699;
    font-size: 12px;
    text-align: center;
    line-height: 150%;
    background-repeat: repeat;
    background-image: url("sideback.gif");
}
.sidefoot{
    margin: 0px 0 10px;
    padding: 0px;
    background: none;
    height: 40px;
    text-align: center;
    line-height: 150%;
    background-repeat: no-repeat;
    background-image: url("side_foot.gif");

}
/*オブジェクト*/
.object  {
    margin: 0px 0 10px;
    padding: 5px;
    background: none;
    color: #000033/*コンテンツのカウンターの色*/;
    border: 2px solid #666699;
    font-size: 13px;
    text-align: center;
    line-height: 150%;
    background-repeat: repeat;
    background-image: url("_back.jpg");

}http://www.yosiga.com/banana/weblog/images/menu_01.jpg

/* サイドバー(サブカテゴリー用) */
.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: #333366;
    font-size: 12px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #333366;
    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: 300px;
}

#comment-text {
    width: 450px;
}

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

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

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

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #000033;
    font-size: 13px;
    font-weight: bold;
    background: #8fabbe;
    background-repeat: repeat;
    background-image: url("entry_back.jpg");
    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: #000033;
    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: 0px 0 0px;
    text-align: center;
    background: none;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url("back2.jpg");
    background-attachment: fixed;

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

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 665px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #8CD2BC;
    border-left: 1px solid #8CD2BC;
    border-right: 1px solid #8CD2BC;
    text-align: left;
    background-color: #ffffff;
}

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

/* 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: 465px;
    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: none;
}
.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: 5px 5px 10px 5px;
    color: #333366;
    font-size: 11px;
    font-weight: bold;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px 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;
  
}
