@charset "utf-8";
/********************************/
/* ご挨拶用スタイルシート */
/********************************/

/*#MainContent {
  clear: both;
  width: 780px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
}

h2 {
  background: url(../img/contents/normal_h2.jpg) no-repeat;
		padding: 10px 0px 5px 20px;
		text-align: left;
		font-size: 24px;
		height: 32px;
		color: #006;
}*/

/*******************************
Greeting
*******************************/
#Greeting {
  width: 450px;
		margin: 5px auto 20px auto;
		text-align: left;
		line-height: 1.4;
		font-size: 1.0em;
}

#Greeting p {
  text-indent: 0.9em;
}

#Greeting #President  {
  text-align: right;
  text-indent: 1.0em;
}

#Greeting img {
  float: left;
		margin: 3px;
}
