@charset "utf-8";

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", 'Helvetica', sans-serif;
	font-size:100%;
	color: #333; 
}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}    
ul {list-style:none; padding: 0; margin: 0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}


/* ===================
clearfix 
===================*/ 
.clearfix:after {  
visibility:hidden;
height:0;
display: block;/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }  



/* ===================
画像の余白をクリア
===================*/
img{
	font-size:0;
	line-height:0;
	vertical-align:top;
}


/* ===================
フォントサイズ
===================*/
h4,h5,h6,p,li,dt,dl,dd,pre,th,td {
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%; 
}
p {
	font-size: 87.5%; 
	line-height:1.8;
}
ul,ol{
	font-size: 87.5%; 
}
dl {
	font-size: 87.5%; 
	line-height:1.8;
}
dl ul,
dl ol{
	font-size: 100%; 
}

table {
	font-size: 87.5%; 
}
address{
		font-size:75%;
}
figcaption {
			font-size:75%;
}
table ul,
table ol {
	font-size: 100%; 
}


/* ===================
リンク
===================*/
a { 
	outline: none; 
}
a:link {
	text-decoration: none;
	color: #eb6100;
}
a:visited {
	text-decoration: none;
	color: #eb6100;
}
a:hover {
	text-decoration: underline;
	color: #eb6100;
}
a:active {
	text-decoration: none;
	color: #eb6100;
}
a:hover img{
  opacity: 0.7;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#main a:link {
	text-decoration: underline;
}
#main a:visited {
	text-decoration: underline;
}
#main a:hover {
	text-decoration: none;
}
#main a:active {
	text-decoration: underline;
}


/* =======================
body
======================= */
body{
}


/* =======================
Wrapp
======================= */
#Wrapp {
	min-width: 1020px;
	margin-right:auto;
	margin-left:auto;
	margin:0;
	padding:0;
}


/* =======================
header
======================= */
#header {
	min-width: 1000px;
}

/*  hNavBox */
.w_hNavBox {
	min-width: 1000px;
	background: #EB9967;
	padding-top:6px;
	padding-bottom:6px;
}

.hNavBox_inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.hNavBox {
	float:right;
}
.hNavBox ul {
	float:left;
}

.hNav {
	font-size:75%;
}
.hNav li {
	float: left;
	background: url(../img/common/icon01.png) no-repeat 0px center;
	padding-left: 12px;
	margin-right:10px;
}
.hNav li a:link {
	text-decoration: none;
	color: #fff;  
}
.hNav li a:visited {
	text-decoration: none;
	color: #fff;  
}
.hNav li a:hover {
	text-decoration: underline;
	color: #fff;  
}
.hNav li a:active {
	text-decoration: none;
	color: #fff;  
}

.langNav {
	margin-left:10px;
}
.langNav li {
	float: left;
	margin-left: 10px;
	background: #FFF;
	height:19px;
}
.langNav li:first-child {
	margin-left: 0px;
}

/*  header_inner*/
#header_inner {
	width: 1000px;
	margin: 0 auto;
}

#header_inner #logo {
	margin-top:22px;
}


/* =======================
content
======================= */
#content {
	width: 1000px;
	margin:24px auto 0px;
}
.pagetop {
	clear: both;
	text-align: right;
	margin-top:30px;
	margin-bottom:6px;
	font-size: 75%;
}
.pagetop  a{
	background: url(../img/common/icon04.png) no-repeat right 50%;
	padding-right: 1.5em;
}


/* =======================
main
======================= */
#main {
	width: 770px;
	float: right;
	margin-bottom:40px;
}

/* title */
.pageTitle {
	margin-bottom: 20px;
	height: 52px;
	width: 770px;
	background: url(../img/common/bg_title_page.png) no-repeat;
	padding-top: 28px;
	padding-left: 24px;
	font-weight: normal;
	color: #FFF;
	font-size: 112.5%;
}
.indexTitle {
	margin-top: 50px;
	margin-bottom:12px;
	clear: both;
	color: #eb6100;
	border-top: 1px solid #eb6100;
	border-bottom: 3px solid #eb6100;
	padding:12px 4px 8px 4px;
}
.indexTitle-line {
	background: url(../img/common/bg_title_index01.png) no-repeat bottom;
	padding-bottom:5px;
	margin-bottom:10px;
}
.ancTitle {
	padding-top:20px;
	margin-bottom:0px;
	clear: both;
	color: #eb6100;
}

/* dateTxt */
.dateTxt {
	text-align:right;
}

/*  */
.fLeft {
	float:left;
}
.fRight {
		float:right;
}


/* hr */
hr.clearLine {
	clear: both;
 border: 0;
 height: 1px;
}

/* img */
.RightImg {
	text-align: right;
}
.centerImg {
	text-align: center;
}
.blockImg {
	display:block;
}

/* text */
.boldTxt {
	font-weight:bold;
	}
.atTxt {
	color: #CC0000;
	font-weight: bold;
}
.s-font {
	font-size: 81%;
}
.f-caption {
	margin-top:6px;
}

.mb0 {
	margin-bottom:0px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom:50px;
}
.mb80 {
	margin-bottom:80px;
}
.mt20 {
	margin-top:20px;
}

/* list */
.markList {
		margin-left:2em;
}
.markList li {
	list-style: disc;
	margin-bottom:6px;
}
ol{
	margin-top:6px;
	padding-left:25px
}
ol li {
	margin-bottom:6px;
}

/* hr */
.hidenLine {
	clear: both;
	border-style: none;
}

/* table */
.nonLineTable {
/*	margin-top:20px;*/
}
.nonLineTable th,
.nonLineTable td {
	padding: 10px 10px 10px 0;
	text-align: left;
	vertical-align: top;
}
.nonLineTable th {
}



/* top --------------------------------------*/
.topMain {
	text-align:center;
}

/* newsList */
.newsListBox {
	margin-bottom:48px;
	padding:10px;
	border: 1px solid #CED0CF;
	border-radius: 4px; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
	background: #EFEFEF;
}

.newsListHeader {
	position: relative;
}
.newsListHeader h2{
	margin-bottom: 8px;
	margin-left:10px;
	font-weight: normal;
}
.newsListHeader .listLink {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 1px dotted #999;
	padding-left: 1.2em;
}
#main .newsListHeader .listLink a {
		text-decoration: none;
}
.newsListHeader .listLink a {
	color: #333;
	background: url(../img/common/icon02.png) no-repeat 0px 45%;
	padding-left: 1.8em;
	font-size: 75%;
}
.newsListHeader .listLink a:visited {
		color:#333;
}
.newsListHeader .listLink a:hover {
	color: #eb6100;
	background: url(../img/common/icon03.png) no-repeat 0px 45%;
}
.newsListHeader .listLink a:active {
		color:#333;
}

.newsBox {
		border-radius: 4px; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
	background: #FFF;
}
.newsBox p{
	display: block;
	padding: 8px 16px;
	margin-right:16px;
}

.newsListBox dl {
		border-radius: 4px; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
	background: #FFF;
}
.newsListBox dt{
	display: inline;
	float: left;
	width: 80px;
	border-top: 1px dotted #ccc;
	padding: 8px 16px;
}
.newsListBox dd{
	margin-left: 114px;
	border-top: 1px dotted #ccc;
}
.newsListBox dd a{
	background: url(../img/common/icon05.png) no-repeat right 50%;
	display: block;
	padding: 8px 16px 8px 0;
	margin-right:16px;
}
.newsListBox dt:first-of-type,
.newsListBox dd:first-of-type {
	border-top: none;
}

/* banaFlowList */
.banaFlowList {
	clear:both;
}
.banaFlowList ul {
	margin-left:-15px;
}
.banaFlowList ul li {
	float:left;
	margin-left:15px;
}



/* report --------------------------------------*/
.ancList {
	margin-bottom:20px;
}
.ancList li {
	float: left;
	margin-right: 2em;
}
.ancList li a{
	color: #000;
}


.w_entryBox .entryBox {
	margin-bottom: 40px;
	clear: both;
}
/* entryHeader */
.entryHeader {
	margin-bottom:16px;
}
.entryBox h2 {
	margin-top: 10px;
	margin-bottom:0px;
	clear: both;
	color: #eb6100;
	border-top: 1px solid #eb6100;
	border-bottom: 3px solid #eb6100;
	padding:12px 4px 8px 4px;
}
.entryBox p {
	margin-bottom:16px;
}

.entryBox .imgBox{
	margin-left:-22px;
	clear:both;
}
.entryBox .imgBox p {
	float:left;
	width:370px;
	min-height:277px;
	margin-left:22px;
	font-size:12px;
}
.entryBox .imgBox p img{
	margin-bottom:4px;
}



/* constitution --------------------------------------*/
.stepTitle {
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 75px;
	clear: both;
	color: #eb6100;
	border-top: 1px solid #eb6100;
	border-bottom: 3px solid #eb6100;
	padding: 12px 4px 8px 26px;
	position: relative;
}
.stepTitle span {
	position: absolute;
	left: -75px;
	top: -20px;
}

/* bgBox01 */
.bgBox01 {
	background: url(../constitution/img/bg_main01.png) no-repeat left top;
	padding: 12px 26px;
	margin-top:30px;
	margin-bottom:30px;
}
.bgBox01 dl dt {
	font-size: 142%;
	font-weight: bold;
	margin-bottom:10px;
}
.bgBox01 dl dd {
	font-weight: bold;
	margin-left:46px;
}
.bgBox01 dl dd ul.markList li {
	margin-bottom:8px;
	line-height:1;
	font-size:107%;
	font-weight: bold;
}

/* bgBox02 */
.bgBox02 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 22px 18px 0 18px;
	background: #EDEEE8;
	margin-bottom:30px;
}
.bgBox02_inner {
	float:left;
	width:540px;
}
.bgBox02  dl {
	margin-bottom: 26px;
}
.bgBox02 dl dt {
	font-weight: bold;
	float: left;
	text-align: center;
	background: url(../constitution/img/bg_main02.png) no-repeat 0 0;
	width: 126px;
	height: 86px;
	padding-top:42px;
	line-height:1.6;
}
.bgBox02 dl dd {
	margin-left: 135px;
}
.bgBox02 dl dd ul  {
	font-size:92%;
}
.bgBox02 dl dd ul li {
	text-indent:-1em;
	margin-left:1em;
}

.bgBox02 dl#bgBox02-02 dd {
	padding-top:20px;
}
.bgBox02 dl#bgBox02-03 dd {
	padding-top:20px;
}


/* bgBox03 */
.bgBox03 {
	background: #FCD590 url(../constitution/img/bg_bottom03.png) no-repeat center bottom;
	padding-bottom:24px;
}
.bgBox03 h2 {
	margin-bottom:8px;
}
.bgBox03 dl.voiceBox {
	width:355px;
}
.bgBox03 dl.voiceBox dd {
	background: #FFF;
	padding: 17px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 1.6;
	font-size: 85%;
	border: 1px solid #FFF;
}

.bgBox03 dl.voiceBox.vcLeft {
	float:left;
	margin-left:20px;
}
.bgBox03 dl.voiceBox.vcLeft dd {
	margin-left:14px;
}

.bgBox03 dl.voiceBox.vcRight {
	float:right;
	position: relative;
	height:500px;
	margin-right:20px;
}
.bgBox03 dl.voiceBox.vcRight dt {
	position: absolute;
	bottom: 0px;
	right:0px;
}
.bgBox03 dl.voiceBox.vcRight dd {
	position: absolute;
	top: 0px;
}


/* india --------------------------------------*/
.w_indiaImgBox {
	background: url(../india/img/bg_main01.png) no-repeat center bottom;
	padding-bottom:490px;
}
.indiaImgBox {
	border: 2px solid #EB9967;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	padding: 32px 58px;
	text-align: center;
	width: 512px;
	margin: 36px auto 0;
	background: #FFF;
	box-shadow:5px 5px 10px 0px rgba(185,184,182,0.8);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(185,184,182,0.8);
	-moz-box-shadow:5px 5px 10px 0px rgba(185,184,182,0.8);
}
.indiaImgBox .readTxt {
	font-weight: bold;
	color:#eb6100;
	margin-bottom:32px;
}


/*partner --------------------------------------*/
.w_partnerBox{
	margin-left: -15px;
	background: url(../partner/img/vis_main01.png) no-repeat right top;
}
.partnerBox{
		border: 1px solid #EB9967;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #FFE;
	float:left;
	padding: 12px 18px 18px 18px;
	width:337px;
	margin-left:15px;
	margin-bottom:8px;
}
.partnerBox h2 {
	color: #eb6100;
	line-height: 1.4;
	height: 64px;
	padding-left: 94px;
	padding-top: 20px;
	margin-bottom: 10px;
}
.partnerBox .readTxt {
	margin-bottom:10px;
}

/*.partnerBox#iiscBox h2 {
		padding-left: 0px;
		height: auto;
		padding-top: 10px;
}*/
.partnerBox#iiscBox h2 {
	background: url(../partner/img/icon_bilingual.png) no-repeat left top;
}
.partnerBox#iitgnBox h2 {
	background: url(../partner/img/icon_iitgn.png) no-repeat left top;
}
.partnerBox#duBox h2 {
	background: url(../partner/img/icon_du.png) no-repeat left top;
}


/* contact --------------------------------------*/
.contactName {
		font-size:125%;
		margin-bottom:16px;
		margin-left:22px;
		/*color: #eb6100;*/
}
.contactSubTitle {
		margin-left:22px;
}
.contactAdd {
	font-size:87%;
	line-height:1.8;
		margin-left:22px;
}

.contactTxt {
	margin-top:20px;
}


/* news --------------------------------------*/
.DetailsBox {
	margin-top: 30px;
}
.docTitle {
	text-align:center;
}

.newsTable th{
	width:15%;
}

.newsDL{
}
.newsDL dt{
	margin-top:20px;
	text-indent:-2em;
	margin-left:2em;
}
.newsDL dd{
	margin-left:2em;
}

.newsTable ul{
	text-indent:-2em;
	margin-left:2em;
}

.newsDL dd.plural{
	text-indent: -1em;
	padding-left: 1em;
}

/* sitemap --------------------------------------*/
.mapNav {
	margin-left:2em;
	margin-top:30px;
}
.mapNav li {
	background: url(../img/common/icon03.png) no-repeat 0px 50%;
	padding-left: 15px;
	margin-right:16px;
	margin-bottom:20px;
}



/* =======================
sider
======================= */
#sider {
	width:200px;
	float:left;
	margin-bottom:70px;
}

/* gNav */
#gNav {
		margin-bottom:10px;
}

#gNav ul  {
	background: #EFEFEF;
	border-radius:  4px;
		-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
#gNav ul li {
	border-bottom: 1px dotted #CED0CF;
	border-right: 1px solid #CED0CF;
	border-left: 1px solid #CED0CF;
	display: block;
	text-decoration: none;
	color: #333;
}

#gNav ul li a{
	background: #EFEFEF url(../img/common/icon02.png) no-repeat 12px 50%;
	padding: 12px 12px 12px 28px;
	display: block;
	text-decoration: none;
		color:#333;
}

#gNav ul li:nth-child(4){
	background: #EFEFEF url(../img/common/icon02.png) no-repeat 12px 50%;
/*	padding: 12px 0px 12px 28px;*/
}

/*-- for IE8 --*/
/* #gNav ul li:nth-child(4)*/
#gNav ul> *:first-child + * + * + * {
	background: #EFEFEF url(../img/common/icon02.png) no-repeat 12px 50%;
/*	padding: 12px 0px 12px 28px;*/
}

#gNav ul li a:visited {
		color:#333;
}
#gNav ul li a:hover {
	color: #eb6100;
	background: #FFE url(../img/common/icon03.png) no-repeat 12px 50%;
}
#gNav ul li a:active {
		color:#333;
}
#gNav ul li a.active {
	color: #eb6100;
	background: #fff url(../img/common/icon03.png) no-repeat 12px 50%;
}

#gNav ul li:first-of-type,
#gNav ul li a:first-of-type,
#gNav ul li a.active:first-of-type {
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
}
#gNav ul li:first-of-type {
		border-top: 1px solid #CED0CF;
}
#gNav ul li:last-child,
#gNav ul li a:last-child,
#gNav ul li a.active:last-child {
	border-radius: 0px 0px 4px 4px;
		-webkit-border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
}
#gNav ul li:last-child{
	border-bottom: 1px solid #CED0CF;
}

/* nestList */
#gNav ul li ul.nestList {
}
#gNav ul li ul.nestList li {
	border-style: none;
}
#gNav ul li ul.nestList li a{
	background: #FFF url(../img/common/icon02.png) no-repeat 28px 48%;
	padding: 6px 12px 6px 44px;
	display: block;
	text-decoration: none;
	color: #eb6100;
}
#gNav ul li ul.nestList li a:visited {
		color:#333;
}
#gNav ul li ul.nestList li a:hover {
	color: #eb6100;
	background: #FFF url(../img/common/icon03.png) no-repeat 28px 48%;
	text-decoration: underline;
}
#gNav ul li ul.nestList li a:active {
		color:#333;
}
#gNav ul li ul.nestList li a.active {
	color: #eb6100;
	background: #FFF url(../img/common/icon03.png) no-repeat 12px 50%;
}


/* banaList */
.banaList li {
	margin-bottom:10px;
}
/*#gNav ul  {
	border-top: 1px dotted #CED0CF;
}*/




/* =======================
footer
======================= */
footer {
	min-width: 1000px;
	clear: both;
	padding-top:20px;
	padding-bottom: 32px;
	background: #EB9967;
	color:#FFF;
}
#footer_inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.fNav {
	font-size:75%;
	margin-bottom:20px;
}
.fNav li {
	float: left;
	background: url(../img/common/icon01.png) no-repeat 0px center;
	padding-left: 10px;
	margin-right:13px;
}
.fNav li a:link {
	text-decoration: none;
	color: #fff;  
}
.fNav li a:visited {
	text-decoration: none;
	color: #fff;  
}
.fNav li a:hover {
	text-decoration: underline;
	color: #fff;  
}
.fNav li a:active {
	text-decoration: none;
	color: #fff;  
}

.addBox {
	clear: both;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-top:12px;
	padding-bottom:12px;
}
address {
	font-size: 75%;
	float: left;
	width: 460px;
}
#f-logo {
	float:left;
	margin-right:14px;
}
#copyright {
	font-size: 87%;
	line-height:1;
	float:right;
	margin-top:20px;
}

/* =======================
button
======================= */
.btnFlat{
	display:block;
	text-align:center;
	border:1px solid;
	padding:5px;
	font-size:87.5%;
	text-decoration:none !important;
	color:#eb6100;
	background:#fff;
}
.btnFlat:hover{
	color:#fff;
	background:#eb6100;
}
.btnRight{
	margin-left:auto;
}

/* ------------------------
	pagenation
------------------------ */
.pagenate  { 
    margin: 15px 0 15px; 
    padding: 10px 10px 5px; 
    text-align: center;
	font-size:12px;
}

.pagenate li  { 
    display: inline; 
    margin: 0 2px; 
    padding: 0; 
} 
.pagenate li a { 
    display: inline-block; 
    margin-bottom: 5px; 
    padding: 5px 7px; 
    background: #fff; 
    border: 1px solid #eb6100;
    text-decoration: none !important; 
    vertical-align: middle; 
    font-weight: bold; 
    color: #888; 
} 
.pagenate li.crrent { 
    display: inline-block; 
    margin-bottom: 5px; 
    padding: 5px 7px; 
    background: #eb6100;
    border: 1px solid #eb6100;
    text-decoration: none; 
    vertical-align: middle; 
    font-weight: bold; 
    color: #fff; 
} 
.pagenate li a:hover { 
    background: #eb6100;
    color: #fff; 
}