@charset "utf-8";
/* CSS Document */

.list1 {
	margin: 1em;
	border: solid 1px #C42140;
	padding: 6px;
}
ul.list1 li {
	margin-left: 1em;
	font-size: 90%;
	line-height:68px;
}

ul#first {
	background-image: url(../class/images/pic_1nen01.jpg);
	background-position: right 7px;
	background-repeat: no-repeat;
}
ul#second {
    background-image:url(../class/images/pic_2nen01.jpg);
	background-position: right 7px;
	background-repeat: no-repeat;
}
ul#second li {
    line-height: 24px;
}
ul#third {
	background-image: url(../class/images/pic_3nen01.jpg);
	background-position: right 7px;
	background-repeat: no-repeat;
}
ul#third li {
    line-height: 24px;
}

ul#fourth {
	background-image: url(../class/images/pic_4nen01.jpg);
	background-position: right 7px;
	background-repeat: no-repeat;
}
ul#fourth li {
    line-height: 24px;
}

ul#fifth {
	background-image: url(../class/images/pic_5nen01.jpg);
	background-position: right 7px;
	background-repeat: no-repeat;
}
ul#fifth li {
	line-height: 40px;
	}

.twoColFixLtHdr #mainContent h3 {
	background-color: #F4BBC7;
	padding: 4px 0;
	border-top-style: none;
	text-align: center;
	color: #C42140;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E35773;
	border-left-color: #E35773;
	font-size: medium;
}
.twoColFixLtHdr #mainContent ul.list1 img {
	text-align: right;
}

