@charset "utf-8";

/* greeting.css */
	
/*----------------------------------------------*/
/*                                              */
/* greeting                                    	*/
/*                                              */
/*----------------------------------------------*/		
body#greeting {
	background: url(../corporate/news/greeting/image/bg_greeting_line.gif) repeat-x left 49px;
}
body#greeting div#dMWrapper {
	background: none;
}
body#greeting div#dRightContents div.dModBoxNormal {
	background: url(../corporate/news/greeting/image/bg_greeting.jpg) no-repeat left top;
	padding: 60px 40px;
	margin-bottom: 0;
}
	body#greeting div#dRightContents div.dModBoxNormal h1 {
		margin: 0 0 45px 126px;
		text-align: left;
	}
	body#greeting div#dRightContents div.dModBoxNormal p {
		text-align: center;
		margin-bottom: 25px;
	}
	body#greeting div#dRightContents div.dModBoxNormal p span {
		font-weight: bold;
		color: #693c12;
	}
	body#greeting div#dRightContents div.dModBoxNormal p#pGreeting {
		text-align: center;
		margin-bottom: 0;
		padding-top: 20px;
	}
				
