@charset "utf-8";

/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	background: url(../../images/topBg.gif) repeat-x;
}

/* --------------------------------------------------
messageArea
-------------------------------------------------- */

div#messageArea {
	background: url(../../images/messegeAreaBg.jpg) no-repeat right top;
	height: 290px;
}

div#messageArea div.Inner {
	position: relative;
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

* html div#messageArea div.Inner img.kv {
	behavior: expression(IEPNGFIX.fix(this));
}


/* --------------------------------------------------
info
-------------------------------------------------- */

div#info {
	margin: 30px 0 50px 35px;
}

div#info h3 {
	margin-bottom: 25px;
}

div#info dl {
	margin-bottom: 1em;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 1em;
	zoom: 1;
}
div#info dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


div#info dl dt {
	float: left;
	margin-left : 6px;

}

div#info dl dd {
	margin-left: 8em;

}
