@charset "utf-8";

@import url("base/template.css");

/* User Guide : Table of Contents + ---------------------- *//*

     1-1.abouts

*//* ------------------------------------------------------ */

/* 1-1.abouts configuration
=========================================================== */
#contents .abouts {
	margin: 0 0 50px;
	text-align: center;
}
#contents .abouts h2 {
	text-align: left;
}
#contents .abouts p {
	margin: 0 17px;
}
#contents .abouts img {
	margin: 38px 0 59px;
}
#contents .abouts div {
	margin: 0 0 0 17px;
}
#contents .abouts div img {
	margin: 0;
	float: left;
}
#contents .abouts div table {
	float: left;
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 11px 0 0 25px;
}
#contents .abouts div table th,
#contents .abouts div table td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#contents .abouts div table th {
	width: 60px;
}
#contents .abouts div table td {
	width: 135px;
}
#contents .abouts div table a {
	color: #91c769;
}
#contents .abouts div table th span {
	background: url(../img/abouts/icon_cube2.gif) no-repeat left center;
	padding: 0 0 0 10px;

}
