/*ページ全体用スタイル*/
body {
                margin: 0px;
	background-color: #FECF2E;
        	text-align: center;
        
	}

a {
	text-decoration: underline;
	font-size: small;
	}

a:link {
	color: #5A0D08;
	text-decoration: underline;
}

a:visited {
	color: #BCA584; text-decoration: underline;}

a:active {
	color: #5A0D08;  text-decoration: underline; }

a:hover {
	color: #00CC99; 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: left;
	width: 760px;
	background-color: #FFFFFF;
}

/*タイトルバナー*/



/*タイトルバナー背景*/
#banner-img {
	display: none;
	}


#banner a {

	color: #5A0D08; 
	
	}

/*タイトルバナータイトル*/
#banner h1 {
                display: none;
	font-size: xx-large;
	}

/*タイトルバナーサブタイトル*/
#banner h2 {
                display: none;
	font-size: small;
	}

/*真ん中*/
#center {
	float: left;
	width: 529px;
	overflow: hidden;
	}

.content {
	background-color: #FFFFFF;
	padding-left: 13px;
                padding-right: 13px;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
margin-bottom: 0px;

border-right: 1px dashed #BCA584;

	}
.content pre {
	font-size: larger;
}
#right {
	float: right;
	margin-top: 5px;
	width: 230px;
	background-color: #FFFFFF;
	overflow: hidden;
	}
#left {
	float: left;
	width: 529px;
	background-color: #FFFFFF;
	overflow: hidden;
	clear: left;
                }

/*記事本文設定*/
.content p {
	color: #5A0D08;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #5A0D08;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	
	margin-left: 80px;
	margin-bottom: -5px;
	
	}

.content h3 {
	color: #FFFFFF;
                background-image:url("http://www.meekoce.com/common/img/meek-daytitle.gif");
                background-position:  left;
                background-repeat: no-repeat;

	font-family: Verdana, Arial, sans-serif;
	font-size: medium;	
	text-align: left;
	font-weight: bold;
	
padding-top: 3px;
	padding-left: 80px;
	
	}

/*コメントとか*/
.content p.posted {
	color: #BCA584;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
                
	border-bottom: 3px dashed #BCA584;
	text-align: left;
	
	
	

	line-height: normal;
	padding: 3px;
	}

.sidebar {

	}



#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

.sidebar h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
                background-image: url("http://www.meekoce.com/common/img/kanban-s.gif");
                background-repeat: no-repeat;
	/* text-transform: uppercase; */
  	margin-left: 25px;
                padding-right: 25px;
	letter-spacing: .3em;
	}

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

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

.sidebar #categories ul {
	padding-left: 0px;
	}
/*全リスト*/
.sidebar li {
                
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 120%;

	list-style-type: none;
	}

.sidebar #categories li {
	/* list-style-type: circle;*/
	}

/*カテゴリーツリー折りたたみマーク*/
.subcategories a.foldmark {
    font-size:12px; /* マークのフォントサイズ */
    text-decoration: none; /* マークの文字装飾（何も表示しない） */
}

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

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

.link-note {
                
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	padding: 2px;
		}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #5A0D08;
		}

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

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

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/*-------------------------オリジナル--------------------------------------*/




/*ランキングバナーindex用*/
.ranking {
            background-image:url("http://www.meekoce.com/common/img/meek-suwari-hidari.gif");
            background-position:  left;
            background-repeat: no-repeat;
            width: 180px;
           height: 70px;

           padding-top: 28px;
	padding-left: 10px;

            }

/*オリジナルリンクの設定*/
.original-link {  font-family: Verdana, Arial, sans-serif;
         font-size: small; 
         color: #5A0D08; 
      }

/*コピーライト*/
.undermenu {
	color: #5A0D08;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	/* display: block; */
	margin-top: 0px;
}
#footer {
margin-top: 0px;
	text-align: center;
	width: 760px;
}
#right .sidebar .copyright {
	font-family: Verdana, Arial, sans-serif;
                font-size: x-small;
                color: #5A0D08; 
	margin-top: 2px;
	margin-bottom: 5px;
	}
#copyright {
font-family: Verdana, Arial, sans-serif;
                color: #5A0D08;
	font-size: xx-small;
	width: 760px;
	text-align: center;
	clear: both;
	float: none;
	margin-top: -15px;
	margin-bottom: 5px;
}
.txt-s {
line-height: 150%;
	font-size: small;
	font-weight: normal;
              }

.txt-m {
line-height: 150%;
       font-size: medium; 
font-weight: normal;
	   }

.txt-hai {  
line-height: 150%;
          color: #666666; 
      }
	  
.txt-tya {  
line-height: 150%;
          color: #5A0D08; 
      }
	  
.txt-white {  
line-height: 150%;
          color: #FFFFFF; 
      }

/*テキスト用スタイル強調*/
.txt-b {  
		 font-weight: bolder;
      }
						  
.txt-center {
text-align: center; 
              
                 }  

.margin-top15 {
                 margin-top: 15px;
                 }
.margin-left15 {
                 margin-left: 15px;
                 }




/*ツリー設定*/
ul.tree {
    margin: 0px!important;
    padding: 0px!important;
    font-size: small;
    list-style: none!important;
}
ul.tree ul {
    margin: 0px!important;
    padding: 0px!important;
}
ul.tree li {
    margin: 0px!important;
    padding: 0px 0px 0px 16px!important;
    background-image: url("http://www.meekoce.com/common/img/tree_lst_solid.gif");
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.end {
    background-image: url("http://www.meekoce.com/common/img/tree_end_solid.gif");
    list-style: none;
}

/*PHP化設定*/
.paginate {


               }

/*サイドカテゴリー横寄せ*/
.cat-left-space {
               margin-left: 30px;
               }

/*サイド記事横寄せ*/
.kiji-left-space {
               margin-left: 30px;
               }

.hidariyose {
                 float: left;
                }

.space {
              background-color: #FECF2E; 
              width: 760px;
              height: 5px;
              }
.bor-left {
             border-left: 1px dashed #BCA584;
             }
.mobile-right {
             height: 131px;
             padding: 10px 0px 0px 15px;
             }


/*説明ページ*/


.setumei-kakoi {
             float: right;
             width: 230px;
            border: 1px dashed #BCA584;    
             }

.totop {
	width: 500px;
	text-align: right;
	margin: 0px;
}

#menu {
	width: 760px;
	display: none;
}
#menu li {
	float: left;
	border-right-width: 1px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}

/* google adsense */
.googleadcm {
               margin-top: 10px;
	margin-bottom: 5px;
}