﻿@charset "UTF-8";
/* CSS Document */

div#header h1 {
	background-image: url(../IMAGES/title.gif);
}

#index_left {
	float: left;
	line-height: 1.8em;
}

#index_left h3 {
	margin-top: 40px;
}

#index_left h4 {
	margin: 0 0 0 0;
}

.column_left {
	width: 320px;
}

	.column_left dl {
		margin: 0;
	}
	
	.column_left dt {
		float: left;
		width: 8em;
	}


.column_right {
	width: 420px;
}

	.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);
	}


/*
====== NEWS ================================
*/

.news-box {
	width: 770px;
	text-align: justify;
	text-justify: inter-ideograph;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 1.8em;
	clear: both;
}

.news-box-bordernone {
	width: 770px;
	clear: both;
}

.news-box img {
	float: right;
	margin: 45px 0 0 20px;
}

.news-text {
}

.drama-box {
	width: 29%;
	padding-right: 30px;
	padding-bottom: 20px;
	float: left;
	text-align: left;
}

.drama-text-ex {
	font-size: 0.7em;
}

.drama-box ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
====== clearfix ================================
*/


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

.clearfix{
   display:inline-block;
   min-height:1%;  /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac ¥*/
*html .clearfix{height: 1%;}
.clearfix{display: block;}
/* for ie5,6*/