@charset "utf-8";
/*===========*/
/*PAGE LAYOUT*/
/*===========*/
body
{
	/*
	background: #ffefce url("../images/bg_linear.png");
	font: small/1.5em "sans-serif";
	*/
	background:#f6f6fe;
	margin:    20;
}
.text_file
{
	font-size:14px;
	font-family:メイリオ,Meiryo,MS UI Gothic,Arial Unicode MS,sans-serif,Arial;
	text-align:center;
	border:1px solid #ffffff;
	background:#cccccc;
}
.th_tit
{
	text-align:center;
	font-size:12;
	font-family:メイリオ,Meiryo,MS UI Gothic,Arial Unicode MS,sans-serif,Arial;
	background:#007ac0;
	color:#ffffff;
	border:1px solid #cccccc;
}
#cell_filename
{
	width:400;
}
#cell_size
{
	width:100;
}
#cell_uploaded
{
	width:200;
}
#cell_downlink
{
	width:100;
}
#cell_tit
{
	text-align:center;
	font-size:24;
	font-family:メイリオ,Meiryo,MS UI Gothic,Arial Unicode MS,sans-serif,Arial;
}
#cell_fnm
{
	text-align:left;
}
#cell_copyright
{
	height:30;
	vertical-align:bottom;
	text-align:center;
	font-size:12;
	font-family:メイリオ,Meiryo,MS UI Gothic,Arial Unicode MS,sans-serif,Arial;
}




