@charset "Shift_JIS";

/* -----------------------------------
new.css
------------------------------------*/



.clear {
	clear:both;
}

.left {
	float: left;
}

#newCont {
	width: 850px;
	margin: 0 auto 40px;
	margin-top: 20px;
	padding-bottom: 40px;
	background-image:url(../images/new_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;

	text-align:center;
}


#newCont h2,h3,h4,p {
	margin: 0;
	padding: 0;
}

#newCont .newWrapper {
	width: 620px;
	margin: 0 auto;
	text-align: center;
}


#newCont dl {
	width: 594px;
	text-align:left;
	margin: 0 0 0 21px;
	padding: 0;
}


#newCont dl dt {
	float: left;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
	color:#F06C32;
	background-image:url(../images/new_icon.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

#newCont dl p {
	margin-top: 3px;
}

#newCont dl dd {
	width: 503px;
	margin-left: 70px;
	font-size: 12px;
	line-height: 1.25;
	padding-bottom: 21px;
	background-image:url(../images/new_line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#newCont dl dd a:link,
#newCont dl dd a:visited {
	text-decoration: none;
	color:#6C0001;
}

#newCont dl dd a:hover,
#newCont dl dd a:active {
	text-decoration: underline;
	color:#6C0001;
}




