@charset "utf-8";

/*====================================================================

level2.css

======================================================================

	01.strong,em
	02.cost
	03.company

last update 00/00/00

====================================================================*/
#contents h3{margin-top: 15px;}
#contents h4 {margin-bottom: 10px;}

/* strong,em
---------------------------------------------*/
.type_a em {
	padding: 5px 8px;
	border: 1px solid #ddd;
	background-color: #cc4455;
	font-size: 18px;
	font-style: normal;
	color: #ffffff;
}

/* cost
---------------------------------------------*/

.cost table {
	margin-bottom: 13px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.cost th,
.cost td {
	border-bottom: 1px solid #cccccc;
}

.cost th {
	padding: 5px 6px;
	background-color: #fafafa;
	width: 145px;
}
.cost td { 
	padding: 5px 10px;
	width: 140px;
	text-align: right;
	color: #D26A6A;
}
.cost td.td02 { text-align: left;}


/* compnay
---------------------------------------------*/

.com img.right {
	margin: 0 10px 0 10px;
}
.com img.left { margin-bottom: 3px;}

.com p {
	font-size: 11pt;
}

.map img.left { margin-right: 10px;}
