/*左側メニュー*/

.mtleft {
	width:184px;
	float:left;
	border:solid 1px #999999;
	text-align:left;}

.mtleft h2 {
	background:#1322ff;
	text-align:center;
	color: #FFFFFF;
	font-size:16px;
	padding:4px 0 2px 0;}

.mtleft ul {
	margin:0;
	padding:0.8em 0 0.8em 1.4em;}

.mtleft li {
	list-style:square;}


 /*カレンダー*/ 
 
#calendar {
	line-height: 120%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10;
	padding:0px; 
	text-align: center; 
	margin:8px 0 8px 2px;}
	
#calendar table { 
	width: 180px; 
	padding:0px;}
	
 /*カレンダーのタイトル*/
#calendar caption { 
	color:#FF6600; 
	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 #FF9900; 
	border-left: solid 1px #FF9900; 
	border-top: solid 1px #FF9900; 
	border-bottom: solid 2px #FF9900;} 
	
#calendar a {
	color: #000000;
	background-color: #999999; 
	text-decoration: none;}
	
#calendar a:hover {
	color:#009900;
	background-color:#CCCCCC; 
	text-decoration:underline;}	


/*ブログ記事*/

.blog {
	width:620px;
	float:right;
	text-align:left;}

.blog h2 {
	background:#99ff66;
	text-align:center;
	font-size:16px;
	padding:4px 0 2px 0;}

.blogtitle {
	color: #FF8BB3;
	margin:0.5em 0em 0em 0.5em;
	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;
	width:97%;}

.entry {
	padding-left:1.4em;}

.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;}
