@charset "utf-8";





/*------------------------------------------------------------

　カレンダーページ

------------------------------------------------------------*/

.scale {

	margin: 0 1px 1px 0;

	text-align: right;

}

.part1 table {

	margin: 0 0 15px 0;

	border-collapse: collapse;

	border: 1px solid #c6c6c6;

	background: url(../common/image/bg_border.gif) left top repeat-y;

}

*html .part1 table,

*+html .part1 table {

	background: none;

}



.part1 th {

	width: 113px;

	padding: 23px 0 0 23px;

	vertical-align: top;

	border: 1px solid #c6c6c6 !important;

	background-position: 7px 7px;

	background-repeat: no-repeat;



}

.part1 th.show {

	background-image: url(../common/image/ico_h2_show.gif);

}

.part1 th.join {

	background-image: url(../common/image/ico_h2_join.gif);

}

.part1 th.get {

	background-image: url(../common/image/ico_h2_get.gif);

}



.part1 td {

	width: 839px;

	border: 1px solid #c6c6c6;

}




