@charset "UTF-8";

div.jqueryCalendar {
	width: 220px;
	font-size:11px;
	font-family	:
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
		'Trebuchet MS', Arial, 'ＭＳ Ｐゴシック', sans-serif;
	border:solid 1px #202020;
	padding:5;
	margin:0;
}

div.jqueryCalendar a {
	outline		: 0;
	text-decoration	: none;
}

div.jqueryCalendar ul.navi {
	clear:both;
	position	: relative;
	width		: 200px;
	height		: 15px;
	margin		: 0;
	padding:10px;
	background	: url('../images/cal/cal_title.jpg') no-repeat;
}

/*月タイトル部分 */
div.jqueryCalendar div.caption {
	position	: relative;
	width		: 80px;
	height		: 25px;
	margin		: -30px auto 3px;
	padding		: 2px;
	font-size	: 13px;
	line-height	: 25px;
	text-align	: center;
	vertical-align	: middle;
	color:#000000;
}

div.jqueryCalendar ul.navi li {
	display		: inline;
	margin		: 0;
	padding		: 0;
	list-style	: none;
}

div.jqueryCalendar ul.navi li a {
	display		: block;
	width		: 15px;
	height		: 15px;
	background	: #FFF;
	text-indent	: -9999px;
	overflow	: hidden;
}

div.jqueryCalendar ul.navi li.prev a {
	float		: left;
	background	: url('../images/cal/back.gif') no-repeat;
}


div.jqueryCalendar ul.navi li.next a {
	float: right;
	position:relative;
	background	: url('../images/cal/next.gif') no-repeat;
}

div.jqueryCalendar div.main {
	background-color:#1b1b1b;
	padding-bottom:5px;
}



div.jqueryCalendar div.main table {
	position	: relative;
	margin		: 0 auto;
	border-collapse	: collapse;
	border-spacing	: 0;
	
}

/* 曜日（背景）カラー*/
div.jqueryCalendar div.main th{
	background-color:#000000;
}

div.jqueryCalendar div.main th,
div.jqueryCalendar div.main td {
	width		: 30px;
	height		: 30px;
	padding		: 0;
	border		: 0;
	line-height	: 30px;
	text-align	: center;
	vertical-align	: middle;	
}


div.jqueryCalendar div.main th {
	height		: 30px;
	line-height	: 30px;
	font-size	: 12px;
}

div.jqueryCalendar div.main td {
	font-size	: 12px;
}

/* 日付背景*/
div.jqueryCalendar td {
	color		: #393a3a;
	background	: url('../images/cal/cal_today.jpg') no-repeat;
}


/*日曜日カラー*/
div.jqueryCalendar div.main table .sun {
	color		: #da141a;
}

/*土曜日カラー*/
div.jqueryCalendar div.main table .sat {
	color		: #3188c9;
}


/*定休日（毎週日曜日）カラー*/
div.jqueryCalendar div.main td.sun,
div.jqueryCalendar div.main td.event {
	color		: #161616;
	background	: url('../images/cal/cal_hollday.jpg') no-repeat;
}

/*先月カラー*/
div.jqueryCalendar div.main table .otherMonth {
	color		: #424242;
	background	: url('../images/cal/cal_old.jpg') no-repeat;
}

/*今日のカラー*/
div.jqueryCalendar div.main table .today {
	background	: url('../images/cal/cal_today.jpg') no-repeat;
}


/*　イベントカラー */
div.jqueryCalendar div.main td.event a,
div.jqueryCalendar div.main td.event span {
	display		: block;
	width		: 30px;
	height		: 30px;
	background	: url('../images/cal/cal_hollyday.jpg') no-repeat;
	/*background	: url('../images/cal/cal_event.png') no-repeat;*/
	color		: #161616;
}


div.jqueryCalendar div.main td.event a:hover {
	background-position	: -50px -25px;
}

div.jqueryCalendar div.todayLink {
	display:none;
	/*padding		: 3px 0;
	font-size	: 13px;
	text-align	: center;*/
}

