@charset "UTF-8";

body {
	font-family	:
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
		'Trebuchet MS', Arial, 'ＭＳ Ｐゴシック', sans-serif;
}

div.jqueryCalendar {
	width		: 231px;
}

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

div.jqueryCalendar ul.navi {
	position	: relative;
	width		: 219px;
	height		: 28px;
	margin		: 0;
	padding		: 7px 5px 0;
        border-left-color:#004FA1;
        border-left-style:solid;
        border-left-width:1px;
        border-right-color:#004FA1;
        border-right-style:solid;
        border-right-width:1px;
        border-bottom-color:#004FA1;
        border-bottom-style:solid;
        border-bottom-width:1px;
}

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

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

div.jqueryCalendar ul.navi li.prev a {
	float		: left;
	background	: url('/images/sprites.png') 0 -25px no-repeat;
}

div.jqueryCalendar ul.navi li.prev a:hover {
	background-position	: 0 -38px;
}

div.jqueryCalendar ul.navi li.next a {
	float		: right;
	background	: url('/images/sprites.png') -25px -25px no-repeat;
}

div.jqueryCalendar ul.navi li.next a:hover {
	background-position	: -25px -38px;
}

div.jqueryCalendar div.main {
	padding		: 0 0 0px;
}

div.jqueryCalendar div.caption {
	position	: relative;
	width		: 101px;
	height		: 18px;
	margin		: -30px auto 3px;
	padding		: 2px;
	font-size	: 13px;
	line-height	: 18px;
	text-align	: center;
	vertical-align	: middle;
}

div.jqueryCalendar div.main table {
	position	: relative;
	margin		: 8px 0 0 0;
	border-collapse	: collapse;
	border-spacing	: 0;
        border-right-color:#004FA1;
        border-right-style:solid;
        border-right-width:1px;
}

div.jqueryCalendar div.main th,
div.jqueryCalendar div.main td {
	width		: 25px;
	height		: 25px;
	padding		: 0;
	border		: 0;
	border-left	: 1px solid #004fa1;
	border-bottom	: 1px solid #004fa1;
	color		: #666;
	line-height	: 25px;
	text-align	: center;
	vertical-align	: middle;
}

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

div.jqueryCalendar div.main td {

	font-size	: 12px;
        width:45px;
}

div.jqueryCalendar div.main table .sun {
	color		: #C14F22;
}

div.jqueryCalendar div.main table .sat {
	color		: #33F;
}

div.jqueryCalendar div.main table .otherMonth {
	color		: #CFCFCF;
}

div.jqueryCalendar div.main table .today {
	background-color: #99CCFF;
	color		: #FFF;
}

div.jqueryCalendar div.main td.event a,
div.jqueryCalendar div.main td.event span {
	background-color: #f8dce0;
	color		: #FFF;
}

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

div.jqueryCalendar div.todayLink {
        height:0px;
	padding		: 0px 0;
	font-size	: 13px;
	text-align	: center;
        visibility: hidden;
}
