@charset "utf-8";
/* CSS Document */

/*------------ ナビゲーション（マウスOFF） ------------*/
ul#gnav li#topics a {
	background-image: url(../images/gnav_topics_on.jpg);
}

/*------------ サブタイトル ------------*/
h3.sub_title {
	padding: 13px 0 12px 45px;
	_padding: 13px 0 13px 45px;
	font-size: 16px;
	color: #FFF;
	background: url(../topics/images/topics_subtitle.jpg) no-repeat left top;
}


/*---------- 画像エリア ----------*/
.topicsImg {
	border: solid 2px #E0BB3D;
	width: 305px;
	height: 200px;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
}

.mb10 {
	margin-bottom: 10px;
}

.topicsImgLeft {
	float: left;
	width: 325px;
	padding: 0 15px;
}

.topicsImgRight {
	float: left;
	width: 325px;
	padding-left: 20px;
	text-align:left;
}

.topicsImgLeft2 {
	float: left;
	width: 200px;
	padding: 0 20px;
	text-align: center;
}

.topicsImgRight2 {
	float: left;
	width: 450px;
	padding-left: 20px;
}

.topicsDate {
	color:#FFF;
	margin-bottom: 10px;
}

.topicsTextArea {
	padding: 0 40px 0 25px;
	text-align:left;
}

.topicsTextArea p {
	text-align:left;
}
