@charset "utf-8";
/* CSS Document */


#suntory_contents #header_wrap {
	width: 100%;
	height: 366vpx;
	background: url(../img/bg_header.gif) left top repeat-x;
	margin: 0;
	padding: 0;
}
	
	#suntory_contents #header {
		widht: 1209px;
		height: 366px;
		margin: 0 auto;
		background: url(../img/main.gif) center top no-repeat;
	}
	
	#suntory_contents #header h1 {	
		display: none;
	}	
	
	#suntory_contents #header p {	
		display: none;
	}


#suntory_contents #article {
		width: 960px;
		height: 520px;
		margin: 0 auto;
		background: url(../img/article.gif) center top no-repeat;		
}	
	#suntory_contents #article h2 {	
		display: none;
	}	
	
	#suntory_contents #article p {	
		display: none;
	}

	
#suntory_contents #link {
	width: 960px;
	height: 42px;
	margin: 0 auto 40px auto;
	text-align: right;
}

	#suntory_contents #link a img {
		border: 0;		
	}
	
	#suntory_contents #link a:hover img {
		cursor: pointer;	
		opacity: 0.6;
		filter: alpha(opacity=60);
 		 -ms-filter: "alpha(opacity=60)";	
	}
	
	