﻿@charset "UTF-8";
/* CSS Document */

div#header h1 {
	background-image: url(../IMAGES/title.gif);
}

#index_left {
	float: left;
	width: 540px;
	line-height: 2.4em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#index_left h3 {
	margin-top: 40px;
}

#index_left h4 {
	margin: 40px 0 20px;
}

.column_left {
	width: 340px;
}

	.column_left dl {
		margin: 0;
	}
	
	.column_left dt {
		float: left;
		width: 8em;
	}


.column_right {
	width: 400px;
}

	.column_right table {
		margin-bottom: 0.8em;
	}

.toMap {
	text-align: right;
	border-left: none;
}

.column_right.network {
	width: 380px;
}



/*
========= ACCORDION ===========================================================
*/
dl.accordion {
	border-bottom: 1px solid #fff;
}

dl.accordion dd {
	display: none;
}

dl.accordion, dl.accordion dl, dl.accordion dt, dl.accordion dd {
	margin: 0;
}
	
	dl.accordion dt {
		padding: 0.4em 0.4em 0.4em 1.6em;
		cursor: pointer;
		
		color: #fff;
		background: #696cb1 url(../IMAGES/arrow_close_white.png) 0.5em 0.8em no-repeat;
	}
	
	dl.accordion dt.active {
		background-color: #787CCB;
	}
	
	dl.accordion dt.open {
		background-image: url(../IMAGES/arrow_open_white.png);
	}
	
		dl.accordion dl dt {
			color: #333;
			background: #e1e2ef url(../IMAGES/arrow_close_gray.png) 0.5em 0.8em no-repeat;
		}
		
		dl.accordion dl dt.active {
			background-color: #ECEDFB;
		}
		
		dl.accordion dl dt.open {
			background-image: url(../IMAGES/arrow_open_gray.png);
		}
		
			dl.accordion dl ul {
				margin: 0.5em 0.3em;
			}
			
			dl.accordion dl ul li {
				list-style: none;
			}
	
	dl#asia.accordion>dt {
		background: #885F9B url(../IMAGES/arrow_close_white_asia.png) 0.5em 0.8em no-repeat;
	}
	
	dl#asia.accordion>dt.active {
		background-color: #9B78B5;
	}
	
	dl#asia.accordion>dt.open {
		background-image: url(../IMAGES/arrow_open_white_asia.png);
	}

/*
====== IE6用 ================================
*/

*html dl.accordion dt {
	background-image: url(../IMAGES/arrow_close_white.gif);
}

*html dl.accordion dt.active {
	background-image: url(../IMAGES/arrow_close_white_active.gif);
}

*html dl.accordion dt.open {
	background-image: url(../IMAGES/arrow_open_white.gif);
}

*html dl.accordion dt#open.active {
	background-image: url(../IMAGES/arrow_open_white_active.gif);
}
	
	*html dl.accordion dl dt {
		background-image: url(../IMAGES/arrow_close_gray.gif);
	}
	
	*html dl.accordion dl dt.active {
		background-image: url(../IMAGES/arrow_close_gray_active.gif);
	}
	
	*html dl.accordion dl dt.open {
		background-image: url(../IMAGES/arrow_open_gray.gif);
	}
	
	*html dl.accordion dl dt#open.active {
		background-image: url(../IMAGES/arrow_open_gray_active.gif);
	}
	
	
*html dl#asia.accordion dt {
	background-color: #885F9B;
	background-image: url(../IMAGES/arrow_close_white_asia.gif);
}

*html dl#asia.accordion dt.active {
	background-color: #9B78B5;
	background-image: url(../IMAGES/arrow_close_white_active_asia.gif);
}

*html dl#asia.accordion dt.open {
	background-image: url(../IMAGES/arrow_open_white_asia.gif);
}

*html dl#asia.accordion dt#open.active {
	background-image: url(../IMAGES/arrow_open_white_active_asia.gif);
}

	*html dl#asia.accordion dl dt {
		background-color: #e1e2ef;
		background-image: url(../IMAGES/arrow_close_gray.gif);
	}
	
	*html dl#asia.accordion dl dt.active {
		background-color: #ECEDFB;
		background-image: url(../IMAGES/arrow_close_gray_active.gif);
	}
	
	*html dl#asia.accordion dl dt.open {
		background-image: url(../IMAGES/arrow_open_gray.gif);
	}
	
	*html dl#asia.accordion dl dt#open.active {
		background-image: url(../IMAGES/arrow_open_gray_active.gif);
	}

/*
====== ORGANIZATION ================================
*/

.box-organization img {
	margin: 0 100px;
	text-align: center;
}

/*
====== MESSAGE ================================
*/

.President {
	margin-top: 10px;
}
