@charset "utf-8";
/* CSS Document */


/*-------------------------------------
// TOP info
-------------------------------------*/
.top_info{
	margin:0;
	padding:10px 0 15px 0;
}

/*-------------------------------------
// Flash
-------------------------------------*/
#flash{
	margin:0 auto;
	width:750px;
	height:308px;
	line-height:1.0;
}

#flash_dl{
	margin:0 auto;
	text-align:center;
	padding:100px 0 0 0;
}


/*-------------------------------------
// プロダクト
-------------------------------------*/
#products {
	width:750px;
	padding:20px 0 0 0;
}


/* 製品一覧バナー */
#navi_pro {
	width:750px;
}

#navi_pro li {
	float:left;
	width:240px;
	height:140px;
	padding:10px 15px 0 0;
}

#navi_pro li.r_bn {
	float:right;
	width:240px;
	height:140px;
	padding:10px 0 0 0;
}


/*-------------------------------------
// ダウンロード
-------------------------------------*/
.dl_table{
	width:auto;
	border-collapse:collapse;
	border:none;
	margin:20px 0 0 0;
}

.dl_table td{
	border:none;
	background-image: url(../img/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding:2px 40px 2px 17px;
	font-weight:bold;
}

#adobe {
	float:left;
	width:112px;
	height:33px;
	padding:10px 10px 0 0;
}


/*-------------------------------------
// ページ下バナー
-------------------------------------*/
#banner {
	width:750px;
	padding:5px 0 0 0;
}

#banner .bn_l {
	float:left;
	width:300px;
	height:100px;
	padding:15px 0 0 0;
}

#banner .bn_c {
	float:left;
	width:218px;
	height:100px;
	padding:15px 0 0 10px;
}

#banner .bn_r {
	float:right;
	width:218px;
	padding:15px 0 0 0;
}



