@charset "utf-8";

/* Table Of Contents
----------------------------------------

# sidebarLeft
# content
# sidebarRight

----------------------------------------*/

div#pageBody {
/*	background: #FFF url(../../common/images/bg_pagebodyinner_cont.gif) 20px 20px repeat-y;
*/	margin: 0 auto 5px;
	padding: 20px 0 0;
	width: 1000px;
}

div.menu ul li.program a {
	background:url(../../common/images/gnav_btn03_c.png) no-repeat;
}
div.menu ul li.program a img {
	filter:alpha(opacity=0);
	opacity: 0;
}

/* # content
---------------------------------------------------------------------------- */
div#content {
  float: right;
  text-align: left;
  width: 785px;
}

div#content div.photoDiscription {
	border-bottom: #CCC 1px dashed;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

div#content div.photoDiscription p.img {
	float: left;
	margin: 0 20px 0 0;
	width: auto;
}

div#content div.photoDiscription p.img img {
	width: 80px;
}

div#content div.photoDiscription dl.committeeList dt {
	font-weight: bold;
}

div#content h2.pageTitle, div#content h2.title {
  background: #ee7743;
}

div#content h2.pageTitle {
/*  background: #0c77ae;*/
  color: #FFF;
  font-size: 200%;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin: 0 0 15px;
  padding: 0 0 0 15px;
/*  vertical-align: central;*/
}

div#content h2.title {
/*  background: #2EA7E0;*/
  color: #FFF;
  font-size: 120%;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
/*  vertical-align: central;*/
}

div#content h2.title02 {
    color: #fff;
    background: #ff9016;
    font-size: 32px;
    font-weight: bold;
    height: auto;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 20px;
}

div.section {
	background: #FFF;
  clear: both;
}

.titTxt01{
	margin-bottom: 10px;
	font-size: 14px;
}

div#footer {
  padding-bottom: 13px;
}