/* CSS Document */

h3{
	background:url(../img/title.png) no-repeat;
}

.mainText{
	background:url(../img/contents_center.png);
	padding:0px 100px 20px;
	position:relative;
	height:540px;
}
.mainText ul{
	position:absolute;
	top:-30px;
}
.mainText li{
	background:url(../img/icon02.gif) no-repeat;
	height:30px;
	padding-left:25px;
	padding-top:5px;
	margin-bottom:10px;
}
.mainText li.l1{
	background:url(../img/icon01.gif) no-repeat;
}

a{
	color:#692b2c;
}
a:hover{
	color:#F372C9;
}
