@charset "utf-8";
@import url(/css/common.css);


/*--- h2 ---*/
h2 { background: url(/images/about/h2.gif) no-repeat center left; }


/*--- h3 ---*/
h3 {
	margin: 40px 0 10px;
}

h3.top {
	margin-top: 0;
}


/*--- container ---*/
div.container {
	padding: 40px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
}


/*--- etc ---*/
p.about img {
	margin-top: 5px;
}

table.about {
	margin-top: 10px;
	border-collapse: collapse;
	width: 100%;
}

table.about th,
table.about td {
	padding: 5px 10px 20px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

table.about th {
	background: #f2f2f2;
	width: 200px;
}

table.about td ul {
	margin: 0 0 0 1em;
	list-style-type: disc;
}

