/* ページ全体の基本設定と背景色 */
body {
	margin: 0px 0px 20px 0px;
		background-color: #FFFFFF;
	
        	text-align: center;
        
	}

/* リンクの設定 */
a {
	text-decoration: none;
	
	
	}

a:link {
	color: #FF0099;
	}

a:visited {
	color: #FF0099;
	}

a:active {
	color: #FF0099;
	}

a:hover {
	color: #FF99CC;
	}

/* 見出しタグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* ブログを囲んでいるレイアウト枠の設定 */
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}

#container-archives {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}

/* タイトルバナー部分の設定 */
#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	
        background: url("http://www.border-designlab.com/ec/archives/banner_new.gif") no-repeat left top;
	text-align: left;
	padding: 15px;
	
	height: 120px;
	}

/* バナーの画像 */
#banner-img {
	display: none;
	}

/* バナー部分のリンクの設定 */
#banner a {
	color: #000000;
	text-decoration: none;
	}

/* バナー部分のh1についての文字サイズの設定 */
#banner h1 {
	font-size: x-large;
	font-weight: bold;
	
	
	}

/* バナー部分のh2についての文字サイズの設定 */
#banner h2 {
	font-size: small;
        margin-top: 7px;
	}

/* センター部分の幅や回り込みの設定 */
#center {
		float: left;
	width: 480px;
	
	
	overflow: hidden;
	}

/* コンテンツ部分の余白や文字の設定 */
.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	}

.content-archives {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	}

       

/* サイドのメニュー部分の幅や背景色、回り込みの設定 */
#right {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	overflow: hidden;
        background: url("http://www.border-designlab.com/ec/img/dotbg_black.gif") repeat left top;
	}

/* コンテンツ部分のPタグ設定 */
.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
        background-color: #FFFFFF;
        letter-spacing: .1em;
        clear: left;
        }

.content-archives p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
        background-color: #FFFFFF;
        letter-spacing: .1em;
        clear: left;
	}

/* コンテンツ部分の段落の設定 */
.content blockquote {
	line-height: 150%;
       
	}

/* コンテンツ部分のリストの設定 */
.content li {
	line-height: 150%;
	}

/* コンテンツ部分の見出しタグh2の設定 */
.back01 {
        background: url("http://www.border-designlab.com/ec/img/dotbg_black.gif") repeat left top;
        width: 50%;
        padding:5px;
        margin-bottom: 10px;
        }

.content h2 {
	color: #000000;
    background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	width: 150px;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
       }

.content-archives h2 {
	color: #000000;
    background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	width: 150px;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
       }

/* コンテンツ部分の見出しタグh3の設定 */
.back02 {
        background: url("http://www.border-designlab.com/ec/img/dotbg_black.gif") repeat left top;
        width: 70%;
        padding:5px;
        margin-bottom: 25px;
        }

.content h3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	width: 250px;
        }

.content-archives h3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	width: 250px;
        }

/* コンテンツ部分の img設定 */
.content img {
        padding: 5px;
        border: 1px solid #cccccc;
        float: left;
        background-color: #FFFFFF;
        margin-right: 5px;
        margin-bottom: 10px;
        }

.content-archives img {
        padding: 5px;
        border: 1px solid #cccccc;
        float: left;
        background-color: #FFFFFF;
        margin-right: 5px;
        margin-bottom: 10px;
        }

/*コンテンツ部分pの空要素*/
.blank {
        clear: both;
        }


/* コンテンツ部分のタグp.postedの設定 */
.back03 {
        background: url("http://www.border-designlab.com/ec/img/dotbg_black.gif") repeat left top;
        width: 100%;
        padding:3px;
        margin-bottom: 25px;
        }

.content p.posted {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
    text-align: left;
	background-color: #FFFFFF;
	clear: both;
	margin-bottom: 5px;
	line-height: normal;
	padding: 3px;
	}

.content-archives p.posted {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
    text-align: left;
	background-color: #FFFFFF;
	clear: both;
	margin-bottom: 5px;
	line-height: normal;
	padding: 3px;
	}

.back04 {
        
        width: 100%;
        padding:3px;
        margin-bottom: 25px;
        }

/* サイドのメニュー部分の余白の設定 */
.sidebar {
	padding: 15px;
        
    background: url("http://www.border-designlab.com/ec/img/corner_top.gif") no-repeat left top;
	}

.profile {
      
      margin-top:10px;
      margin-bottom:30px;
      padding-bottom:2px;
     
      }

.profile p {
      line-height:125%;
      font-size:x-small;
      font-family:verdana, Arial, Helvetica, sans-serif;
      color:#000000;
      background:#FFFFFF;
      margin-bottom:10px;
      height:64px;
      }

.profile img {
      float:left;
      background:#FFFFFF;
      margin:2px;
      display:block;
     }

/* カレンダーの設定 */
#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	padding: 0px;
	text-align: center;
	margin-bottom: 30px;
    background: #ffffff;
	}

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

#calendar caption {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
    text-indent: 1em;
	text-align: left;
	font-weight: bold;
	background: #ffffff;
	text-transform: uppercase;
	width:100%;
	letter-spacing: .2em;
        text-indent: 1em;
         padding-top: 5px;
	}

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

#calendar td {
	text-align: center;
	}

/* サイドのメニュー部分のh2の設定 */
.sidebar h2 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
        font-weight: bold;
	text-indent: 1em;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
  	background: #FFFFFF;
	letter-spacing: .1em;
	}

.sidebar h3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
        font-weight: bold;
	text-indent: 1em;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
  	background: #FFFFFF;
	letter-spacing: .1em;
	}
/* サイドのメニュー部分のulの設定 */
.sidebar ul {
	padding-left: 23px;
	margin: 0px;
	margin-bottom: 30px;
    background: #FFFFFF;
	}

/* サイドのメニュー部分のliの設定 */
.sidebar li {
	color: #666666; 
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	list-style-type:none;
	margin-top: 10px;
	
	}

#bbs {
     margin-top:10px;
     margin-bottom:30px;
     background: #fff;
     padding: 5px;
     font-size:10px;
     color: #666;
     }
#bbs img {
     margin: 2px;
     }

/*カテゴリーのリスト設定*/
#cat {
	padding: 0px;
        }
#cat ul {padding: 0px;
        }
#cat li {
    color: #666666; 
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
    line-height: 140%;
	margin-top: 10px;
	padding-left: 5px;
	}

#ent li {list-style-image: url("http://www.border-designlab.com/ec/img/love.gif");}

#arc li {list-style-image: url("http://www.border-designlab.com/ec/img/love.gif");}

#com li {list-style-image: url("http://www.border-designlab.com/ec/img/love.gif");}


#link { background: #FFFFFF;}
#link h3 {
        color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
        font-weight: bold;
	text-indent: 1em;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
  	background: #FFFFFF;
	letter-spacing: .1em;}
#link ul { 
         padding-left:23px;
         background: #FFFFFF;
         margin-bottom:15px;
         }
#link li {
         list-style-image: url("http://www.border-designlab.com/ec/img/love.gif");
         color: #666666; 
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
         }



#link p {
        color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
        font-weight: bold;
	text-indent: 1em;
	text-align: left;
        letter-spacing: .1em;
         }

/* サイドのメニュー部分の画像の設定 */
.sidebar img {
	
	}

/* photoを指定した時の文字の設定 */
.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/* link-noteを指定した時の文字の設定 */
.link-note {
    display: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

/* Movable Typeのpoweredを表示する時の設定 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #FFFFFF;
	margin-top: 50px;
        background: #CCCCCC;
        padding: 2px;
	}

.corner {
       width: 200px;
       height: 15px;
       margin-bottom: 0px;
       background: url("http://www.border-designlab.com/ec/img/corner_bottom.gif") no-repeat right bottom;
        }

#owner {
        font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #000000;
	margin-top: 50px;
        background: #FFFFFF;
        padding: 2px;
         }

/* comment-dataを指定した時の設定 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

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

/* textareaを指定した時の設定 */
textarea[id="comment-text"] {
	width: 80%;
	}
