@charset "shift_jis";


/* image
----------------------------------------------- */
#image {
	margin: 5px auto 0;
	width: 760px;
}


/* topics
----------------------------------------------- */
.topics {
	margin: 15px 0 0;
}
.topics .left {
	float: left;
	width: 450px;
	line-height: 1.3em;
}
.topics .right {
	float: right;
	width: 309px;
	height: auto;
	border-left: 1px solid #c8c8c8;
	overflow: hidden;
}
* html body .topics h2 {
	font-size: xx-small;
}
.topics h2 {
	font-size: x-small;
}
.topics .right img {
	float: left;
	margin: 0 10px 0 20px;
}
.topics:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
