@charset "utf-8";


/* ----------------------------------------
	00 init
------------------------------------------*/

html, body {	
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
}

#dummy_head,
#dummy_foot {
	width: 640px;
	margin: 0 auto;
	/*zoom: 0.5;*/
}

#suntory_contents {
	background: #e4eaea;
}


/* ----------------------------------------
	01 container
------------------------------------------*/

#container {
	width: 640px;
	margin: 0 auto;
	padding: 0;
	font-size: 80%;
	line-height: 1.8;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #8c3e05;
	background-color: #e5ebea;
	/*zoom: 0.5;*/
}


/* ----------------------------------------
	02 contents
------------------------------------------*/


/* ----------------------------------------
	03 navi
------------------------------------------*/

#navi-container {
	/*position: relative;*/
	position: absolute;
	left: 0;
	top: 0;
	width: 890px;
	margin: 0 auto;
	z-index: 1000;
}



/* ----------------------------------------
	99 include module
------------------------------------------*/

#suntoryCommonFooter {
	margin-top: 0px;
}



/* ------------------------------------------

99 DEBUG

------------------------------------------*/

div#debug {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 380px;
	height: 100px;
	font-size: 10px;
	padding: 5px;
	background: #FFF;
	color: #000;
	border: 1px solid #666;
	alpha(opacity=80);
	opacity:0.8;
	overflow: auto;
	z-index: 999;
}





























