/**** クリア ****/

.clear{
clear:both;
}


/**** カレンダー ****/

.txt_cap {
	line-height: 18px;
	padding: 5px 0px 10px 5px;
	text-align:left;
}
	
.txt_cap_bar {
	line-height: 18px;
	text-align:left;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 600px;

}

/*香港市場休業日*/
.case_1 {
	font-weight: bold;
	background-color: #DFEFFF;
}

/*後場休場*/
.case_2 {
	background-color: #E3E3E3;
}

/*日本の祝祭日*/
.case_3 {
	background-color: #FEDEE3;
}

/*振替入出金を行なわない日*/
.case_4 {
	font-weight: bold;
	color: #ff0000;
}

/*香港市場休業日で振替入出金を行なわない日*/
.case_5 {
	font-weight: bold;
	color: #ff0000;
	background-color: #DFEFFF;
}

/*日本の休日で振替入出金を行なわない日*/
.case_6 {
	font-weight: bold;
	color: #ff0000;
	background-color: #FEDEE3;
}

.case_7 {
	font-weight: bold;
	color: #ff0000;
	background-color: #E3E3E3;
}


.navi_l{
	background-image:url(../image/calendar_l.gif);
	hight: 25px;
	width: 150px;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.navi_l_2{
	background-image:url(../image/calendar_l_2.gif);
	hight: 25px;
	width: 150px;
	font-weight: bold;
	text-align:center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.navi_c{
	background-image:url(../image/calendar_c.gif);
	hight: 25px;
	width: 310px;
	text-align:center;
	font-weight:bold;
	font-size: 12px;
	color:#ff0000;
	background-repeat: repeat;
	vertical-align: middle;
}

.navi_r{
	background-image:url(../image/calendar_r.gif);
	height: 25px;
	width: 150px;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.navi_r_2{
	background-image:url(../image/calendar_r_2.gif);
	height: 25px;
	width: 150px;
	text-align:center;
	font-weight:bold;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.month{
	width: 315px;
	font-weight:bold;
	margin:0 auto;
	padding:0;
}



.calendar_l{
	width: 313px;
	margin:10px 0 0 0;
	float: left;
	} 
	
.calendar_l td{
	width: 40px;
	height:35px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: middle;
	
} 
	

.calendar_r{
	width: 315px;
	margin:10px 0 0 8px;
	float: left;
} 
	
.calendar_r td{
	width: 40px;
	height:35px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: middle;
	
}

.case_table{
	margin: 30px 0 10px　0;
	text-align:left;
	border:none;
}

.case_table td,.case_table tr{
border:none;
}

.case_table_td1_1{
	width: 12px;
	background-color:#DFEFFF;
}

.case_table_td1_2{
	width: 12px;
	background-color:#E3E3E3;
}

.case_table_td1_3{
	width: 12px;
	background-color:#FEDEE3;
}

.case_table_td1_4{
	color:#FF0000;
	font-weight:bold;
}

.case_table_td2{
	text-align:left;
	padding: 0 10px;
}
