@charset "utf-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *

	Mランド益田校
	コーナーページCSS

	コーナー名：卒業生・保護者の声
	2008/05/01

 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 手紙レイアウト
-------------------------------------------------- */
div.Letter{
	height: 100%;
	background-image: url(../../sotugyo_koe/image/sotugyo_koe_002_02.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
div.Letter div.LetterHdr{
	height: 30px;
}
div.Letter div.LetterFtr{
	background-image: url(../../sotugyo_koe/image/sotugyo_koe_002_03.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

div.Letter div.LetterBody{
	padding-right: 30px;
	padding-left: 30px;
}
div.Letter div.LetterBody h3{
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
	color: #333333;
}
div.Letter div.LetterBody p{
	margin-bottom: 0px;
}
