@charset "utf-8";
/**
 * news-top.css 
 * (c) United Arrows Ltd.
 */

/* Header */
	#Header { margin-bottom: 20px; }
	#Header #Nav .NEWS a { background-position: left -35px; }

/* ArticleAside */
	.asideNavList li li ul.month li {
		float: none;
		margin-left: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
		width: auto;
		text-align: left;
	}
	.asideNavList li li ul.month li a { display: inline; }

/* heading */
	.gTitle { margin-bottom: 15px; }
	#ContentTitle {
		font-weight: bold;
		font-size: 136%;
	}
	.sectionTitle {
		clear: both;
		border-bottom: 1px solid #999999;
		padding: 0 5px 5px;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 107%;
	}

/* listheader */
	.listheader {
		position: relative;
	}
	.listheader .btRss {
		position: absolute;
		right: 0px;
		top: 0px;
	}

/* selectCat */
	.selectCat {
		position: relative;
		border: 1px solid #d7d7d7;
		width: 200px;
	}
	.selectCat dd {
		position: absolute;
		left: -1px;
		bottom: 0px;
		width: 200px;
		z-index: 10;
	}
	.selectCat dd ul { display: none; }
	.selectCat dt a,
	.selectCat dd a {
		display: block;
		padding: 8px 10px 8px 15px;
		line-height: 1.2;
		background-color: #fff;
		color: #282828;
		zoom: 1;
	}
	.selectCat dd a:hover,
	.selectCat dd a.on {
		background-color: #ebebeb;
	}
	.selectCat dt a {
		background-image: url('/unitedarrow/common/imgs/base/blt-pulldown.gif');
		background-repeat: no-repeat;
		background-position: right 6px;
	}
	.selectCat dt.on a {
		background-position: right -174px;
	}
	.selectCat dd ul {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 200px;
		border-right: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		z-index: 200;
	}
	.selectCat dd li {
		border-top: 1px solid #d7d7d7;
	}
	.selectCat dd a {
		padding: 8px 10px 8px 32px;
		background-repeat: no-repeat;
		background-position: 18px 16px;
	}
	.selectCatBrand,
	.selectCatBrand dd,
	.selectCatBrand dd ul {
		width: 300px;
	}

/* NewsList */
	.NewsList {
		margin: 30px 0 10px;
		zoom: 1;
	}
	.NewsList li {
		clear: both;
		margin-bottom: 20px;
		zoom: 1;
	}
	.NewsList:after,
	.NewsList li:after { content : ''; display : block; clear : both; }
	.NewsList li .info {
		float: left;
		display: block;
		width: 200px;
	}
	.NewsList li .info img {
		float: right;
		margin-right: 10px;
	}
	.NewsList li .text {
		float: left;
		display: block;
		width: 470px;
	}
	.NewsListBrand {
		margin: 30px 0 10px;
	}
	.NewsList .brandnews li .info,
	.NewsList .brandnews li .text,
	.NewsListBrand .brandnews li .info,
	.NewsListBrand .brandnews li .text {
		float: none;
		display: block;
		width: auto;
	}
	.NewsListBrand .brandnews li {
		margin-bottom: 20px;
	}

/* pagenation */
	.pagenation {
		margin-top: 30px;
	}

/* eachtop */
	.eachtop {
		margin-top: 30px;
		text-align: left;
	}
	.eachtop a{
		background: url('/unitedarrow/common/imgs/base/blt-page-next.gif') no-repeat 0 0 ;
		padding-left: 13px;
		margin-right: 20px;
	}

/* ArticleBrand */
	.body {
		margin-top: 35px;
	}