@charset "UTF-8";
body {
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
.sl {
	float: left;
	height: auto;
	width: 707px;
	margin-top: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204, 204, 204);/* Webkit */
	-webkit-border-top-left-radius: 20px 20px;
	-webkit-border-top-right-radius: 20px 20px;
	-webkit-border-bottom-right-radius: 20px 20px;
	-webkit-border-bottom-left-radius: 20px 20px;/* FF */
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;/* IE9 */
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;/* IE8 */
	border-radius: 20px;
	behavior: url(js/ie-css3.htc);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: rgb(247, 247, 247);
}
.sl h1 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: red;
	color: rgb(255, 128, 64);
	text-align: center;
	padding-bottom: 2px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	font-weight: 600;
	line-height: 17px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 6px;
	padding-top: 3px;
	margin-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
}
.sl p {
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-size: 14px;
	margin-right: 4px;
	margin-left: 7px;
	line-height: 20px;
}
