@charset "utf-8";

@import url(base.css);

/* =========================================================
■body
========================================================= */
body {
	background: none;
}

/* =========================================================
■container
========================================================= */
div#container {
	width: 550px;
	margin: 0 auto;
	background: url(/images/consult-prof/bg_container.gif) no-repeat 0 0;
}

/* =========================================================
■header
========================================================= */
div#header {
	position: relative;
	height: 200px;
	background: url(/images/consult-prof/bg_header.gif) no-repeat 0 0;
}

div#header p a {
	display: block;
	outline: 0;
}

div#header h1,div#header p#logo,
div#header p#supported {
	text-indent: -9999px;
}

div#header p#close a {
	position: absolute;
	top: 10px;
	right: 10px;

}

/* =========================================================
■main-contents
========================================================= */
div#main-content {
	background: url(/images/consult-prof/bg_contents.gif) repeat-y 0 0;
}
div#main-content-inner {
	position: relative;
	width: 470px;
	margin: 0 auto;
	top: -40px;
}

div#main-content h2 {
	margin: 0 0 30px;
}

div#main-content dl {
	margin: 0 10px;
}
div#main-content dl dt {
	margin: 0 0 10px;
}
div#main-content dl dd {
	margin: 0 10px 40px;
	line-height: 150%;
}

/* =========================================================
■footer
========================================================= */
div#footer {
	position: relative;
	top: -40px;
	padding: 50px 0 0;
	background: url(/images/consult-prof/bg_footer.gif) no-repeat 0 0;
}
div#footer p {
	margin: 0 20px;
	text-align: right;
}
