@charset "utf-8";

/* ごあいさつページ(greeting.php) */
#greeting-main {
	margin-top: 20px;
}

#greeting-main .greeting-title {
    display: block;
    font-size: 22px;
    padding: 5px 0px 5px 30px;
	text-shadow: 2px 2px 5px #aaa;
    border: 2px solid #000;
}

#greeting-main .greeting-post {
	margin-top: 20px;
	padding-left: 2em;
	padding-right: 2em;
}
