@charset "utf-8";

/*======================================
SUPER CHANNEL
http://supercannel.jp/
----------------------------------------
description:information page stylesheet
edit: 2008/6/04
lastupdate:
======================================*/

body#companyPage #pageTitle {
	background: url(../image/h2_company.gif) no-repeat;
}

/*--------------------------------------
	h3
--------------------------------------*/
h3.companyProfile {
	font-size: 14px;
	line-height: 1em;
	padding: 2px 6px;
	border-left: 3px solid #FF9933;
}

/*--------------------------------------
	dl ol
--------------------------------------*/
dl.companyList {
}
dl.companyList dt {
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0 4px 0;
	
	border-top: 1px dotted #C9C9C9;
}
dl.companyList dd {
	margin-left: 1.5em;
	margin-bottom: 4px;
}
dl.childList dt {
	border: none;
	padding: 4px 0 4px;
}

ol {
}
ol li {
	margin-left: 2em;
	list-style: outside decimal;
}


