body{
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-image: url(../images/bg00001.jpg);
	background-attachment:fixed;
	background-size:cover;
	font-family: Georgia;
    font-size: 14px;
	behavior: url(../ie_css3/PIE.htc);
}
.all{
	margin:auto;
	padding:0;
	width:900px;
	height:auto;
	background-color:#fbfaf5;
	-moz-box-shadow: 5px 5px 5px #666;
	-webkit-box-shadow: 5px 5px 5px #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-opacity:0.90;
	opacity:0.90;
	behavior: url(../ie_css3/PIE.htc);
}
.header{
	width:900px;
	height:120px;
}
.header_left{
	width:900px;
	height:100px;
	float:left;
	margin:0px;
}
.logo{
	width:900px;
	height:88px;
	margin:0;
	padding:0;
	background-image: url(../images/hanahana-logo-header.jpg);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity:0.90;
	behavior: url(../ie_css3/PIE.htc);
}
.name{
	width:900px;
	height:15px;
	margin:0;
	padding:0;
	vertical-align:top;
}
.header_right{
	width:300px;
	height:100px;
	float:right;
	margin-top:20px;
}
.navi{
	width:900px;
	height:50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #ffffff;
	background: rgb(255,255,255); /* IE6, 7向け */  
    background: rgba(255,255,255, 0.5);
}
.slider_box{
	margin-top:10px;
	margin-right:50px;
	width:900px;
	height:550px;
	behavior: url(../ie_css3/PIE.htc);
	position: relative; /* 絶対位置で指定(親ボックス基準) */ 
	top: 10px;          /* 上から */ 
	left: -20px;        /* 左から */
}
.greetings_box{
	width:900px;
	height:190px;
	behavior: url(../ie_css3/PIE.htc);
	opacity:0.90;
}
.footer{
	width:900px;
	height:50px;
	background-image: url(../images/hanahana-footer.jpg);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity:0.90;
	behavior: url(../ie_css3/PIE.htc);
}