@charset "UTF-8";

/*------------------------------------------------------------------------------
	CSS Info.

	local page style
------------------------------------------------------------------------------*/


/* leyout
----------------------------------------------------*/
div#utilityNav {
	width: auto;
}

#top div.new {
	height: 374px;
	overflow: auto;
}

#local #main {
	float: right;
}

#local #sub {
	float: left;
}

#local.topics #main {
	float: left;
}

#local.topics #sub {
	float: right;
}

.colmun1 #sub {
	display: none;
}

.colmun1 #main {
	float: none;
	width: 100%;
}



/* navigation
----------------------------------------------------*/
/* メインメニュー */
#gNav {
	width: 100%;
	height: 45px;
	margin-bottom: 2em;
	background: url(../img/bg_gnavi.jpg) no-repeat;
	position: relative;
	z-index: 10;
}

#gNav ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* サブメニュー1段目 */
#gNav ul ul{
   display:none;
   position:absolute;
   top:100%;
   left:0;
}

/* リスト */
#gNav li {
   float:left;
   height: 45px;
}

#gNav li li {
   clear:both;
   height: auto;
}

#gNav li:hover {
   position:relative;
}

#gNav li:hover > ul {
   display: block
}

/* IE6用 */
* html #gNav li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column1'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html #gNav li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column2'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html #gNav li li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column3'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

#gNav .column1 {position:relative;}
#gNav .column1 ul {display:block;}
#gNav .column1 * ul {display:none;}

#gNav .column2 {position:relative;}
#gNav .column2 ul {display:block;}
#gNav .column2 * ul {display:none;}

#gNav .column3 {position:relative;}
#gNav .column3 ul {display:block;}
#gNav .column3 * ul {display:none;}

/* デザイン */
#gNav li {
   text-align: center;
	vertical-align:middle;
	font-size: 12px;
	width: 128px;
}

div#gNav ul li#gNav01 {
	width: 180px;
}

div#gNav ul li#gNav02 {
	width: 140px;
}

div#gNav ul li#gNav03 {
	width: 270px;
}

#gNav li li {
   text-align: left;
}

#gNav ul li a,
#gNav ul li span {
   display: block;
	padding-left: 0;
	padding-right: 0;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	line-height: 45px;
	background: url(../img/line_gnavi.jpg) no-repeat right;
	text-decoration: none;
}

div#gNav ul li:hover {
	background: url(../img/bg_gnavi_on.jpg) repeat-x;
}

div#gNav ul li ul li a,
div#gNav ul li ul li span {
	display: block;
	color: #333;
	width: 220px;
	padding: 5px 0 5px 20px;
	text-decoration: none;
	border-top: 1px solid #CCC;
	background: url(../img/bg_pulldown.gif) no-repeat left #f5f5f5;
	line-height: 20px;
	text-align: left;
	z-index: 300;
}

div#gNav ul li ul li:hover {
	background: none;
}

div#gNav ul li ul li a:hover {
	background: #006699;
	color: #FFF;
}


/* banner
----------------------------------------------------*/
div#sub div.banner {
	background-color: #fbf6e3;
}



/* submenu
----------------------------------------------------*/
div#submenu {
	background-color: #e2e2e2;
	padding: 10px;
}

div#submenu ul li {
	background: url(../img/share/icon_submenu.gif) no-repeat 0 3px;
	padding-left: 14px;
}

div#submenu ul li a {
	color: #100964;
	font-size: 14px;
}

div#submenu ul li ul li {
	background: url(../img/share/icon_submenu2.gif) no-repeat 0 3px;
	padding-left: 14px;
}

div#submenu ul li ul li a {
	color: #333;
	font-size: 12px;
}




/* table
----------------------------------------------------*/
.section table {
	width: 90%;
	margin: 1em auto;
}

.section table th {
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
}

.section table td {
	padding: 5px;
	vertical-align: top;
}

.section table.noPadding {
	margin: 1em auto;
	width: 100%;
}

.section tabl.noPaddinge th {
	padding: 0;
	font-weight: bold;
	vertical-align: top;
}

.section table td {
	padding: 0;
	vertical-align: top;
}

table.th_gray th {
	background-color: #e2e2e2;
	border: #999 solid 1px;
	text-align: center;
}

table.th_gray td {
	border: #999 solid 1px;
}

table.th_yellow th {
	background-color: #FFC;
	border: #999 solid 1px;
	text-align: center;
}

table.th_yellow td {
	border: #999 solid 1px;
	text-align: center;
	vertical-align: middle;
}

table.border th {
	border: #999 solid 1px;
	text-align: center;
	vertical-align: middle;
}

table.border td {
	border: #999 solid 1px;
	text-align: center;
	vertical-align: middle;
}

table.w100 {
	width: 100%;
}


/* list
----------------------------------------------------*/
ol li ul li {
	list-style-type: none;
}

#local #main ol.roman li {
	list-style-type: upper-roman;
}

#local #main div.section dl {
	margin-bottom: 1em;
}

#local #main div.section dl dt {
	font-weight: bold;
}

#local #main div.section dl dd {
	margin-left: 1em;
}

#local #main div.section dl dd ul,
#local #main div.section dl dd ol {
	margin-left: 1em;
}

ul.disc li ul li {
	margin-bottom: 0;
}


/* text
----------------------------------------------------*/
h2 span {
	font-size: .6em;
	margin-left: 10px;
}

h3#topics {
	background: url(../img/tit_topics.jpg) no-repeat;
	text-indent: -9877em;
	overflow: hidden;
	position: relative;
}

h3#topics span {
	display: block;
	width: 86px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 14px;
}

p.box_or {
	background-color: #FFFFbb;
	padding: 10px;
	margin-bottom: 0;
}

p.box_gr {
	background-color: #CCFFDD;
	padding: 10px;
	margin-bottom: 0;
}

div.border_gr {
	padding: 10px;
	border: #006600 solid 1px;
}

.red {
	color: #F00;
}



/* トピックス
----------------------------------------------------*/
.new dl dd {
	padding-left: 60px;
}

.new dl dd.seminar {
	background: url(../img/top/icon_seminar.gif) no-repeat 0 6px;
}

.new2 dl {
	border-bottom: #c5a452 dashed 1px;
}

.new2 dl dt {
	float: left;
	clear: both;
	width: 110px;
	padding: 5px 0 5px 10px;
	font-weight: bold;
}

.new2 dl dd {
	padding: 5px 5px 5px 60px;
}



/* プログラム
----------------------------------------------------*/
div.section table.program {
	width: 100%;
	border: #666 solid 1px;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

div.section table.program th {
	background-color: #e2e2e2;
	border: #666 solid 1px;
}

div.section table.program td {
	border: #666 solid 1px;
}



/* ECALS辞書
----------------------------------------------------*/
div.ecals {
	background: url(../committee/jigyo/img/ECALS_gaiyou.jpg) no-repeat;
	height: 573px;
	position: relative;
}

div.ecals ul li {
	line-height: 1.4;
	font-size: 12px;
}

div.ecals ul.matrix {
	position: absolute;
	top: 230px;
	left: 85px;
}

div.ecals ul.segment {
	position: absolute;
	top: 375px;
	left: 85px;
}

div.ecals ul.el {
	position: absolute;
	top: 480px;
	left: 85px;
}

#local #main div.section dl dd.noMargin {
	margin: 0;
}
