@charset "utf-8";

/* ----------------------
  concept  style.css
---------------------- */
.red {
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
}

#main .photo {
	padding: 10px 0;
}

#main dt {
	font-size: 98%;
	color: #FF9900;
	font-weight: bold;
	padding-bottom: 10px;
}

#main dd {
	font-size: 84%;
	line-height: 1.5;
	padding-bottom: 10px;
}

#main h2 {
	padding-bottom: 10px;
}

#main h3 {
	padding-bottom: 10px;
}

.koinu {
	color: #FF0000;
	font-size: 108%;
}

#main p {
	color: #663300;
	font-size: 108%;
	font-weight: bold;
}

th,
td {
	width: 180px;
	font-size: 12px;
	line-height: 1.6;
}

#main p {
	font-size: 12px;
}

