/* CSS Document */

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

.mainText{
	background:url(../img/contents_center.png);
	padding:0 100px;
}

.article{
	padding-bottom:25px;
}
.titleArea{
	background:url(../img/dot_line.gif) no-repeat center bottom;
	position:relative;
	height:50px;
}

.titleArea .title{
	color:#ff0a6f;
	font-weight:bold;
	background:url(../img/icon.png) no-repeat;
	padding-left:60px;
	height:40px;
	width:500px;
	text-align: center;
}
.titleArea .date{
	background:url(../img/day_bg.png);
	width:153px;
	height:21px;
	color:#ffffff;
	text-align:center;
	padding-top:2px;
	position:absolute;
	right:0;
	top:0;
}
.article .main{
	padding-top:15px;
}

.pagetop{
	text-align:right;
	padding:10px 0 0 0;
}
