@charset "shift_jis";
/* CSS Document */

/*初期化
////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
	color: #333333;
	line-height: 1.4;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka ;
	letter-spacing: 0.2em;
}
img {
	border: none;
	vertical-align: top;
}
body {
	text-align: center;
	background: url(../search/img/bg_details_head.gif) repeat-x;
}
#searchCol {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
h1 {
	margin-bottom: 40px;
}
h2 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 7px #99CC66;
	font-size: 24px;
	font-weight: bold;
	color: #4D7326;
}
dt,dd,ul {
	display: inline;
}
li {
	list-style-type: none;
	display: inline;
}
table {
	margin: 20px 0;
}
table th {
	width: 133px;
	background-color: #679B33;
}
table td {
	padding: 3px 10px;
	background-color: #F2F2F2;
}
