/* ダウンロードメニュー */
.download_menu
{
	text-align:left;
	font-size:11pt;
	line-height:1.5;
	width:500px;
	color:#333333;
	padding-top:10px;
}

td.download_menu:hover
{
	background-color:#ffffdd;
}

ul.download_ul_menu
{
	margin-top:10px;
	margin-bottom:20px;
	font-weight:900;
}

.download_sub_title
{
	border-left:10px #333333 solid;
	border-bottom:5px #333333 solid;
	font-size:13pt;
	font-weight:900;
	margin:0px 0px 5px 10px;
	padding:5px;
}




/* DL製品別ページ */
#download_pro_title
{
	font-size:25pt;
	font-weight:900;
	margin-bottom:10px;

}


.download_cont_title,.download_cont_table
{
	width:500px;
}


.download_cont_title
{
	padding:5px;
	color:#ffffff;
	background-color:#4444ff;
	border-top:2px #333333 solid;
	border-left:2px #333333 solid;
	border-right:2px #333333 solid;
	border-bottom:2px #333333 solid;
	margin-top:20px;
}


.download_cont_table
{
	background-color:#f0f0f0;
	font-size:10pt;
	padding:5px;
	border-bottom:2px #333333 solid;
	border-left:2px #333333 solid;
	border-right:2px #333333 solid;
}

.download_table_tag
{
	font-size:10pt;
}

.download_kyouryoku_site
{
	margin:20px 0px 0px 0px;
	font-weight:900;
}


/* アップデータ */
#download_updata_title
{
	font-size:20pt;
	font-weight:900;
	margin-bottom:10px;

}


.download_updata_koumoku
{
	font-weight:900;
}

.download_updata_at
{
	font-weight:900;
	color:#ff3333;
}

div.updata_box
{
	margin: 5px 10px 10px 10px;
	border: 1px #000 solid;
	padding: 5px;
}









