@charset "UTF-8";
/* CSS Document */

body {
	background-color: #DCE7E8;
	background-image: url(../img/main_bg.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.subTitle {
	color:BF521D;
	font-weight:bold;
}
.pink {
	color:#D9435F;
}
.new {
	color:#dd2222;
	font-size:10px;
	font-weight:bold;
	vertical-align:text-bottom;
}
#title {
	position:absolute;
	width:198px;
	height:33px;
	z-index:1;
	left: 21px;
	top: 19px;
}

#contents {
	position:absolute;
	width:504px;
	z-index:2;
	left: 251px;
	top: 20px;
}

.pageTop {
	visibility:hidden;/*非表示*/
	width:504px;
	font-size:10px;
	text-align:right;
	margin-top:10px;
	margin-bottom:15px;
}
