@charset "UTF-8";

body {
	width: 680px;
	margin: 0 auto;
}

.ctlgheader {
	background: url(/img_common/img_catalog/ctlghelpheader.gif) no-repeat 0 0;
	width:680px;
	height: 5px;
}
.ctlgfooter {
	background: url(/img_common/img_catalog/ctlghelpfooter.gif) no-repeat 0 0;
	width: 680px;
	height: 40px;
	text-indent: -9999px;
}
.ctlghelp_container {
	width: 680px;
	text-align: center;
}
.ctlghelp_content {
	width: 624px;
	text-align: left;
	margin: auto;
}

h2.subtitle {
	font-size: 1.2em;
	padding: .2em 0 0 0;
	background-image: url(/img_common/h2_border.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	margin-top: 1em;
}
h2.subtitle span {
  padding: 0 0 0 0.5em;
  margin: 0.5em; 
  font-size: 16px;
  font-weight: bold;
  color: #0061B2;  
}

dd {
	margin-left: 1em;
}
p.come {
	margin-top: 2em;
}

span.red {
	color: #F00;
}

p.close {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}
img {
	border: 0;
}

