@charset "utf-8";
@import "contents.css";

/*タイトル*/
#contentsTitle h1 {
	background: url(../topics/images/title.jpg) center top no-repeat;
}

#rightContents h2.cap01 {
	background-image: url(../topics/images/caption_01.jpg);
}

#rightContents h2.cap02 {
	background-image: url(../jumbo/images/caption_02.jpg) ;
}
#rightContents h3.topic_title {
	margin-bottom: 3px;
}

#rightContents p {
	margin: 0px 10px 30px 10px;
}

#rightContents table {
	width: 360px;
}

#rightContents div.topic_date {
	text-align: right;
	font-size: 85%;
	margin-right: 5px;
}

#rightContents div.topic_body {
	margin: 0 15px 20px;
}

#rightContents div.topic_file, #rightContents div.topic_link{
	margin-top: 5px;
}

#rightContents div.w230 img {
	margin-bottom: 10px;
}

#rightContents div.w360 {
	float: left;
	width: 360px;
	position: relative;
}

#rightContents table.fleft {
	float:left;
	margin-right:20px;
}
