@import "common.css";

/* //// IE6ˆÈ‰º—p‚Ìh2 //// */
* html h2 {
	clear			: both;
	display			: block;
	text-indent		: -9999px;
	overflow		: hidden;
	height			: 35px;
	margin			: 35px 0 40px 0;
	padding			: 0 0 0 5px;
	background		: URL(../images/title_3.gif) no-repeat;
}

h2 {
	clear			: both;
	display			: block;
	text-indent		: -9999px;
	overflow		: hidden;
	height			: 35px;
	margin			: 20px 0 40px 0;
	padding			: 0 0 0 5px;
	background		: URL(../images/title_3.gif) no-repeat;
}

h3.title_1 {
	display			: block;
	text-indent		: -9999px;
	overflow		: hidden;
	height			: 20px;
	margin			: 10px 0 0 15px;
	padding			: 0;
	background		: URL(../images/company_1.gif) no-repeat;
}

h3.title_2 {
	display			: block;
	text-indent		: -9999px;
	overflow		: hidden;
	height			: 20px;
	margin			: 10px 0 0 15px;
	padding			: 0;
	background		: URL(../images/company_2.gif) no-repeat;
}

dl {
	margin			: 15px 15px 20px 15px;
	border			: 1px solid #cccccc;
	border-top		: none;
	background		: #ececec;
}

dt {
	float			: left;
	width			: 130px;
	margin			: 0;
	padding			: 10px 0 10px 10px;
	border-top		: 1px solid #cccccc;
}
	
dd {
	margin			: 0 0 0 130px;
	padding			: 10px;
	border-top		: 1px solid #cccccc;
	border-left		: 1px solid #cccccc;
	background		: #ffffff;
}

#content ul {
	margin			: 0;
	padding			: 10px 0 20px 35px;
}

#content li {
	vertical-align	: top;
	margin			: 5px 0 0 0;
	padding			: 0;
}
