/*------------------------------*/
/*チラシ表示用CSS				*/
/*------------------------------*/
@charset"utf-8";

body{
	text-align:center;
	padding:10px;
	margin:0px auto;
	}

#BOX{
 width:910px;
 text-align:center;
 margin:0px auto;
}

#head_title{
	background:url(http://www.oita-maruya.com/chirashi/image/title.gif) no-repeat;
	width:910px;
	height:45px;
	margin-bottom:10px;
	line-height:45px;
	display:block;
	}

#head_title .hid_txt{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#chirashiFlash{
	width:900px;
	height:700px;
	border:5px solid #CCC;
	}

#disable{
	margin:10px 0px;
	text-align:left;
	width:900px;
	}
/*焼酎の分布会
-------------*/
h2{font-size:100%;text-align:left;font-weight:normal;}
.showpdf{text-align:left;}
#bunpu_title{
	background:url(http://www.oita-maruya.com/chirashi/image/bunpu_title.gif) no-repeat;
	width:910px;
	height:45px;
	margin-bottom:10px;
	line-height:45px;
	display:block;
	text-indent:-2000px;
	}
/*新茶
-------------*/
h2{font-size:100%;text-align:left;font-weight:normal;}
.showpdf{text-align:left;}
#ocha_title{
	background:url(http://www.oita-maruya.com/chirashi/image/ocha_title.gif) no-repeat;
	width:910px;
	height:45px;
	margin-bottom:10px;
	line-height:45px;
	display:block;
	text-indent:-2000px;
	}
