@charset "UTF-8";
/* CSS Document */

body{
	background-color: #fff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


article{
	width: 880px;
	margin: 20px auto;
	padding-bottom: 48px;
	background: url(../images/ssBottomBg.png) no-repeat left bottom;
}

article h1{
	padding-top: 37px;
	background: url(../images/ssTopBg.png) no-repeat left top;
}

article h1 img{
	display: block;
	width: 784px;
	padding: 0 44px;
	border-left: 4px solid #E95377;
	border-right: 4px solid #E95377;
	background-color: #fff;
}

article p{
	padding: 34px 44px 782px;
	border-left: 4px solid #E95377;
	border-right: 4px solid #E95377;
	background: url(../images/ssIllust.jpg) no-repeat center bottom;
	background-color: #fff;
	font-size: 14px;
	line-height: 30px;
}