@charset "utf-8";



/* Case */
/* ------------------------------------------------ */

#contents div#catchArea {
	width: 500px;
}
#contents div#catchArea img.image {
	display: block;
}
#contents div#catchArea p {
	margin: 2px 0 4px 0;
	padding: 6px 10px;
	font-size: 90%;
	font-weight: bold;
	background: #fafafa;
}
#contents div#catchArea p strong {
	color: #79a223;
}


#contents h3 {
	margin: 20px 0 6px 0;
	font-size: 90%;
	color: #e96136;
}

#contents ul {
	margin: 20px 0 0 0;
}
#contents ul li {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 18px;
	font-size: 75%;
	line-height: 1.1;
	background: url("../../images/bl_03.gif") 0 1px no-repeat;
}

#contents #mapJapan {
	height: 160px;
	background: url("../images/map_japan.gif") right top no-repeat;
}


/* Item */
/* ------------------------------------------------ */

#contents div.item .pic {
	float: left;
	display: inline;
	width: 140px;
	margin: 0 20px 0 0;
	text-align: center;
}
#contents div.item .pic .photo {
	display: block;
	margin: 0 0 6px 0;
}
#contents div.item .pic .button {
	display: block;
	margin: 0 auto;
}
#contents div.item .pic .button:hover {
	position: relative;
	left:1px;
	top: 1px;
}

#contents div.item .data {
	float: left;
	margin: 10px 0 0 0;
}
#contents div.item .data table {
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border: 0;
}
#contents div.item .data th,
#contents div.item .data td {
	padding: 4px 8px;
	font-size: 75%;
	line-height: 1.4;
	color: #444;
	border-bottom: 1px solid #edd;
}
#contents div.item .data tr:first-child th,
#contents div.item .data tr:first-child td {
	border-top: 1px solid #edd;
}
#contents div.item .data th {
	width: 84px;
	font-weight: normal;
	text-align: left;
	background: #fed;
}
#contents div.item .data td {
	font-weight: normal;
	background: #fcf9f5;
	width: 196px; /* for IE5.5 */
	voice-family : "\"}\"";
	voice-family : inherit;
	width: 204px;
}
.ie5dummy {
}
#contents div.item p {
	width: 304px;
	padding: 0 8px;
	line-height: 1.3;
}

