@charset "utf-8";
/*メインイメージ*/
#mainRight {
	padding-bottom: 60px;
}

#mainimg {
	background-image: url(../ppg/img/mainImg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	height: 219px;
	margin: 0 auto;
}

#mainimgWrap {
	background-image: url(../img/kasomainbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 1px;
	border-bottom: solid 1px #cccccc;
}

/*title*/
#ttl {
	background-image: url(../ppg/img/pagettl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 626px;
	height: 38px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

#article1 p {
	width: 606px;
	margin: 0 auto 20px auto;
}

/*ss1*/
#ss1 {
	background-image: url(../ppg/img/ss1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 606px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 auto 20px auto;
}

#article2 p {
	width: 516px;
	margin: 0 auto 30px auto;
}

/*ss2*/
#ss2 {
	background-image: url(../ppg/img/ss2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 606px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 auto 20px auto;
}

#article3 p {
	width: 584px;
	margin: 0 auto 15px auto;
}

/*ss3*/
#ss3 {
	background-image: url(../ppg/img/ss3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 606px;
	height: 40px;
	text-indent: -9999px;
	margin: 30px auto 20px auto;
}

#article4 {
	width: 586px;
	margin: 0 auto;
}

#article4 p {
	margin-bottom: 15px;
}

#article4 h5 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 14px;
	background-image: url(../img/mark1.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 24px;
}

.link {
	width: 75px;
	height: 15px;
}

.link a {
	background-image: url(../img/detailBtn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 75px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
}

.#link a:hover {
	background-position: left -15px;
}