@charset "utf-8";

/* @override http://ashinaga.localhost/themes/ashinaga/css/home.css */

/* global navi */
#home #globalNavi .navi li.home a{
	background: url(../images/common/gnav_cur_arrow.gif) center bottom no-repeat;
}

/* layout */
#mainImage{
	position: relative;
	height: 294px;
	background: url(../images/home/mimg_bg.gif) left top repeat-x;
}
#mImageInner{
	width: 950px;
	height: 294px;
	position: relative;
	margin: 0 auto;
	overflow:hidden;
}
#mImageInner #mImages{
	height:294px;
}
#mImageInner #mImages a{
	display:block;
	width:950px;
	height:294px;
	float:left;
}
#mImageInner #mImages img.active{
	z-index: 7;
}
#mImageInner #mImages img.last-active{
	z-index: 6;
}
#mImageInner #mImageBtns{
	height: 294px;
	position: absolute;
	right: 50px;
	top:0;
	z-index: 15;	
}
#mImageTopBtn,
#mImageBtmBtn{
	position: absolute;
	right: 0;
}
#mImageTopBtn{
	top: 20px;
}
#mImageBtmBtn{
	bottom: 20px;
}

#mImagesNavi{
	width:950px;
	left:0;
	bottom:0;
	position:absolute;
	z-index: 20;
}
#mImagesNavi #prevBtn,
#mImagesNavi #nextBtn{
	display:block;
	position:absolute;
	bottom:19px;
}
#mImagesNavi #prevBtn{
	left:0;
}
#mImagesNavi #nextBtn{
	right:0;
}

#mainColumn{
	width: 642px;
	float: left;
}

#sideColumn{
	width: 292px;
	float: right;
}

/* special button */
#specialButton{
	text-align: center;
	padding: 4px;
	margin-bottom: 10px;
	background: url(../images/home/sp_btn_bg.gif) left top;
}
#specialButton li{
	display: inline;
	padding: 0 1px;
}
/* /special button */

/* focusing */
#focusing{
	background: url(../images/home/focus_border.gif) left bottom no-repeat;
	margin-bottom: 20px;
}

#focusing .dNone {
	display: none;
}

#focusing .items{
	padding: 0 15px 15px;
}
	#focusing .item{
		clear: both;
		margin-top: 16px;
		overflow: hidden;
	}
	#focusing .item .img{
		float: left;
		padding-right: 16px;
		background: url(../images/home/focus_head_01.gif) right center no-repeat;
	}
	#focusing .item .img img{
		border: 1px solid #DDD;
	}
	#focusing .item .itemInfo{
		padding-left:8px;
		overflow: hidden;
		_zoom:1;
	}
	#focusing .item .itemInfo .info{
		font-size: 120%;
		color: #666;
		font-weight: bold;
		margin-bottom: 5px;
		border-bottom: 1px solid #EEE;
		overflow: hidden;
	}
	#focusing .item .itemInfo .info .date{
		
	}
	#focusing .item .itemInfo .info .social{
		display: block;
		float: right;
		padding-bottom: 3px;
	}
	#focusing .item .itemInfo .info .social iframe{
		vertical-align: bottom;
	}
	#focusing .item .itemInfo .title{
		font-size: 140%;
		line-height: 130%;
		padding-bottom: 5px;
	}
	#focusing .item .itemInfo .summary{
		font-size: 120%;
		line-height: 140%;
		padding-bottom: 7px;
	}
	#focusing .item .itemInfo .detailLink{
		text-align: right;
	}

	#focusing .item.africa .img{
		background: url(../images/home/focus_head_02.gif) right center no-repeat;
	}
/* /focusing */

/* banner */
.btmBanner{
	width: 642px;
	overflow: hidden;
}
.btmBanner ul{
	width: 670px;
}
.btmBanner li{
	float: left;
	margin-right: 28px;
}
/* /banner */

/* news */
#news{
	background: url(../images/home/news_border.gif) left bottom no-repeat;
}
#news .title{
	width: 292px;
	height: 28px;
	background: url(../images/home/news_bg.gif) left top no-repeat;
}
#news .title img{
	vertical-align: top;
}
#news .title .rssLink img{
	padding:9px 0 0 5px;
}
#news .items{
	padding:15px;
}
#news .items li{
	padding:0 0 8px 12px;
	margin-bottom:10px;
	background: url(../images/common/arrow_right_01.gif) left 2px no-repeat;
	border-bottom: 1px dotted #EAEAEA;
}
#news .items li.sub{
	border: none;
	padding-bottom: 0;
}
#news .items li .date{
	font-size: 120%;
	color: #666;
	font-weight: bold;
	padding-bottom: 3px;
}
#news .items li a{
	font-size: 140%;
}
#news .items .detailLink{
	text-align: right;
}

/* /news */


/* sideBanner */
.sideBanner {
	margin-top: 10px;
}

.sideBanner ul li {
	margin-bottom: 10px;
	line-height: 0;
}

.sideBanner ul li img {
	max-width: 290px;
	height: auto;
}

/* /sideBanner */