@charset "utf-8";

/*----------------■コンテンツ--------------*/

h2  {
	background:  url(../image/page_ti.gif) no-repeat;
}

h3.mi_dom {
	font-weight: bold;
	background: #eed url(../image/mi_icon.gif) no-repeat;
	padding: 10px 25px;
	font-size: 16px;
}

h4.mi_dom {
	font-weight: bold;
	border-left: 5px solid #399;
	padding: 5px 7px;
	font-size: 15px;
	margin-top: 20px;
}

.doms {
	width: 720px;
}
.doms p {
	width: 400px;
	margin-top: 10px;
	float: left;
}
.doms div {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	background: #eee;
}

.table_dom {
	margin: 0px 0 40px 0;
	width: 720px;
}
.table_dom td,.table_dom th {
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.table_dom th {
	font-weight: bold;
	background: #ffe;
}