/*  ライブ・インフォメーション・カレンダー  */

#live-information .asset-header-index {
	background-image: url(../img/live-information_title_back.gif);
}

#live-information .asset-header-index table {
	width:710px;
	border-collapse:collapse;
}


#mainscreen #calendar {
	width:710px;
	height:511px;
	text-align:center;
	float:left;
}

#mainscreen #calendar table {
	border:1px solid #cec7b5;
	border-collapse:collapse;
	margin:17px auto;
	color:#1D3A5A;
}
#mainscreen #calendar caption{
	height:26px;
	text-align:left;
}

#mainscreen #calendar caption span{
	color:#1D3A5A;
	font-weight:bold;
	font-size:18px;
	vertical-align:4px;
}

#mainscreen #calendar table td, #mainscreen #calendar table th{
	width:92px;
	border:1px solid #cec7b5;

}

#mainscreen #calendar table td{
	height:71px;
	vertical-align:top;
	padding-left:5px;
}

#mainscreen #calendar table th{
	text-align:center;
	height:23px;
	vertical-align:middle;
}

#mainscreen #calendar table td .calendardate, #mainscreen #calendar table td .calendardate a{
	font-family:Arial, Verdana, Helvetiva;
	font-size:20px;
	font-weight:bold;
	color:#1D3A5A;
	padding:1px;
}
.calendardate a{
	color:#1D3A5A;
	text-decoration:underline;
}
.calendardate a:hover {
	color:#000000;
	text-decoration:underline;
}

#mainscreen #calendar table td .calendarentrytitle a{
	color:#817969;
	font-size:10px;
	line-height:12px;
	text-decoration:underline;
}
#mainscreen #calendar table td .calendarentrytitle a:hover {
	color:#1D3A5A;
	text-decoration:underline;
}

#mainscreen #calendar table td .calendardate .small{
	font-size:11px;
}
#mainscreen #calendar table td#today {
	background-color:#faff73;

}
/*土曜日*/
#mainscreen #calendar table th.sat {
	background-color:#f4feff;
}

/*日曜日*/

#mainscreen #calendar table th.sun {
	background-color:#FFEEF9;
}



#mainscreen #information {
	border-left:3px solid #656c89;
	margin-top:43px;
	width:237px;
	height:469px;
	float:right;
	overflow:auto;
	overflow-x:hidden;
}

#mainscreen #information .asset-header{
	height:auto;
}

#mainscreen #information #date{
	color:#1D3A5A;
	font-weight:bold;
	font-size:14px;
	padding:0px 11px;
}

#mainscreen #information #info-count{
	color:#1D3A5A;
	font-size:11px;	
	padding:7px 11px 10px;
	background:url(../img/live-info-count-bottom-line.gif) bottom left no-repeat;
}

#mainscreen #information h1#page-title {
	color:#1D3A5A;
	font-weight:bold;
	font-size:12px;
	line-height:1.2em;
	padding:18px 11px 10px;
}


#mainscreen #information .asset-body {
	padding:0px 15px 18px;
	background:url(../img/live-info-bottom-line.gif) bottom left no-repeat;
	color:#817969;
}
#mainscreen #information .asset-body P {
	font-size:10px;	
	line-height:1.7em;
}

#mainscreen #information .asset-body a {
	color:#817969;
	font-size:10px;
	text-decoration:underline;
}
#mainscreen #information .asset-body a:hover {
	color:#1D3A5A;
	font-size:10px;
	text-decoration:underline;
}


