@charset "utf-8";

/****************** common.css ******************/


/*	reset etc.
---------------------------------------------------------------------*/

html{
height:100%;
}

body {
	background: url(../img/common/body_bg.jpg) no-repeat center -20px;
	width:100%;
	height:100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*font-family: Georgia, Times New Roman, serif;*/
	font-size: 13px;
	letter-spacing:0.01em;
	line-height: 160%;
	color: #000;
	/*text-align: center;*/
	margin: 0;
	padding: 0;
	background-color: #939393;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
	margin:0;
	padding:0;
}

p,h1,h2,h3,h4,h5,h6,dl,dt,ul{
margin:0;
padding:0;
}

table {
	font-size: 100%;
	margin: 0;
	padding:0;
}	

td {
	font-size: 100%;
	margin: 0;
	padding:0;
}

ul {
text-align:center;
}


ul li {
	margin: 0 ;
	padding: 0 ;
	list-style-type: none;
	font-size: 0;
	line-height: 0;
}	

ol {
	margin: 0;
	padding:0;
}

p {
	margin: 0;
	padding:0;
}

br {
	margin: 0;
	padding:0;
}

select {
display:block;
}

form {
	margin: 0px;
	padding: 0px;
}

.caption-c {
	font-size:11px;
	text-align:center;
	margin:3px 0 5px;
	line-height:100%;
}

.caption-l {
	font-size:11px;
	margin:5px 0 5px;
	line-height:100%;
}

#caption-l {
	font-size:11px;
	margin:3px 0 5px;
	line-height:100%;
}

.center {
	text-align:center;
	margin: 0 auto;
}

.left {
	margin: 0;
	padding:0;
	float: left;
}

.right {
	margin: 0;
	padding:0;
	float: right;
}

.indent {
text-indent:-9999px;
}

.middle {
	vertical-align: middle;
}

.img-left {
	float:left;
	margin:0 15px 15px 0;
}

.img-right {
	float:right;
	margin:0 0 15px 15px;
}

.clear {
	clear:both;
	margin: 0;
	padding:0;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}


.clearfix:after { 
 display:block;
 clear:both;
 height:0px;
 visibility:hidden;
 content:".";
 }
 
.clearfix {
 min-height: 1px;
}

* html .clearfix {
 height: 1px;
 /*\*//*/ 
 height: auto;
 overflow: hidden;
 /**/
}


.nowrap{
		white-space: nowrap;
}

 /*IE6*/
/*----------------- 
li {
font-size:1px;
line-height:0;
}

li a {
display:block;
font-size:12px;
line-height:normal;
}
*/


/*	link
---------------------------------------------------------------------*/
a { 
	text-decoration: underline;
	color:#000;
	
} 

a:link {
	color:#000;
	text-decoration: underline;
}

a:hover {
	color: #f00;
	text-decoration: none;
	text-shadow: none;
    overflow: hidden;
    outline: none;		
}

a:active {
	color:#f00;
	text-decoration: none;
}


/*	letters
---------------------------------------------------------------------*/
.bold {
	font-weight: bold;
}


.u-line {
	text-decoration: underline;
}


/****************** base.css ******************/


/*	layout
---------------------------------------------------------------------*/
#wrapper {
	width:1020px;
	margin:0 auto 30px;
	background: url(../img/common/shadow.png) repeat-y;
	text-align:left;
}

#header {
	position:relative;
	height:120px;
	z-index: 1;
}

#content-01 {
	width:1000px;
	margin:0 auto;
	background-color: #fff;
	
	min-height: 500px;
    height: auto !important;
    height: 500px;
	z-index: 1;
}

#content-01-a {
	width:1000px;
	margin:0 auto;
	background-color: #fff;
	
	min-height: 400px;
    height: auto !important;
    height: 400px;
	z-index: 1;
}

#content-02 {
	width:1000px;
	margin:0 auto;
	background-color: #fff;
	background: url(../img/common/content_bg.gif) repeat-y;

		
	min-height: 500px;
    height: auto !important;
    _height: 500px;
	z-index: 1;	
}

#sub-nav {
	width:194px;
	float:left;
	padding:8px 0 0 0;
}

#main {
	width:760px;
	float:left;
	margin:12px 20px 50px 25px;
	_margin:12px 10px 50px 17px;	
}

#footer {
	width:1000px;
	height:70px;
	margin:0 auto 0;
	background-color: #fff;
	text-align:center;
	clear:both;
	border-top:solid 1px #969696;
}

/*	header
---------------------------------------------------------------------*/
#header-inner {
	height:90px;
}

#logo {
	width:360px;
	height:76px;
	position:absolute;
	top: 8px;
	left: 56px;
}

#header h1 {
	width:400px;
	position:absolute;
	top: 35px;
	left: 500px;
	font-family: Georgia, Times New Roman, serif;	
	font-size: 11px;
	letter-spacing:0.04em;
	line-height: 120%;
	text-shadow: 1px 1px 1px #888;	
}

#news {
	width:49px;
	position:absolute;
	top: 33px;
	right: 45px;
}


/*	content
---------------------------------------------------------------------*/

#title-area {
	height:63px;
	position:relative;
	background: url(../img/common/line_01.jpg) no-repeat 1px bottom;
	background-color: #fff;	
}

#title-01 {
	position:absolute;
	bottom:10px;
	left: 25px;
}

#title-02 {
	position:absolute;
	bottom: 5px;
	left: 20px;
}

#title-03 {
	margin:30px 0 0 20px;
}

.more {
	margin:-5px 10px 0 0;
	float:right;
}



/*	gloval-nav
---------------------------------------------------------------------*/
#global-nav ul{
	width:1000px;	
	height:30px;
	margin:90px auto 0;
	z-index: 10;	
}

#global-nav li{
	float:left;
	z-index: 10;	
}

#navi-01 {background: url(../img/common/navi_01_o.jpg) no-repeat;width: 103px; margin-left:10px; _margin-left:5px;}
#navi-02 {background: url(../img/common/navi_02_o.jpg) no-repeat;width: 155px;}
#navi-03 {background: url(../img/common/navi_03_o.jpg) no-repeat;width: 162px;}
#navi-04 {background: url(../img/common/navi_04_o.jpg) no-repeat;width: 145px;}
#navi-05 {background: url(../img/common/navi_05_o.jpg) no-repeat;width: 168px;}
#navi-06 {background: url(../img/common/navi_06b_o.jpg) no-repeat;width: 136px;}
#navi-07 {background: url(../img/common/navi_07_o.jpg) no-repeat;width: 131px;}

#navi-01 a,
#navi-02 a,
#navi-03 a,
#navi-04 a,
#navi-05 a,
#navi-06 a,
#navi-07 a{display:block; }

#navi-01 a:hover,
#navi-02 a:hover,
#navi-03 a:hover,
#navi-04 a:hover,
#navi-05 a:hover,
#navi-06 a:hover,
#navi-07 a:hover {background-color:transparent; }

#navi-01 a:hover img,
#navi-02 a:hover img,
#navi-03 a:hover img,
#navi-04 a:hover img,
#navi-05 a:hover img,
#navi-06 a:hover img,
#navi-07 a:hover img {visibility:hidden; }


.mainmenu1 {
	display: block;
	padding:0;
	margin:0;	
	width: 162px;
	position: relative;  
}

.mainmenu2 {
	display: block;
	padding:0;
	margin:0;	
	width: 168px;
	position: relative;  
}

.mainmenu3 {
	display: block;
	padding:0;
	margin:0;	
	width: 131px;
	position: relative;  
}

.submenu {
	visibility: hidden;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 30px;
}
.submenu a {
	display: block;
	border-bottom:1px solid #ddd;
}

.submenu {
 filter: alpha(Opacity=90);
	opacity: 0.9;
}




/*	sub-nav
---------------------------------------------------------------------*/
#sub-nav li {
	text-align:left;
	font-family: Georgia, Times New Roman, serif;
	font-size:14px;
	font-weight: bold;
	line-height:130%;	
	margin:4px 8px 15px 12px;
	letter-spacing:normal;
	text-shadow: 1px 1px 1px #888;
	background: url(../img/common/arrow.gif) no-repeat 0px 0.5em;
	padding:0 0 0 10px;
}


#sub-nav a { 
	text-decoration: none;
	color:#000;	
} 

#sub-nav a:link {
	color:#000;
	text-decoration: none;
}

#sub-nav a:hover {
	color: #ff0000;
	text-decoration: underline;
	text-shadow: none;	
}

#sub-nav a:active {
	color:#ff0000;
	text-decoration: underline;
}



#banner {
	width:173px;
	margin:20px auto;
	background: url(../img/common/banner_o.jpg) no-repeat;
}

#banner a{display:block; }
#banner a:hover {background-color:transparent; }
#banner a:hover img {visibility:hidden; }


/*	home
-----------------*/
#home .right {
	width:249px;
	margin:-20px 15px 0 15px;
	_margin:-20px 8px 0 8px;	
}

#home .right img{
	margin:0 0 15px 0;
}

#home #content-01 p {
	padding:11px 25px 0;
}

#home #content-01 ul {
	padding:11px 25px 0;
}

#home #content-01 li {
	font-size:13px;
	line-height:160%;
	text-align:left;		
}

.bell-01 {
	font-size:100%;
	line-height:160%;
	text-align:left;
	background: url(../img/common/bell.gif) no-repeat 0px 5px;
	padding:0 0 0 18px;		
}

#home h3 {
	font-weight:bold;
	font-size:15px;
	margin:19px 0 0 25px;
	text-shadow: 1px 1px 1px #888;	
}

#home-chronology {
	width:698px;
	margin:10px 0 50px 23px;
	_margin:11px 0 50px 23px;	
}


/*	News&Events
-----------------*/
#events dd{
	padding:20px 0 0 0;
}

#events #chronology li{
	padding:20px 0 0 35px;
	line-height: 15px;
	text-align: left;
	font-size:13px;
}

#events p {
	padding:20px 0 0 20px;
}

#events h2 {
	font-weight: bold;
}

.eventT {
	font-size :16px;
	font-weight: bold;
	padding:10px 0 0 20px;		
}

.eventT2 {
	font-weight: bold;
	padding:10px 0 0 20px;		
}


/*	save
-----------------*/
#img-right-save {
	margin:25px 20px 15px 15px;
	float:right;
}

.box-03 {
	width:953px;
	margin:0 auto 70px;
	padding:20px 0 0 0;
	overflow:hidden;
}


.save {
	padding:17px 25px 5px;
}




/*	project
-----------------*/
#strategy li {
	font-size:100%;
	line-height:160%;
	text-align:left;
}

/*#strategy #sub-nav li {
	line-height:400%;
}*/

#strategy #language li {
	line-height:80%;
	float:right;
	margin:0 7px 0 0;
}

.photo-01 {
	width:173px;
	margin:0 22px 0 0;
	float:left;
}

.photo-01-r {
	width:173px;
	float:left;	
}

.box-01 {
	width:100%;
	float:left;
}

.box-02 {
	width:100%;
	margin:25px 0 0 0;
	clear:both;
	float:left;
}

.img-r-173 {
	width:173px;
	float:right;
	margin:0 0 15px 15px;
}




.enlarge {
	width:100%;
	float:right;
	margin:-12px 0 5px 0;
	_margin:0 0 5px 0;	
}

.enlarge img {
	float:right;	
}







#strategy #main {
	width:775px;
	float:left;
	margin:12px 15px 0 16px;
	_margin:12px 7px 0 16px;
	background: url(../img/contents/img_3_2_1.jpg) no-repeat 0px 0px;	
	background-color: #dfdfdf;	
}

#strategy #main ul {
	width:590px;
	margin:0 0 70px 0;
}

#strategy #main li {
	margin:25px 0 0 0;
	font-size:13px;
	line-height:160%;
	text-align:left;
	background: url(../img/common/bell.gif) no-repeat 10px 5px;
	padding:0 0 0 28px;		
}




 

#project #main {
	width:775px;
	float:left;
	margin:12px 15px 0 16px;
	_margin:12px 7px 0 16px;
}

#project #main ol {
	margin:0 0 70px 30px;
}

#project #main li {
	margin:20px 0 0 0;
	font-weight:bold;
	font-size:13px;
	line-height:160%;
	text-align:left;
}

#project .caption {
	font-size:11px;
	text-align:center;
	margin:3px 0 30px;
	line-height:100%;
}


/*	donation
-----------------*/

#donation #content-01 p {
	width:660px;
	padding:20px 25px 0;
}

.donation-01 {
	padding:25px 0 0 25px;
}

.donation-01 li, .donation-02 li, .donation-03 li {
	font-size:13px;
	line-height:160%;
	text-align:left;		
}

.donation-02 {
	margin:40px 0 0 -500px;
}

.donation-02 li {
	display:inline;
	margin:0 0 0 50px;
	font-weight:bold;
}

.donation-03 {
	width:475px;
	padding:10px 10px 10px 15px;
	margin:40px 0 0 20px;
	border:1px #d7d7d7 solid;
}

#box-04 {
	background: url(../img/contents/img_4_1.jpg) no-repeat 365px top;
	
	min-height: 500px;
    height: auto !important;
    height: 500px;
	z-index: 1;
}


/*	heritage
-----------------*/
#heritage {
	margin:0 auto 70px;
	text-align:left;
}

#heritage ul {
	margin:25px 0;
}

#heritage p, #heritage li, .box-02 p {
	font-size:100%;
	line-height:160%;
	text-align:left;
	margin:0 0 15px 0;	
}

#heritage .caption {
	font-size:11px;
	text-align:center;
	margin:3px 0 30px;
	line-height:100%;
}


/*	background
-----------------*/
#chronology {
	margin:20px auto 70px;
}


#chronology dt {
	margin:23px 0 0 25px;
}

#chronology dd {
	margin:0 20px 0 25px;	
}

#chronology .img-right {
	margin:	0 20px 0 15px;
}

#chronology .img-right p {
	font-size:11px;
	text-align:center;
	margin:3px 0 35px 0;
	line-height:100%;
	padding:0;
}


/*	contact
-----------------*/


#about{
	margin:20px 40px 60px 40px;
}

#about h3{
	margin:20px 0 15px 0;
	font-weight:bold;
}

#about dt {
	font-weight:bold;
	float: left;
	margin: 0 0 0;
	width: 10em;
	float:left;
}

#about dd {
	margin:0 0 1em 7.5em;	
}


#map {
	border:1px #b7b7b7 solid;
	margin:20px 0 0 100px;
}


/*	error
-----------------*/

#error #content-01 p {
	padding:35px 0 0 25px;
	line-height:100%;
}


/*	font
-----------------*/

.f80 {
	font-size: 70%;
}

.red {
	color: #c00;
}

.gray {
	color: #999;
}

.green {
	color: #00cc00;
	text-shadow: 1px 1px 1px #999;	
	
}

.blue {
	color: #3333ff;
	text-shadow: 1px 1px 1px #999;	
	
}


.logo_fadein{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 524px;
}







