@charset "UTF-8";
@import "common.css";

/* ---------------------------------------------------------
	CSS Document Company
--------------------------------------------------------- */

#contents {
	text-align: left;
}

#contents p.m20 {
	margin-top: 20px;
}

#contents p.m10 {
	margin-top: 10px;
}

#contents table {
	width: 510px;
	margin: 20px 0 30px;
	border-collapse: collapse;
	background: #e7e7e7;
	line-height: 150%;
}

#contents tr.odd {
	background: #d8d8d8;
}

#contents td {
	padding: 5px 15px;
	text-align: left;
	vertical-align: top;
}

#contents td.sep {
	padding: 5px 0;
}

/* ---------------------------------------------------------
	CSS Document Topics
--------------------------------------------------------- */

#topics {
	padding: 10px 10px 20px;
	border: solid 1px #afafaf;
	border-top: 0;
}

#topics dl {
	padding: 3px;
	background: url(../images/line.jpg) repeat-x bottom;
}

#topics dt {
	float: left;
	width: 110px;
}

#topics dd {
	float: right;
	width: 370px;
}

/* ---------------------------------------------------------
	CSS Document Contact Banner
--------------------------------------------------------- */

#b_contact {
	width: 220px;
	height: 115px;
	overflow: hidden;
	margin-top: 22px;
	background: url(../images/b_contact.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

#b_contact h3 {
	height: 68px;
	overflow: hidden;
}

#b_contact address {
	display: none;
}

#sidebar #b_contact p {
	width: 191px;
	height: 32px;
	overflow: hidden;
	margin-left: 14px;
	padding: 0;
}

#b_contact p a {
	display: block;
	width: 191px;
	height: 32px;
	overflow: hidden;
	background: url(../images/b_mail.jpg) no-repeat 0 -32px;
}

#b_contact p a:hover {
	background: url(../images/b_mail.jpg) no-repeat 0 0;
}

