@charset "utf-8";

/* -----------------------------------------------------------
 Created:        2007-05-31
 Last update:    2007-05-31
 Style Info:     カテゴリのスタイル
----------------------------------------------------------- */

@import url("base.css");
@import url("clear.css");


/* --------------------------------------------------
	インデックス
----------------------------------------------------*/

#corporateIndex #wrapperContent #mainContent .section table {
	width: 100%;
	border-collapse: collapse;
}

#corporateIndex #wrapperContent #mainContent .section table th {
	width: 25%;
	padding: 10px;
	border: 1px solid #C4AE8B;
	background: #FAF7EC;
	text-align: left;
	vertical-align: top;
}

#corporateIndex #wrapperContent #mainContent .section table td {
	width: 75%;
	padding: 10px;
	border: 1px solid #C4AE8B;
	text-align: left;
	vertical-align: top;
}

#corporateIndex #wrapperContent #mainContent .section table td a {
	padding: 0 0 0 35px;
	background: url(../img/share/arrow_link.gif) 5px 4px no-repeat;
}

dl {
	margin: 20px 0 0;
	}

dl dt {
	font-weight: bold;
	}

dl dd {
	margin-bottom: 30px;
	}

dl dd ul {
	margin: 20px 0 0;
	}

dl dd ul li {
	list-style: disc outside;
	margin: 0 0 10px 20px;
	}

p {
	margin: 0 0 10px;
	}

