@charset "utf-8";
/* CSS Document */

h1 {
	height: 55px;
	width: 500px;
}
h2 {
	height: 200px;
	width: 500px;
}
#contents .block_model {
	margin-top: 25px;
	padding-left: 180px;
	text-align: left;
	background-image: url(../images/model/bg_model.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
}
.block_model .model_oneblock {
	padding-bottom: 15px;
}
.block_model h3 {
	font-weight: bold;
	color: #006633;
	line-height: 2em;
	font-size: 14px;
}
.block_model p {
	line-height: 1.5em;
	text-align: justify;
}
.model_oneblock table {
	width: 318px;
	text-align: left;
	margin-top: 5px;
}
.model_oneblock th {
	width: 75px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #CC3300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.model_oneblock td {
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 1.1em;
}
.font_nrm {
	font-weight: normal;
	color: #333333;
}
.caution {
	margin-top: 5px;
}
