@charset "utf-8";
/* CSS Document */

@charset "shift_jis";
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body#download {
	text-align:center;
	line-height: 1.5;
	color: #333;
	background: url(../img/hd_bar.gif) top repeat-x #efefef;
}

#dl_wrapper {
	margin: 0 auto;
	width: 880px;
	text-align: left;
	background-color: #fff
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#hd {
	text-align: left;
	background: url(../img/hd_bar.gif) top repeat-x;
	zoom: 1;/*IE向け*/
}

#hd h1 {
	padding: 15px 0 10px 10px;
	font-size: 11px;
}

#hd h2 {
	width: 850px;
	margin: 0 0 0 15px;
}










/* パンくずリスト -------------------- */

ul#topic-path {
	margin: 5px 0 0 20px;
	padding: 0;
	font-size: 86%;
	text-align: left;
}

ul#topic-path li {
	display: inline;
	margin-right: 3px;
}

/* パンくずリスト end-------------------- */



/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#dl_contents {
	width: 880px;
	text-align: left;
	}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#ft {
	width: 880px;
	background: url(../img/ft_bar.gif) repeat-x top #fff;
	text-align: right;
	}
address{
	padding: 10px 10px 20px 0;
	}


/*------------------------------------------------------------
	画像ロールオーバー
------------------------------------------------------------*/

a:hover img{
opacity:0.5;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

