@charset "utf-8";

/* =================================== 

newsページ用

=================================== */

#article-inner{
	background:url(../images/bg_news_bottom.jpg) bottom left no-repeat;
	min-height:596px;
	padding:15px 20px 20px 20px;
	overflow:hidden;
} 

* html #article-inner{
	overflow:visible;
	height:641px;
}

.article-header{
	overflow:hidden;
}
* html .article-header{
	overflow:visible;
	height:1%;
}

.a-head{
	font-size:1.6em;
	color:#E60012;
	clear:both;
}

.article-header a.to-list{
	display:block;
	width:130px;
	height:24px;
	background:url(../images/btn_to_topics.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:15px;
	float:right;
}

.article-header a.to-list a:link{
	background-position:left top;

}
.article-header a.to-list:hover{
	background-position:left bottom;
}

.article-body{
	font-size:1.4em;
}


.a-subhead{
	margin:1.7em 0;
	color:#E60012;
	font-size:1em;
}

.article-image{
	margin-bottom:1.7em;
}

.image-left{
	float:left;
	margin-right:1em;
}
.image-right{
	float:right;
	margin-left:1em;
}


.bold{
	font-weight:bold;
}


.caption {
	font-size:8pt;
}