/*---------ブログ記事について----------*/

.topics-box{
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}

.topics-box h3{
	font-size: 14px;
	color: #0057a8;
	font-weight: bold;
	margin-bottom: 5px;
	background: url(http://211.19.54.72/common/image/arrow-h4.gif) left center no-repeat;
	padding-left: 12px;
}

div#container-1 .topics-box p{
	margin-bottom: 2px;
}

.topics-img{
	width: 90px;
	float: left;
	display: inline;
	margin: 0 1em 1em 0;
	border: 1px solid #949494;
}

/*---------WEBページについて----------*/

#mv-top .outline p{
	margin-bottom: 0px;
}

/*---------TOPバナーについて----------*/

.topbanner{
	margin: 2px 3px 5px 0;
	position: relative;
	float: left;
}

.topbanner a{
	display: block;
	width: 205px;
	height: 60px;
	color: #333333;
	text-decoration: none;
}

.topbanner a:hover,
.topbanner a:visited{
	color: #333333;
	text-decoration: none;
}

.bannertext img{
	vertical-align: middle;
	padding-right: 6px;
	margin-bottom: 3px;
}

.bannertext{
	width: 195px;
	background-color: #ffffff;
	text-align: center;
	text-valign: center;
	position: absolute;
	bottom: 5px;
	left: 5px;
	display: block;
	font-size: 11px;
	padding-top: 2px;
}

/*---------NEWS欄について(ulに自動でtopics-boxというクラスがついてしまうのでスタイルを指定)----------*/
.topics-box .ui-tabs-nav li {
	list-style-type: disc;
	float: none;
	}
.topics-box .ui-tabs-nav {
	list-style-position: inside;
	float: none;
	}
