/* Calendar
--------------------------*/
#calendarBox {
	width: 235px;	
	padding: 0px 5px 15px 8px;
}

#calendarBox form {
	display: none;
}

#dispCalendar {
	width: 235px;
}

.calendar {
	width: 100%;
	border-spacing: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica;
}

.calendar td {
	width: 15px;
	height: 12px;
	border: 1px #999 solid;
}

.cell_sunday {
	color: #C00;
}

.cell_saturday {
	color: #009;
}
.cell_today {
	border: 1px #036 solid !important;
	font-weight: bold !important;
}

.calendar a {
	display: block;
	background-color: #ffc;
}

.calendarNavi {
	font-size: 12px;
}

.calendarNavi img {
	border: 0;
}


/* CategoriesBox */

#categoriesBox {
	padding: 20px 0 0 0;
	}
	
#categoriesBox .list {
	border-bottom:#C00 dotted 1px;
	text-decoration:none;
	padding-left:10px;
	}
	
#categoriesBox .list a {
	color:#333;
	text-decoration:none;
	}

#categoriesBox .list a:hover {
	background:#FFC;
	text-decoration:none;
	display:block;
	}
	
#coution {
	text-align:right;
	font-size:10px;
	color:#C00;
}


/*   ProfileBox */

#profileBox {
	padding: 20px 0 0 0;
	}
	
#profileBox .list {
	border-bottom:#C00 dotted 1px;
	}
	
#profileBox .list a {
	color:#333;
	text-decoration:none;
	}
	
#profileBox .list a:hover {
	background:#FFC;
	text-decoration:none;
	display:block;
	}

/*  LinksBox  */

#linksBox {
	padding: 20px 0 20px 0;
	}
	
#linksBox .list {
	border-bottom:#C00 dotted 1px;
	}
	
#linksBox .list a {
	color:#333;
	text-decoration:none;
	}

#linksBox .list a:hover {
	color: #900;
	}


/* RSS */
#rss { 
	padding: 10px 0;
	text-align:center;
	}
#rss img, a {border:none;}
	
/* Infomation */
#infomation { 
	padding: 10px 0px 10px 10px;
	background: #FDFDFD;
	border:#900 dotted 1px;
	font-size:14px;
	line-height:140%;
	}



/*  QR  */
#qrcode {
	background: url(imgs/qr.gif) no-repeat;
	margin-bottom:10px;
	height:120px;
	width:238px;
	}
#qrcode p {
	display:none;}

#linkImage img {
	padding-bottom:10px;
}
#linkImage img, a {
	border:none;
}

/* entryBody */
.entryBody { padding: 0;
	width:650px;
	display:block;}

.entryBody2 {
	padding: 0 0 0 20px;
	display:block;
	width:650px;
	height:auto;
	clear: left;}
	
.entryBody2 img	{
	padding:0 20px 0 20px;
	float:left;
	border:none;
}

.entryBody .discription {
	padding: 0 8px 0 26px;
}


/* Entry States */
.entryState {
	font-size:12px;
	text-align:right;
	}
.entryState a {
	text-decoration:none;
	color:#006;
	}
.entryState a:hover {
	background:#FFC;
	color: #C00;
	display: inline;
	}

#map {padding: 20px 0 10px 0;
	text-align:center;
}

#map iframe {border:#666 solid 1px;}

#maptext { padding: 0 0 0 310px;}
#maptext2 { padding: 0 0 0 240px; font-size:12px; line-height:150%;}

.whiteWaku { border:#FFF solid 1px;}
.blackWaku { border:#000 solid 1px;}

