@charset "utf-8";
/*
機　　能　　名：ごあいさつ
作　　成　　日：2015/12/03
作　　成　　者：52WEB WORKS. 関本
更　　新　　日：

/* ***************************************
	greeting
**************************************** */

/* main_img */
div#main_img {
position:relative;
width:1000px;
height:690px;
margin-bottom:30px;
}
div#main_img h2 img {
display:none;
}
div#main_img p {
position:absolute;
bottom:53px;
left:270px;
}

/* greeting_owner */
#greeting_owner {
width:960px;
margin:0 auto;
}
#greeting_owner h2 {
margin:30px 0 20px 0;
}
#greeting_owner p,
#greeting_owner div.align_r {
margin:0 50px;
}
