@charset "UTF-8";

div#topics {
	display: inline;
	float: left;
	width: 400px;
}

div.topcontent {
	display: inline;
	float: left;
	width: 250px;
	margin: 0 0 0 18px;
}

div#topicsA {
	width: 400px;
	background-image: url(../image/bg_topicsA.jpg);
	background-repeat: no-repeat;
	background-position: center 1px;
	padding: 25px 0 0 0;
	height: 75px;
	background-color: #dddddd;
	margin: 0 0 10px;
}

div#topicsB {
	width: 400px;
	background-image: url(../image/bg_topicsB.jpg);
	background-repeat: no-repeat;
	background-position: center 1px;
	padding: 25px 0 0 0;
	height: 192px;
	background-color: #dddddd;
	margin: 0 0 10px;
}

div#topicsA div.content {
	margin: auto;
	width: 380px;
	overflow: auto;
	height: 65px;
}

div#topicsB div.content {
	margin: auto;
	width: 380px;
	overflow: auto;
	height: 182px;
}

div#topicsB div.content p {
	border-bottom: 1px dotted #666666;
	padding: 0 0 6px 0;
	margin: 0 0 6px;
}

div#search {
	width: 274px;
	float: left;
	margin: 0 0 0 18px;
}

#search table {
	border-collapse: collapse;
}

#search img {
	margin: 0 0 6px;
}

#search td {
	padding: 6px 0;
}

#search input.text {
	width: 192px;
	margin: 0 12px 0 0;
	line-height: 1;
	padding: 5px;
	background-attachment: scroll;
	background-image: url(../image/bg_kensaku.png);
	background-repeat: no-repeat;
	background-position: 3px center;
}

#search input.text:focus {
	background-color:#FFFFCC;
	color:#333333;
	background-image: none;
}

#search input.submit {
	padding: 0;
	display: block;
}

.topcontent img {
	margin: 0 0 10px;
}

.topcontent address {
	font-style: normal;
	text-align: right;
	width: 100%;
	line-height: 1.4em;
}

.topcontent address br {
	line-height: 1.4em;
}

.link table {
	width: 100%;
	border-collapse: collapse;
}

.link table img{
	float: left;
	margin: 5px 15px 5px 0;
}

.link table a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

.link td.offer{
	text-align: right;
	padding: 9px 3px;
}

.link table img.last {
	float: right;
	margin: 0;
}

.link p {
	width: 100%;
	text-align: right;
}

h2 {
	height: 0px;
	overflow: hidden;
	margin: 0;
}
