/*=============================================
/		common
/=============================================*/
#report1{
	width:100%;
}
ul,li{
	list-style:none;
	padding:0;
	margin:0;
}
#report1 A{ color:#22649e; text-decoration:none;}
#report1 A:visited{ color:#22649e; text-decoration:none;}
#report1 A:active{ color:#22649e; text-decoration:underline;}
#report1 A:hover{ color:#22649e; text-decoration:underline;}

#report1 .header{
	width:100%;
	padding-bottom:5px;
}
#report1 #naviBlock{
	width:200px;
	float:left;
	padding-top:20px;
}
#report1 #naviBlock li{
	padding-bottom:10px;
}
#report1 #naviBlock .num{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
}
#report1 #entryBlock{
	width:644px;
	float:right;
}
#report1 #entryBlock #nextBack{
	width:100%;
	padding:10px 0;
	text-align:center;
	color:#CCCCCC;
}
#report1 #entryBlock #block{
	width:100%;
	background:url(/take/report1/img/frame.jpg) no-repeat top;
}
#report1 #entryBlock #block #dataBlock{
	width:130px;
	float:left;
	height:100px;
	text-align:center;
	margin:25px 0;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
}
#report1 #entryBlock #block #dataBlock .num{
	font-size:22px;
	padding-bottom:5px;
}
#report1 #entryBlock #block #detailBlock{
	width:480px;
	float:left;
	margin:40px 10px;
	color:#333333;
	line-height:20px;
}
#report1 #entryBlock #block #detailBlock #ttl{
	width:100%;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:15px;
	padding-bottom:15px;
}


