/*------------------------------------------------
	calendar */

.calendar {
	clear: both;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 10px auto 15px 46px;
	}	
.calendar table {
	width: 496px;
	height: 24px;
	}	
.calendar td {
	width: 14px;
	height: 10px;
	margin: 0px;
	padding: 1px;
	text-align: center;
	font-size: 6px;
	font-family: Arial, Helvetica, sans-serif;
	}
.maru {
	color: #acacac;
	font-size: 10px;
	font-family: "lr SVbN", "Osaka|";
	}
html[xmlns*=""] body:last-child .maru { font-size: 20px; } /* for Safali */
.red {
	color: #ff6666;
	}
.blue {
	color: #33cccc;
	}
	
/*------------------------------------------------
	othe space */
	
#detail #otherspace {
	width: 680px;
	display: block;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
#otherspace .box img {
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0px solid #ffffff;
	}
.box {
	width: 310px;
	background-image: url(../../images/detail_hr_dashed.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 5px;
	float: left;
	margin-right: 15px;
	height: 100px;
	}
.m10 {
	margin-top: 0px;
	padding-left: 10px;
	background-image: url(../../images/point.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	}


.category {
	color: #acacac;
	font-weight:bold;
	}