@charset "UTF-8";

@import url("//www.jica.go.jp/english/common_/css/common.css");

/* --------------------------------------------------------------------------------------
 index
--------------------------------------------------------------------------------------- */

#wrap .indexArea {
	padding-bottom: 22px;
}

.txtRight {
	text-align: right;
}

.mainVisual {
	min-width: 960px;
	margin-top: 4px;
	background: url(//www.jica.go.jp/english/img/main_bg.gif) repeat-x;
}

.fader {
	width: 960px;
  height: 420px;
	margin: 0 auto;
  position: relative;
}

.fader .fader-anchors {
	top: 295px;
  right: 0;
  position: absolute;
  width: 315px;/* 3個のときは315px。2個のときは210px。1個のときは105px。 */
  z-index: 100;
	background: url(//www.jica.go.jp/english/img/main_bg_thumb.png) no-repeat;
}

.fader .fader-anchors li {
  float: left;
	margin-right: 5px;
}

.fader .fader-anchors li a {
  display: block;
  width: 100px;
  height: 105px;
}

.fader .fader-anchors li.thumb01 a {
	background: url(//www.jica.go.jp/english/img/main_thumb01.jpg) no-repeat 0 -200px;
}
.fader .fader-anchors li.thumb02 a {
	background: url(//www.jica.go.jp/english/img/main_thumb02.jpg) no-repeat 0 -200px;
}
.fader .fader-anchors li.thumb03 a {
	background: url(//www.jica.go.jp/english/img/main_thumb03.jpg) no-repeat 0 -200px;
}

.fader .fader-anchors li a img {
	visibility: hidden;
}

.fader .fader-anchors li a:hover,
.fader .fader-anchors li.fader-current a {
	background-position: 0 0 !important;
}

.fader .fader-panels {
  z-index: 50;
}

.fader .fader-panels li {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}

.fader .fader-panels li.fader-first {
  display: block;
}

.fader .fader-panels li .btn01 {
	position: absolute;
	top: 320px;
	left: 0;
}
.fader .fader-panels li .btn02 {
	position: absolute;
	top: 303px;
	left: 0;
}
.fader .fader-panels li .btn03 {
	position: absolute;
	top: 263px;
	left: 0;
}

.indexArea .fieldBlock {
	width: 500px;
}

.indexArea .fieldBlock .fieldTtl {
	padding: 20px 19px 0;	
}

.indexArea .filedBox {
	margin-bottom: -5px;
	padding: 17px 19px 0;
	border-left: 1px solid #e3e6e9;
}

.indexArea .filedBox h3,
.indexArea .filedBox p {
	float: right;
	width: 290px;
	line-height: 1.3;
}

#wrap .indexArea .filedBox h3.opinion {
	padding-bottom: 1px;
	font-size: 100%;
}

.indexArea .filedBox h3 span {
	color: #8a8a8a;
	font-size: 78%;
}

.indexArea .filedBox h3 span.news01 {
	color: #427700;
}

.indexArea .filedBox h3 span.news02 {
	color: #0068A6;
}

.indexArea .filedBox h3 span.news03 {
	color: #C94C00;
}

.indexArea .filedBox h3 span.news04 {
	color: #775617;
}

.indexArea .filedBox h3 span.news05 {
	color: #7C4B23;
}

.indexArea .filedBox h3 a:link,
.indexArea .filedBox h3 a:visited {
	text-decoration: none;
}
.indexArea .filedBox h3 a:hover,
.indexArea .filedBox h3 a:active {
	text-decoration: underline;
}

.indexArea .filedBox p {
	margin-top: 1px;
	font-size: 92%;
}

.indexArea .filedBox p .date {
	color: #8a8a8a;
}

.indexArea .filedBox p.pic {
	float: left;
	width: auto;
	margin-top: 3px;
	padding: 10px;
	background: url(//www.jica.go.jp/english/common_/element/bg_dot.gif) repeat;
}

.indexArea .fieldBlock .more {
	padding: 11px 19px 8px;
	border-left: 1px solid #e3e6e9;
	text-align: right;
	font-size: 92%;
}

.indexArea .newsBlock {
/*	float: right;
	width: 430px;*/
	font-size: 92%;
	line-height: 1.3;
}

.indexArea .newsBlock .date {
	color: #8a8a8a;
}

/*.indexArea .newsBlock .leftBlock {
	width: 260px;
}
.indexArea .newsBlock .rightBlock {
	width: 160px;
}*/

.indexArea .newsBlock ul {
	margin-bottom: -5px;
	padding: 7px 0 1px;
}

.indexArea .newsBlock ul li {
	margin-bottom: 14px;
}

.indexArea .newsBlock .announcements li {
	padding-left: 10px;
	background: url(//www.jica.go.jp/english/common_/element/icon_arw.gif) no-repeat 0 .15em;
}

.indexArea .newsBlock .notice li {

	padding-left: 10px;
	background: url(//www.jica.go.jp/english/common_/element/icon_arw.gif) no-repeat 0 .15em;
}

.indexArea .newsBlock li a:link,
.indexArea .newsBlock li a:visited {
	color: #333333;
	text-decoration: none;
}
.indexArea .newsBlock li a:hover,
.indexArea .newsBlock li a:active {
	color: #333333;
	text-decoration: underline;
}

.indexArea .newsBlock .office {
	line-height: 1.3;
	margin-bottom: -10px;
	padding: 7px 0 0;
}

.indexArea .newsBlock .office dt {
	font-weight: bold;
}

.indexArea .newsBlock .office dd {
	padding-bottom: 15px;
}

.indexArea .newsBlock .office dd a:link,
.indexArea .newsBlock .office dd a:visited {
	color: #333333;
	text-decoration: none;
}
.indexArea .newsBlock .office dd a:hover,
.indexArea .newsBlock .office dd a:active {
	color: #333333;
	text-decoration: underline;
}


.indexArea .newsBlock .social {
	background: #f9fafa;
	margin-bottom: 0;	
	padding: 0 15px 23px;
}

.indexArea .newsBlock .social dl {
	margin-bottom: 0;
	padding: 12px 0 0 0;
}

.indexArea .newsBlock .social dl.bottom {
	background: url(//www.jica.go.jp/english/common_/element/line_dot_blue.gif) repeat-x left bottom;
	margin-bottom: 12px;
	padding-bottom: 15px;
}

.indexArea .newsBlock .social dt {
	float: left;
	padding: 3px 15px 0 0;
}

.indexArea .newsBlock .social dd {
	background-image: none;
	float: left;
	margin-bottom: 0;
	padding: 10px 0 0;
	font-weight: bold;
	font-size: 120%;
}

.indexArea .newsBlock .social ul {
	background: url(//www.jica.go.jp/english/common_/element/line_dot_blue.gif) repeat-x left bottom;
	margin-bottom: 12px;
	padding: 15px 0;
}

.indexArea .newsBlock .social ul li {
	float: left;
	margin-bottom: 0;
	padding-right: 15px;
}

.indexArea .newsBlock .social ul li.right {
	padding-right: 0;
}

.indexArea .newsBlock .president {
	padding: 9px 14px 14px;
	background: #fcfbf6 url(//www.jica.go.jp/english/img/index_bg01.gif) repeat-x left bottom;
	border: 1px solid #e3e6e9;
}

.indexArea .newsBlock .president .pic {
	border: 10px solid #ffffff;
}

.indexArea .newsBlock .president .topFix {
	padding-top: 13px;
}

.indexArea .newsBlock ul.bnr {
	margin-bottom: -5px;
	padding: 0;
}

.indexArea .newsBlock ul.bnr li {
	margin-bottom: 5px;
	border: 1px solid #e3e6e9;
}

.indexArea .depth {
	width: 960px;
	background: url(//www.jica.go.jp/english/img/index_bg02.gif) repeat-y;
}

.indexArea .depth ul {
	width: 970px;
	margin-left: -10px;
}

.indexArea .depth li {
	display: inline;
	float: left;
	width: 140px;
	margin-left: 20px;
	line-height: 1.3;
	font-size: 92%;
}

.indexArea .depth li .txt {
	margin-top: 9px;
}

.indexArea .depth li .txtBold {
	display: inline-block;
	margin-bottom: 4px;
	font-size: 109%;
}

.indexArea .depth li .txtRight {
	margin: 6px 0 -2px;
}

.indexArea .newsBoxWrap {
	float: left;
	width: 780px;
}

.indexArea .newsBoxInner {
	width: 778px;
	padding-bottom: 20px;
	border-left: 1px solid #e3e6e9;
	border-right: 1px solid #e3e6e9;
	border-bottom: 1px solid #e3e6e9;
}

.indexArea .newsBoxWrapLeft {
	width: 500px;
}

.indexArea .newsBlock01 {
	float: left;
	width: 260px;
}

.indexArea .newsBlock02 {
	float: left;
	width: 160px;
	margin-top: 20px;
	padding-left: 20px;
}

.indexArea .fieldBlockTop {
}

.indexArea .fieldBlockTop .filedBox,
.indexArea .fieldBlockTop .more {
	border-left: 0;
}