@charset "utf-8";
@import "./base.css";

h2#title {
	width: 675px;
	height: 30px;
	background: url(../img/example/title.gif);
	margin-bottom: 15px;
	font-size: 1em;
	text-indent: -9999px;
}

.in_body {
	width: 665px;
	padding-left: 5px;
	padding-right: 5px;
}

.in_body h3 {
	padding-left: 5px;
	font-size: 14px;
	color:#004b96;
	border-left: solid 5px #a5bed7;
	border-bottom: dotted 1px #a5bed7;
	margin-bottom: 10px;
}

.image {
	float: left;
	width: 201px;
	margin-left: 10px;
}

.image p {
	width: 201px;
	height: 151px;
	background: #ddd;
	color: #999;
	font-weight: bold;
	text-align: center;
	line-height: 150px;
}

.thumb_image_l {
	clear: both;
	float: left;
	width: 100px;
	height: 75px;
	margin-top: 1px;
	margin-right: 1px;
}

.thumb_image_r {
	float: left;
	width: 100px;
	height: 75px;
	margin-top: 1px;
}

.thumb_image_l p, .thumb_image_r p {
	width: 100px !important;
	height: 75px !important;
	font-size: 10px;
	line-height: 75px !important;
}

.data {
	float: left;
	width: 454px;
}

.data p{
	margin-bottom: 10px;
}

.data table {
	width: 452px;
	border: solid 1px #bfbfbf;
	padding: 0px;
	margin: 0px;
}

.data table th {
	padding: 5px;
	width: 120px;
	text-align: left;
	font-weight: normal;
}

.data table td {
	padding: 5px;
}