@charset "UTF-8";

/*-------------------------------
**********layoutCSS**********
---------------------------------*/


/*----------result---------*/


div#result h2 {
	background: url(/pts/result2007/title.gif) no-repeat;
	height: 60px;
	width:730px;
	margin:0px auto 5px;
}
div#resultCnts {
	/*background: url(/pts/result/bg_main.gif) repeat-y;*/
}
div#resultCntsTop {
	/*background: url(/pts/result/bg_maintop.gif) no-repeat top;*/
}
div#resultCntsBottom {
	/*background: url(/pts/result/bg_mainbottom.gif) no-repeat bottom;*/
	height:10px;
	clear:both;
}
div#result div#resultCal {	
	width:726px;
	margin:0px auto;
	padding:10px 0px;
}
div#result table.resultCal{
	border-collapse:separate;
	border-spacing:1px;
}
div#result table.resultCal td {	
	width:144px;
}
div#result table.resultCal td.bg {
	background: url(/pts_museum/2007/images/bg.gif) repeat-y;
}
div#result table.resultCal div.month {height: 24px;}
div#result table.resultCal div#january div.month {background: url(/pts_museum/2007/images/january.gif) no-repeat top;}
div#result table.resultCal div#febuary div.month {background: url(/pts_museum/2007/images/febuary.gif) no-repeat top;}
div#result table.resultCal div#march div.month {background: url(/pts_museum/2007/images/march.gif) no-repeat top;}
div#result table.resultCal div#april div.month {background: url(/pts_museum/2007/images/april.gif) no-repeat top;}
div#result table.resultCal div#may div.month {background: url(/pts_museum/2007/images/may.gif) no-repeat top;}
div#result table.resultCal div#june div.month {background: url(/pts_museum/2007/images/june.gif) no-repeat top;}
div#result table.resultCal div#july div.month {background: url(/pts_museum/2007/images/july.gif) no-repeat top;}
div#result table.resultCal div#august div.month {background: url(/pts_museum/2007/images/august.gif) no-repeat top;}
div#result table.resultCal div#september div.month {background: url(/pts_museum/2007/images/september.gif) no-repeat top;}
div#result table.resultCal div#october div.month {background: url(/pts_museum/2007/images/october.gif) no-repeat top;}
div#result table.resultCal div#november div.month {background: url(/pts_museum/2007/images/november.gif) no-repeat top;}
div#result table.resultCal div#december div.month {background: url(/pts_museum/2007/images/december.gif) no-repeat top;}
div#result table.resultCal div#nomonth div.month {background: url(/pts_museum/2007/images/nomonth.gif) no-repeat top;}

div#result table.resultCal div.day {
	background: #fff;
	margin:1px auto 0px auto;
	width: 134px;
	
}
div#result table.resultCal div#january,
div#result table.resultCal div#febuary,
div#result table.resultCal div#march,
div#result table.resultCal div#april,
div#result table.resultCal div#may,
div#result table.resultCal div#june,
div#result table.resultCal div#july,
div#result table.resultCal div#august,
div#result table.resultCal div#september,
div#result table.resultCal div#october,
div#result table.resultCal div#november,
div#result table.resultCal div#december,
div#result table.resultCal div#nomonth{
	background: url(/pts_museum/2007/images/bottom_month.gif) no-repeat bottom;
	padding-bottom:10px;
	
}
div#result table.resultCal div.day a {
	background: #fff;
	margin:1px auto 0px auto;
	padding:4px 8px 4px;
	display:block;
}
div#result table.resultCal div.day a:hover {
	background: #d5e0ea;
}
div#result table.resultCal div.day a:active {
	background: #5982ac;
}
div#result table.resultCal div.day span.nogame {
	background: #fff;
	margin:1px auto 0px auto;
	padding:4px 8px 4px;
	display:block;
}
div#result table.resultCal .sat,
div#result table.resultCal .sun,
div#result table.resultCal .weekday
{margin-right:5px;}



/*-------------------------------
**********fontCSS**********
---------------------------------*/


/*----------result---------*/
div#result table.resultCal {
	font: 12px/12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
div#result table.resultCal div.day a {
	color: #333;
	text-decoration: none;
}
div#result table.resultCal div.day a:active {
	color: #fff;
}
div#result table.resultCal .sat{color: #294a7b;}
div#result table.resultCal .sun{color: #f00;}
