@charset "UTF-8";
/* CSS Document */
/* =========================================================
 カレンダー用css
========================================================= */


/*　カレンダーテーブルのスタイル
--------------------------------------------　*/
table.calendar{
	width:250px;
	float:left;
	border:2px solid #999;
	background-color:#FFF;
}

/* キャプション */
table.calendar caption{
	text-align:center;
	padding:6px 0;
	letter-spacing:0.2em;
}
table.calendar caption a{
	font-weight:bold;
	text-decoration:none;
	padding: 2px 2px 1px;
	border: 1px solid #8AB51E;
	font-size: 93%;
}

/* セル */
table.calendar th,
table.calendar td{
	border:1px solid #CCC;
	text-align:center;
}
table.calendar th{
	font-weight:bold;
	background-color:#EEE;
}
table.calendar th.red{
	color:#C00;
}
table.calendar th.blue{
	color:#39F;
}
table.calendar td.today{
	background-color:#8AB51E;
	font-weight:bold;
	color:#FFF;
}
table.calendar td.today a{
	color:#FFF;
}


/*　カレンダーとなりの吹き出しスタイル
--------------------------------------------　*/
div.pop{
	width:412px;
	height:213px;
	background: #FFF url(../../event/images/img_pop.gif) no-repeat left top;
	margin-top:25px;
}
div.pop h3{
	font-size:130%;
	font-weight:bold;
	border-bottom:1px solid #FF9900;
	padding-bottom:3px;
	margin:20px 20px 10px 40px;
}
div.pop div.pop-cont{
	width:350px;
	height:135px;
	margin:0 20px 0 40px;
	overflow:auto;
}
div.pop div.pop-cont ul{
	padding:0 5px;
}
div.pop div.pop-cont ul li{
	list-style-type:none;
	margin-bottom:5px;
	line-height:1.4;
	text-indent:-5px;
}
div.pop div.pop-cont ul li a{
	background:url(../../images/mark_pink.gif) no-repeat left center;
	padding-left:6px;
}

