@charset "utf-8";/* CSS Document *//*===============Tag Setting===============*/#calendarset{	height: auto;	width: 450px;	float: right;	margin-bottom: 20px;}#maincontainer #calendarset table tbody th{	background-color: #CCC;}#maincontainer #calendarset table tbody td{	text-align: center;}#maincontainer #calendarset .nodate{	background-color: #eee;}#maincontainer #calendarset .halfday{	background-color: #9cf;}#maincontainer #calendarset .close{	background-color: #fcc;}
#maincontainer #calendarset .satday{	background-color: #cc6;}#maincontainer #calendarset #calendar01{	float: left;	margin-left: 0px;}#maincontainer #calendarset #calendar02{	margin-left: 0px;	margin-right: 0px;}#maincontainer #calendarset p{	clear: both;	margin-left: 0px;}#maincontainer #calendarset .closetext{	background-image: url(../img/close_icon.gif);	background-repeat: no-repeat;	background-position: 0px 4px;	padding-left: 15px;}#maincontainer #calendarset .halftext{	background-image: url(../img/halfday_icon.gif);	background-repeat: no-repeat;	background-position: 0px 4px;	padding-left: 15px;}#maincontainer #calendarset .sattext{	background-image: url(../img/satday_icon.gif);	background-repeat: no-repeat;	background-position: 0px 4px;	padding-left: 15px;}