#bnr_fixed {
	position: fixed;
	bottom: -100px;
	right: 20px;
	width: 500px;
}

/* brochure　資料請求 */
#brochure {
	font-size: 78%;
	font-weight:bold;
}
#brochure img {
	margin-right:5px;
	vertical-align:middle;
}
#brochure a {
	background: #a0000a;
	text-decoration: none;
	color: #fff;
	width: 170px;
	margin-left:10px;
	padding: 8px 3px 7px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float:right;
   /* カラー設定 */
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#brochure a:hover {
   /* カラー設定 */
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

/* trial　試用版ダウンロード */
#trial {
	font-size: 78%;
	font-weight:bold;
}
#trial img {
	margin-right:5px;
	vertical-align:middle;
}
#trial a {
	background: #052462;
	text-decoration: none;
	color: #fff;
	width: 220px;
	margin-left:10px;
	padding: 8px 3px 7px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float:right;
   /* カラー設定 */
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#trial a:hover {
   /* カラー設定 */
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

/* trial2　試用版ダウンロード（幅が狭い） */
#trial2 {
	font-size: 78%;
	font-weight:bold;
}
#trial2 img {
	margin-right:5px;
	vertical-align:middle;
}
#trial2 a {
	background: #052462;
	text-decoration: none;
	color: #fff;
	width: 170px;
	margin-left:10px;
	padding: 8px 3px 7px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float:right;
   /* カラー設定 */
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#trial2 a:hover {
   /* カラー設定 */
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

