#calendar {
	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding:0; 
	text-align: center; 
	margin-bottom: 20px;
 } 
#calendar table { 
	width: 165px; 
	padding:10px 0 0 0;}
	
 /*カレンダーのタイトル*/
#calendar caption { 
	color: #FFFFFF; 
	background-color:#FF9900;
	font-family: Verdana, Arial, sans-serif; 
	font-size:14px;
	padding:5px 0px;
	text-align: center; 
	font-weight: bold;
	line-height: 15px;}
	
 /*カレンダーの曜日*/ 
#calendar th { 
	line-height: 12px; 
	font-size:10px; 
	text-align: center; 
	font-weight: bold; 
	color:#333333; 
	padding:2px 0px 0px 0px;} 
	
/*カレンダーの日付*/
 #calendar td { 
	line-height: 12px; 
	font-size:10px; 
	font-weight: normal; 
	color: #333333;
	text-align: center; 
	padding:2px 0px 0px 0px; 
	border-right: solid 2px #F63; 
	border-left: solid 1px #F63; 
	border-top: solid 1px #F63; 
	border-bottom: solid 2px #F63;} 
	
#calendar a {
	color: #000000;
	background-color: #999999; 
	text-decoration: none;}
	
#calendar a:hover {
	color:#009900;
	background-color:#CCCCCC; 
	text-decoration:underline;}

.blog h2 {
	font-size:18px;
	color:#930;
	padding:0 0 4px 1em;
	border-bottom:1px dotted #930;
	font-weight:bold;
}
.blogtitle {
	color: #FF8BB3;
	margin:0.5em 0 0 0;
	padding-top:0.5em;
	padding-bottom:0.5em;
	text-align: left;
	text-indent: 5px;
	color: #666;
	font-weight:bold;
	border-bottom:solid 1px;
	border-top:solid 1px;
}
.entry {
	text-align:left;}

.entrysita {
	text-align:right;
	padding-right:0.5em;}
	
.entrylink {
	border-top:dashed 1px #666666;
	text-align:center;
	padding-top:5px;}

.hiduke {
	font-weight:bold;
	text-align:center;
	color:#666666;
	padding:0.8em 0em;}
.blog{
	padding-bottom:20px;
}
.blog a{
	color:#333;
}
.blog a:hover{
	text-decoration:none;
}
#comments-form table{
	font-size:14px;
}
.asset-meta{
	padding-bottom:5px;
	border-bottom:#333 dotted 1px;
}
.comment-content{
	font-size:14px;
	text-align:justify;
	padding:0;
	border-bottom:#999 1px dotted;
}
#mt ul{
	padding-right:5px;
}


.facebookIndex{background:#039; padding:10px; font-size:18px; font-weight:bold; color:#FFF;}


