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