/* CSS Document */


#contents .entryHead h3 {
	height:20px;
	color: #0A51A1;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
    margin-bottom: 2px;
	float:left;
	}

#contents .entryHead h3 a,  #contents .entryHead h3 a:hover{
	color: #0A51A1;
	text-decoration:none;
	}
	

	

/*　カラー
------------------------------------------------------*/

.orange {
	color: #FF6600;
	}
em {
	color:#6699FF;
	font-style:normal;
	font-weight: bold;
}

/* 罫線
------------------------------------------------------*/
hr {
	height: 1px;
	color: #990099;
	border-style: dashed;
	};
	
/* 画像アップロード
------------------------------------------------------*/

img {
	border:none; 
}

img.r { 
float: right; 
margin-top: 0px; 
margin-right: 0px; 
margin-left: 10px; 
align:right; 
} 

img.l { 
float: left; 
margin-top: 0px; 
margin-right: 10px; 
margin-left: 10px; 
align:left; 
}

/* 0901mocchi QRコード用 */
#entry p span.QR{
	color:#CC3366;
	width:250px;
	height:195px;
	text-align:left;
	display:block;
	border:1px dashed #ff0066;
	padding:10px;
	margin:15px auto;
}
#entry p span.QR img{
	border:1px solid #666;
	margin:10px 44px;
}



/*　余白用
------------------------------------------------------*/
.height10 {
	height:10px;
	}


/*　全体
------------------------------------------------------*/
#beta {
	margin: 0;
	padding: 0;
	width: 640px;
	}


#beta .explain {
	float: left;
	height: 90px;
	margin: 0;
	position: relative;
	z-index: 5;
}
#beta .explainTxt {
	border: 1px solid #ff0094;
	background-color: #ffffb6;
	width: 373px;
	float: right;
	margin: 5px 5px 5px 0;
	padding: 5px 5px 5px 30px;
	position: absolute;
	display:block;
	left: 230px;
}

#beta .sentence {
	margin: 5px;
	background: url(../img/0805pre.jpg) no-repeat;
	background-position: bottom right;
}

/* ナビバー ←前月　次月→
------------------------------------------------------*/
.naviArea{
	margin:0;
	width:640px;
	height:20px;
	}
	
.naviArea ul{
	width:640px;
	height:20px;
	overflow:hidden;
	}

.naviArea ul li{
	float:left;
	width:319px;
	height:20px;
	text-align:center;
	background:#ccc;
	border-right:1px solid #fff;
	}
.naviArea ul li a{
	padding:4px;
	width:311px;
	height:12px;
	background:#ccc;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	display:block;
	}
.naviArea ul li a:hover{
	background:#666;
	color:#fff;
	text-decoration:none;
	}
	
/* 左リスト　大枠
------------------------------------------------------*/
#Box180{
	float:left;
	width:180px;
	overflow:hidden;
}


/* 左リスト　エントリー一覧
------------------------------------------------------*/
.List {
	background:url("../img/bg_list_bottom.gif") bottom no-repeat;	
	padding-bottom:15px;
	margin-bottom:15px;
}
.listHead {
	height:auto;
	background:url("../img/bg_list_head.gif") no-repeat
} 
#Box180 h3 {
	text-align:left;
	font-weight:bold;
	font-size:14px;
	padding:10px 0px 5px 0;
	border-bottom:#990099 solid 1px;
	width: 160px;
	margin: 0px 10px 0px 10px;
	color: #999999;
} 

#Box180 .listBox{
	width:180px;
	height:auto;
	padding: 5px 0px 0px 0px;
	background:url("../img/bg_list_middle.gif") repeat-y;
	}

#Box180 .listBox ul {
	padding: 0px 10px 5px 10px;
	margin: 0px;
	}
#Box180 .listBox li {
    padding-top: 5px;
	list-style-type: none;
	border-bottom: 1px #999 dashed;
	clear:both;
	}
#Box180 .listBox li a{
	padding-left:10px;
	color: #990099;
	text-decoration: none;
	display:block;
	background:url("../img/arrow_10x10.gif") no-repeat 0px 3px;	
	}

#Box180 .listBox li a:hover {
	background:url("../img/arrow_10x10_on.gif") no-repeat 0px 3px;	
}



/* 左リスト　月別一覧
------------------------------------------------------*/
#Box180 .listBox table.year {
	margin:5px 10px;
	width:160px;
}
#Box180 .listBox table.month {
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
}
#Box180 .listBox table.month td {
	width:40px;
	color:#999;
	text-align:center;
}
#Box180 .listBox table.month td a {
	display:block;
}


	

/* 右・エントリー
------------------------------------------------------*/
#entry {
	width:450px;
	float:right;
	}

#entry div.entryBox {
	width:450px;
	float:right;
	height:auto;
	background:url("../img/bg_entry_bottom.gif") bottom no-repeat;
	padding-bottom:5px;
	margin-bottom: 15px;
	}

#entry div.entryHead {
	width:430px;
	height:auto;
	background:url("../img/bg_entry_head.gif") no-repeat;
	padding: 10px 10px 5px 10px;
	}	
#entry div.entryHead p.catch{
	font-weight:bold;
	color:#990066;
	border-bottom:#bb55bb 1px solid;
	padding-bottom:5px;
	}
#entry div.entryHead p.catch span{
	color:#999999;
	}	

#entry .cat {
	margin-bottom:2px;
	width:100px;
	height:20px;
	overflow:hidden;
	color:#FF9900;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background-image:url("../img/bg_cat.gif") ;
	float:right;
	}
#entry .cat a {
	color:#FF9900;
}
#entry .entryArea ,#entry .entryText {
	padding: 0px 10px;
	background:url("../img/bg_entry_middle.gif") repeat-y;	
	}
#entry .entryArea a img {
	border:#ff6699 2px solid; 
}
#entry .entryArea p {
	padding: 10px 10px 10px 20px;
	background:url("../img/beta_arr.gif") no-repeat 0px 9px;
	color: #ff6699;
	font-size: 16px;
	font-weight:bold;
}
#entry .entryText p{
	padding: 10px 15px;
	letter-spacing:0.1em;
	line-height:16px;
	}
#entry .twitter img {
	margin:10px auto 0;
	display:block;
}
#entry .date {
	padding:3px 10px!important;
	font-size: 12px; 
	text-align:right;
	display:block;
	border-top:#bb55bb 1px dashed;
}

	
/* 右・トラックバック
------------------------------------------------------*/
#entry .pingsBox {
	clear:both;
	margin-top:10px;
	width:450px;
	height:auto;
	background:url("../img/bg_entry_bottom.gif") bottom no-repeat;
	padding-bottom:15px;
	margin-bottom: 20px;
	}

#entry .pingsBox h2#trackbacks {
	width:420px;
	height:auto;
	background:url("../img/bg_entry_head.gif") top no-repeat;
	padding: 10px 15px 5px;
	font-weight:bold;
	color:#990066;
	}	
#entry .pingsArea {
	padding: 0px 10px;
	background:url("../img/bg_entry_middle.gif") repeat-y;	
	border-top:#bb55bb 1px solid;
	}	
#entry .pingsArea input#url {
	width:420px;
}

/* 右・コメント
------------------------------------------------------*/
#entry .commentsBox {
	margin-top:10px;
	width:450px;
	height:auto;
	background:url("../img/bg_entry_bottom.gif") bottom no-repeat;
	padding-bottom:15px;
	margin-bottom: 20px;
	}
#entry .commentsBox h2#comments {
	width:420px;
	height:auto;
	background:url("../img/bg_entry_head.gif") top no-repeat;
	padding: 10px 15px 5px;
	font-weight:bold;
	color:#990066;
	}	
#entry .commentsArea {
	padding: 0px 10px;
	background:url("../img/bg_entry_middle.gif") repeat-y;	
	border-top:#bb55bb 1px solid;
	}
#entry .commentsAreaBox {
	padding: 10px 0px;
	}
#entry .commentsAreaBox p {
	line-height:1.6em;
	}	
#entry .commentsAreaBox p.posted {
	color:#999;
	text-align:right;
}
#entry .commentsBox h3 {
	padding: 5px;
	font-weight:bold;
	color:#990066;
	border-bottom:#bb55bb 1px solid;
	padding-bottom:5px;
	}
#entry .commentsBox form {
	font-size:12px;
}
#entry .commentsBox form p {
	line-height:1.4em;
}
#entry .commentsBox form label {
	margin-top:1.4em;
}
#entry .commentsBox form input#author,
#entry .commentsBox form input#email,
#entry .commentsBox form input#url {
	width:420px;
}
#entry .commentsBox form textarea#text {
	width:420px;
	height:100px;
	font-size:12px;
}


	
/* フッタ
------------------------------------------------------*/
#footerText{
	width:600px;
	height:auto;
	margin:5px 9px 20px 9px;
	padding:10px;
	border:1px #9999cc solid;
	}

#footerText p{
	color:#666699;
	}
	
#footerText span{
	font-size:14px;
	font-weight:bold;
	color:#1a80e5;
	}
	
.naviArea p.credit{
	height:18px;
	font-size:10px;
	color:#fff;
	background:#666;
	text-align:center;
	}
.copy { 
	background-color: #666666; 
	color: #FFFFFF; 
	font-family: "ＭＳ Ｐゴシック" ,"Osaka",arial;
	font-size: 10px; 
	text-align: center; 
	vertical-align: middle; 
	}
.copy a { 
	color: #fff;
	text-decoration:none;
	}
.copy a:hover { 
	color: #fff;
	text-decoration:none;
	}
