/* ==============================================
	カスタマイズ設定
================================================ */
/* ----------------------------------------------------
	ヘッダー　マージン
---------------------------------------------------- */
.header_d01,
.header_d01 h1,
.header_d01 h2{
	padding:0px;
}
/* ヘッダー背景画像 */
.header_d01 {
 background:#FFFFFF url(images/material/hdr_bg.jpg) no-repeat top center;
}
/* ----------------------------------------------------	
	オンマウス
---------------------------------------------------- */

a:hover img {
	filter: alpha(opacity=75); /*IE用*/
	-moz-opacity:0.75; /*Firefox用*/
	opacity:0.75; /*Chrome・Safari・Opera用*/
}