
/* Iframeのレイアウト */
body.iframe{
padding:0 0 0 0;
overflow-x: hidden;	/* Iframeの横スクロールバーを非表示 */
overflow-y: hidden;	/* Iframeの横スクロールバーを非表示 */
}
/* idF01
------------------------------------------------*/
#idF01{
	width: 260px;
	text-align:left;
	}

#idF01 p	{
	line-height:1.6em;
	}
	
#idF01 #idF01L p{
	font-size:10px;
	line-height:120%;
	padding-right:5px;
	padding-left:5px;
	}



.clCaltable01{
	width:252px;
	background-color:#F2F2F2;
	background-image:url(../images/share/main_back.jpg);
	background-repeat:repeat;
}
.clCaltable01 th{
	font-size:9px;
	line-height:150%;
	height:23px;
	text-align:center;
	padding-top:5px;
}
.clCaltable01 td{
	height:23px;
	width:36px;
	font-size:9px;
	font-weight:bold;
	line-height:100%;
	text-align:center;
	padding-top:5px;
	color:#999999;
}
.clCaltable01 td a{
	color:#58595B;
	text-decoration:none;
	font-size:9px;
}
.clCaltable01 td a:hover{
	color:#58595B;
	text-decoration:underline;
	font-size:9px;
}

.clAColorG{
	color:#58595B;
/*	background-color:#999999;*/
	font-size:9px;
}
.clAColorG a{
	color:#58595B;
	text-decoration:none;
	font-size:9px;
}
.clAColorG a:hover{
	color:#58595B;
	text-decoration:underline;
	font-size:9px;
}

.clRed{
	color:#FE2121;
}