@charset "utf-8";
/* CSS Document */

/*カレンダー*/ 

#calendar {
line-height: 120%;
font-family:Verdana, Arial, sans-serif; 
font-size: 10px;
padding:0px; 
text-align: center; 
margin-bottom: 20px;
} 
#calendar table { 
width: 150px; 
padding:0px 0px 0px 0px; 
}
/*カレンダーのタイトル*/
#calendar caption {
	color: #FFFFFF;
	background-color: #0066FF;
	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: normal;
	color: #0066FF;
	padding:2px 0px 0px 0px;
} 
/*カレンダーの日付*/
#calendar td {
	line-height: 12px;
	font-size:10px;
	font-weight: normal;
	color: #997766;
	text-align: center;
	border:1px solid #CCCCCC;
} 
#calendar a {
	color: #333333;
	text-decoration: none;
}
#calendar a:hover {
	color: #0066FF;
	background-color: #FFFFFF;
	text-decoration:underline;
} 
.blogtitle{
	font-size:13px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding:3px 0 3px 10px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
}
