@charset "utf-8";
/*-----------------------------------------------*
	greetings.css
 *-----------------------------------------------*/

/* あいさつ部分 */
#greeting .greeting_region
{
	margin-top: 30px;
}

#greeting .greeting_region img
{
	display: block;
	float: left;
}

#greeting .greeting_content
{
	margin-left: 20px;
}

#greeting .greeting_content h3
{
	padding: 5px 20px;
	margin: 0;
	color: #fff;
	background: #7c7354;
	border: none;
	font-size: 1.0em;
	font-weight: normal;
}

<!--
#greeting .greeting_content .name
{
	border-bottom: 2px #7c7354 solid;
	font-size: 1.2em;
	font-weight: normal;
	padding: 10px 20px;
	margin-bottom: 20px;
}
-->

#greeting .greeting_content .name span
{
	font-size: 80%;
}

#greeting .greeting_content p
{
	text-indent: 1em;
	margin: 0;
}
