/*

ここは消さないで下さい

Copyright (C) 2004 Dr.Blog. All Rights Reserved. http://drblog.jp/ 

*/

body {
        margin: 20px 0px 20px 0px;
        background-color: #222200;
        text-align: center;  
        }

a {
   text-decoration: underline;		
   }

a:link {
         text-decoration:none;
         color: #81AA53;
         }

a:visited {
             text-decoration:none;
             color: #81AA53;
             }

a:active {
            color:#81AA53;
            }

a:hover {
            color: #81AA53;
            text-decoration:underline;
            }

h1, h2, h3 {
                margin: 0px;
                padding: 0px;
                font-weight: normal;
                }

/*ベースカラー*/
#container {
                 line-height: 140%;
                 margin-right: auto;
                 margin-left: auto;
                 text-align: center;
                 padding: 0px;
                 width: 780px;	
                 background-color: #EDFBDB;
                 border: 4px solid #A0CB71;
                 background-image: url("");
                 background-position: 50% 0px;	
                 background-repeat:  repeat-y;
                 }

/*バナー*/
#banner {
             font-family: Verdana, Arial, sans-serif;
             background-image: url("./nozokiya_bg.jpg");
             background-color: #111100;
             background-position: right;
             background-repeat: no-repeat;
             padding: 10px 10px 0px 10px;
             text-align: left;
             height: 351px;
             }

#banner img {
                   display: inline;
                   border: none;
                   }

#banner a {
                color: #CCFFCC;
                text-decoration: none;
                }

/*タイトル文字*/
#banner h1 {
                  font-size: 24px;
                  font-weight: bold;
                  color: #FFFFFF;
                  margin-bottom: 3px;
                  }

/*サブタイトル文字*/
#banner h2 {
                  font-size:16px;
                  font-weight: bold;
                  color: #CC6666;
                  margin-left: 30px;
                  margin-right: 60px;
                  position: relative;
                  top: 80px;
                  text-align: left;
                  }

#center {
             float: left;
             overflow: hidden;
             background-color: #556B2F;
             }

#center_entry_archives {
                                   float: none;
                                   overflow: hidden;
                                   background-color: #556B2F;
                                   }

#center a {
	text-decoration: underline;		
	}

#center_entry_archives a {
	                      text-decoration: underline;		
	                      }

#center a:link {
                      text-decoration:none;
	      color: #ADFF2F;
	      }

#center_entry_archives a:link {
                                            text-decoration:none;
	                            color: #ADFF2F;
	                            }

#center a:visited {
                          text-decoration:none;
	          color: #ADFF2F;
	          }

#center_entry_archives a:visited {
                                                text-decoration:none;
	                                color: #ADFF2F;
	                                }

#center a:active {
	         color:#ADFF2F;
	         }

#center_entry_archives a:active {
	                               color:#ADFF2F;
	                               }

#center a:hover {
	        color: #ADFF2F;
                        text-decoration:underline;
	        }

#center_entry_archives a:hover {
	                              color: #ADFF2F;
                                              text-decoration:underline;
	                              }



#center780 {
	  float: left;
	  width: 780px;
	  overflow: hidden;
	  }

.content {
	padding: 10px 10px 0px 10px;
	color: #98FB98;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	background-color: #556B2F;
	}

#right {
	float: left;		
	width: 180px;
	overflow: hidden;
                padding: 10px 0px 0px 0px;
                }

#archives_right {
	float: left;		
	width: 200px;
	overflow: hidden;
                padding: 10px 0px 0px 0px;
                }

#counter {
                padding: 10px 0px 10px 0px;
                text-align: center;
                }

#profile {
                color: #CCFF99;
                background-color: #666633;
	font-family: Verdana, Arial, sans-serif;
                font-size: 10px;
	font-weight: normal;
                padding-left: 10px;
                padding-right: 10px;
                }

#profile a {
                color: #FF9933;
                }

#prtext {
                font-family: Verdana, Arial, sans-serif;
                font-size: 10px;
                color: #666633;
                padding-top: 10px;
                padding-bottom: 10px;
                text-align: left;
                line-height: normal;
                }

#prtext a {
                font-size: 12px;
                font-weight: bold;
                color: #0066FF;
                }

#primg {
                padding-top: 10px;
                text-align: center;
                }

#prpr {
                font-family: Verdana, Arial, sans-serif;
                font-size: 9px;
                padding-bottom: 1px;
                text-align: left;
                line-height: normal;
                }

#prpr a {
                text-decoration: underline;
                }

/*携帯投稿の画像装飾*/
.pict {
    border: solid 1px #dddddd;
    border-bottom: solid 2px #bbbbbb;
    border-right: solid 2px #bbbbbb;
    padding: 5px;
}

/*記事部分*/
.content p {
                color: #F8F8FF;
                font-family: Verdana, Arial, sans-serif;
                font-weight: normal;
                font-size: 14px;
                line-height: 150%;
                text-align: left;
                padding: 15px 10px 15px 10px;
                margin-bottom: 0px;
                margin-top: 0px;
                word-break: break-all;
                }

/*記事部分 ツイッターログスタイル*/
.content p.tl-tweet {
                             color: #F8F8FF;
                             background-color: #35310F;
                             font-family: Verdana, Arial, sans-serif;
                             font-weight: normal;
                             font-size: 12px;
                             line-height: 150%;
                             text-align: left;
                             padding: 15px 10px 15px 10px;
                             margin-bottom: 0px;
                             margin-top: 0px;
                             border-top: solid 1px #556B2F;
                             border-left: solid 1px #000000;
                             word-break: break-all;
                             }

.content blockquote {
                              font-size: 11px;
                              background-color: #663300;
                              padding: 2px 2px 2px 2px;
                              text-align: left;
                              border-left: solid 3px #330000;
                              }


/*記事の日付*/
.content h2 {
                  font-family: Verdana, Arial, sans-serif;
                  font-size: 10px;
                  text-align: right;
                  font-weight: bold;
                  color: #333333;
                  background-color: #6699FF;
                  padding: 3px 5px 3px 5px;
                  margin-bottom: 10px;
                  border-left: solid 3px #336699;
                  border-right: solid 3px #336699;
                  line-height: 120%;
                  }

.content h2.toppr {
                          font-family: Verdana, Arial, sans-serif;
                          font-size: 10px;
                          text-align: center;
                          font-weight: bold;
                          color: #4682B4;
                          background-color: #2F4F4F;
                          padding: 3px 5px 3px 5px;
                          border-left: none;
                          border-right: none;
                          border-top: solid 2px #4682B4;
                          border-bottom: solid 2px #4682B4;
                          }

/*記事のタイトル*/
.content h3 {
                color: #F8F8FF;
                font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
                padding: 3px 10px 3px 10px;
                margin-bottom: 0px;
                margin-top: 0px;
                line-height: 140%;
                }

/*記事のカテゴリー*/
#cate {
	text-align: right;
                }


/*記事下のリンク*/
.content img.prlink {
                border: none;
                }

.content p.posted {
	color: #B0C4DE;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
                padding: 3px 10px 3px 10px;
                margin-bottom: 20px;
                margin-top: 0px;
                line-height: normal;
                border-bottom: solid 1px #6699FF;
	}


/*サイドバー*/
.sidebar {
                padding: 0px 10px 0px 10px;
	}

/*カレンダー*/
#calendar {
   	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10;
  	padding:0px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	width: 160px;
	padding:0px 0px 0px 0px;
	}

/*カレンダーのタイトル*/
#calendar caption {
                color: #636363;
                font-family: Verdana, Arial, sans-serif;
                font-size:10px;
                text-align: center;
                font-weight: bold;	
                padding:2px 0px 2px 0px;
                line-height: 15px;
	}

/*カレンダーの曜日*/
#calendar th {
                line-height: 12px;
                font-size:10px;
	text-align: center;
	font-weight: bold;
	color: #81AA53;
                padding:2px 0px 0px 0px;
	}

/*カレンダーの日付*/
#calendar td {
                line-height: 12px;
                font-size:10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
                padding:2px 0px 0px 0px;
                border-right: solid 2px #81AA53;
	border-left: solid 1px #81AA53;
                border-top: solid 1px #81AA53;
	border-bottom: solid 2px #81AA53;
                }

#calendar a {
                color: #FFFFFF;
                background-color: #A0CF7E;
                text-decoration: none;
	}

#calendar a:hover {
	color: #AFD181;
                background-color: #FEFADD;
                text-decoration:underline;
	}


/*サイドバーの見出し*/
.sidebar h2 {
                 color: #FFFFFF;
                 font-family: Verdana, Arial, sans-serif;
                 font-size:10px;
                 text-align: center;
                 font-weight: bold;	
                 padding:2px 0px 2px 0px;
                 line-height: 15px;
	 background-image: url("");
	 background-position: top right;
	 background-repeat: no-repeat;
	 background-color: #669933;
	 border-right: solid 1px #666666;
	 border-bottom: solid 1px #666666;
                 }

.sidebar h3 {
                      color: #FFFFFF;
                      font-family: Verdana, Arial, sans-serif;
                      font-size:10px;
                      text-align: center;
                      font-weight: normal;	
                      padding:1px 0px 1px 0px;
                      line-height: 12px;
	 background-image: url("");
	 background-position: top right;
	 background-repeat: no-repeat;
	 background-color: #999966;
                 }

.sidebar ul {
	 padding-left: 0px;
	 margin: 0px;
	 margin-bottom: 30px;
	 }


/*アーカイブ・コメント*/
.sidebar li {
	 color: #666666;
	 font-family: Verdana, Arial, sans-serif;
	 font-size: 10px;
	 text-align: left;
	 line-height: 15px;	
	 margin-top: 3px;
	 padding: 0px 5px 0px 5px;
	 list-style-type: none;
	 }

.sidebar img {
	 border: 0px solid #FFFFFF;
	 }

.photo {
	 text-align: left;
	 margin-bottom: 20px;
	 }

/*XML・検索のテキスト*/
.link-note {
	 font-family: Verdana, Arial, sans-serif;
	 font-size: 10px;
	 line-height: 150%;
	 text-align: left;
	 color: #666666;
	 margin-top: 3px;
	 margin-bottom: 10px;
	 }

#powered {
	 font-family: Verdana, Arial, sans-serif;
	 font-size: 10px;
                 font-weight: bold;
	 line-height: 150%;
	 text-align: left;
	 color: #666666;
	 padding: 5px 0px 0px 0px;
                 border-top: solid 1px #666666;
	 margin-top: 50px;
	 }

#comment-data {
	 float: left;
	 width: 160px;
	 padding-right: 10px;
	 margin-right: 10px;
	 text-align: left;
	 border-right: 1px dotted #BBB;
	 }

textarea[id="comment-text"] {
	 width: 80%;
	 }

textarea {
                 font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
                 }

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

/* AmazonSerch用 */
/* 枠の色を定義します */
.AmazonSearchTB1 table {
    border: 1px solid #BD7D00; 
    background-color : #BD7D00;
    color: #000000;
    margin: 0px; padding: 0px; font-size: 10px;
}

/* Ads by drk7.jp の font 色を定義します */
.AmazonSearchTB2 a,
.AmazonSearchTB2 a:link,
.AmazonSearchTB2 a:link:hover,
.AmazonSearchTB2 a:link:active {
    color: #ffffff; text-decoration: underline ; background: none;
}
.AmazonSearchTB2 table{ border: none; margin: 0px; padding: 1px; }

/* 広告部分の背景色を定義します */
.AmazonSearchTB3 table{
    background-color : #556B2F;
    border: none; margin: 0px; padding: 3px;
}

/* 商品名のfont定義 */
.AmaS_title a,
.AmaS_title a:link,
.AmaS_title a:link:hover,
.AmaS_title a:link:active {
    color: #004499;
    text-decoration: underline ; background: none;
    font-weight: bold;
}

/* 値段のfont定義 */
.AmaS_price { color: #CBD308; font-weight: bold; }

/* 説明文のfont定義 */
.AmaS_com { color: #F1F1F1; }

/* 画像のボーダー定義 */
.AmaS_img img{ border: 1px solid #aaaaaa; }

