.mtmain {
	background:url(img/back.jpg) repeat;
	width:1000px;
	height:100%;
	font-size:0.8em;}

/*レフト*/

.mtleft {
	float:left;
	width:200px;
	text-align:left;
	margin-left:5px;}

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


.mtleft h2 {
	border-bottom:#176EA4 solid 2px;
	padding-bottom:3px;
	text-align:center;
	color: #176EA4;
	font-size:1.0em;
	width:95%;}

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


/*ブログ記事*/

.blog {
	float:right;
	width:770px;
	text-align:left;
	margin-left:10px;}

.blog h2 {
	text-align:center;
	color:#176EA4;
	font-size:1.0em;
	border-bottom:#176EA4 solid 2px;
	width:95%;
	padding-bottom:3px;}

.blogtitle {
	margin:0.5em 0em 0em 1.6em;
	padding:0.5em 0;
	text-align:left;
	text-indent:5px;
	color:#666;
	font-weight:bold;
	border-bottom:solid 1px;
	border-top:solid 1px;
	width:90%;}

.entry {
	padding-left:2.6em;}

.entrysita {
	text-align:right;
	padding:0 6.0em 0.8em 0;}

.entrylink {
	border-top:dashed 1px #666666;
	text-align:center;
	padding-top:5px;
	width:95%;}

.hiduke {
	font-weight:bold;
	text-align:center;
	color:#666666;
	padding:0.8em 0em;}
