h2 {
	font-size: 12px;
	color: #FFFFFF;
	height: 20px;
	width: 340px;
	background-image: url(../resource/link_bar.gif);
	text-align: left;
	text-indent: 22px;
	letter-spacing: 1px;
	margin: 0px 0px 0px 5px;
	padding-top: 2px;
	line-height: 16px;
	background-repeat: no-repeat;
}
#calender_base {
	margin-right: 14px;
	margin-left: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 220px;
	width: auto;
}
.calender {
	height: 185px;
	width: 725px;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 10px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#cale{/*ダウンロードボタン配置*/
	list-style-type: none;
	padding: 5px;
	margin: 0px;
}
ul#cale li{
	display: inline;
}
.image {/*ファルコムカレンダー画像*/
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #999999;
}
.month {
	list-style-type: none;
	text-align: center;
	height: 185px;
	width: 180px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin: 0px;
	padding-top: 3px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #314971;
	float: left;
}
.month_end {
	list-style-type: none;
	text-align: center;
	height: auto;
	width: 180px;
	margin: 0px;
	padding-top: 3px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #314971;
	float: left;
}
.download {
	margin: 0px;
}
.holiday {/*ファルコム休業日*/
	font-size: 10px;
	height: auto;
	width: auto;
	float: right;
	line-height: 12px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.date_section{
	font-weight: bold;
	color: #666666;
}
.date{/*日付*/
	font-weight: bold;
	color: #FF3300;
}
#schedule_base {/*スケジュール*/
	height: auto;
	width: 820px;
	margin-right: 14px;
	margin-left: 14px;
	clear: both;
	padding-top: 20px;
}
#schedule {
	height: auto;
	width: 750px;
	margin-left: 48px;
	padding-bottom: 15px;
}
.list_section{
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #7A959E;
	border: #FFFFFF;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.td_list_section{
	border: 2px solid #FFFFFF;
	text-align: center;
}
strong {/*年号*/
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	padding-left: 10px;
}
table{
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.td{/*スケジュール改行*/
	text-align: center;
	border-bottom: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
#old {
	height: 19px;
	width: 143px;
	background-image: url(resource/peag_green.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 10px;
	text-align: center;
	margin-left: 630px;
}
#old a {
	color: #FFFFFF;
}
#old a:hover {
	color: #FFFF00;
	text-decoration: none;
}

/*↓過去のスケジュールで使用↓*/

#age_base {/*年号*/
	height: 25px;
	width: 780px;
	margin-left: 30px;
	margin-top: 15px;
}
ul#age2{
	list-style:url(none) none;
	margin: 0px;
}
ul#age2 li{
	width:auto;
	display: inline;
	margin: 0px;
	height: 25px;
	float: left;
}
ul#age2 a{
    display:block;
    width:25px;
    height:25px;
    background-image:url(resource/arrow.gif);
    overflow:hidden;
}
a.back{
    background-position:0px 0px;
}
a:hover.back{
    background-position:0px -25px;
}
a.next{
    background-position:25px 0px;
}
a:hover.next{
    background-position:25px -25px;
}
.age_image{
	margin-right: 2px;
	margin-left: 2px;
}

/*IE6適用*/
*html #calender_base {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 220px;
	width: aut;
	margin: 0px 0px 0px 15px;
}
*html #calender {
	width: 545px;
	margin: 15px 0px 10px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}
