/* CSS Document */


/*▼共通ヘッダー　----------------------------------------------*/

div#header {
	width: 760px;
}


/* 機能メニュー */
div#header div#funcnavi {
	clear: none;
	float: right;
	width: 200px;
	height: 20px;
	text-align: right;
	padding: 8px 10px;
	padding-top: 12px;
	overflow: hidden;
	font-size: 85%;
}

div#funcnavi span{
 	padding: 2px 4px;
 }
 
#p_sitemap div#funcnavi span{
	background-color: #EEE;
	color: #000;
}

/*　共通メニュー　*/
div#menulist {
	width: 760px;
	height: 45px;
	background:url(img/m_bgimg.gif) no-repeat;
}


div#menulist ul{
	width: 720px;
	margin: 0 auto;
}

div#menulist ul li, div#menulist ul li a {
	width: 120px;
	height: 30px;
	display: block;
	overflow: hidden;
	
}

div#menulist ul li {
	float: left;
	margin: 5px 0px;
}


div#menulist ul li span {
	display: block;
	padding-top: 30px;
}

#m_home {
	background: url(img/m_home.gif) no-repeat;
}

#home #m_home, #p_greeting #m_greeting,  #p_forum #m_forum, #p_application #m_application, #p_archive #m_archive, #p_access #m_access {
	background-position: 0 -30px;
}

#m_greeting {
	background: url(img/m_greeting.gif) no-repeat;
}

#m_forum {
	background: url(img/m_forum.gif) no-repeat;
}

#m_application {
	background: url(img/m_application.gif) no-repeat;
}

#m_access {
	background: url(img/m_access.gif) no-repeat;
}

#m_archive {
	background: url(img/m_archive.gif) no-repeat;
}

/*▲共通ヘッダー　----------------------------------------------*/


/*▼共通フッター------------------------------------------------*/

div#footer {
	clear:both;
	width: 720px;
	padding: 20px;
	padding-top: 0;
	font-size: 0.8em;
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
	text-align: center;
	background:url(img/common_footer_bg.gif) no-repeat bottom;
}


/*　区切りドット線　*/
hr.line {
	clear: both;
	display:block;
	width:100%;
	height:1px;
	padding-top: 7px;
	border:  1px dotted #FFF;
	border-bottom: 1px dotted #CCC;
}

/*▲共通フッター------------------------------------------------*/


/*▼トップページ以外の共通部分--------------------------------- */



/*▲トップページ以外の共通部分--------------------------------- */


/*▼トップページ用----------------------------------------------*/

/*　トップページ上部のイメージ部分　*/

div#btn_regist{
	position: absolute;
	display: block;
	right: 28px;
	top: 166px;
}


/*　メインブロック-----------　*/
div#main {
	width: 700px;
	background:url(img/common_base_bg.gif) repeat-y;
	padding: 30px;
	padding-bottom: 0;
	line-height: 1.5;
}

div#main h2 {
	margin-bottom: 10px;
}

div#main div#transition {
	font-size: 0.9em;
	margin-bottom: 10px;
	text-indent: 10px;	
}


div#main p {
	text-indent: 1em;
}

div#main h3, p.leadcopy, div#main h4 {
	font-weight: bold;
	color: #036;
}

p.leadcopy {
	margin-bottom: 2em;
}

div#main h3, div#main h4 {
	margin-bottom: 0.5em;
}



strong {
	font-weight: normal;
	color: #C00;
}



/*　メイン部分内容格納ブロック　*/

div.cont {
	width:700px;
	clear:both;
	padding-bottom:2em;
}

div.contmulti {
	width:335px;
	padding-bottom:2em;
}

body#p_sitemap div#main h2 {
	font-size: 1.1em;
	background-color: #F3F3F3;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 0.2em 5px;

}

body#p_sitemap div.contmulti ul{
	list-style-type: circle;
	margin-left: 20px;
	color: #999;
	margin-bottom: 1.5em;
}

body#p_sitemap div.contmulti ul span{
	color: #000;
}

div.contbox {
	clear:both;
	padding: 20px;
	border: 1px solid #DDD;
}

div.cont p{
	margin-bottom: 1em;
}

.leftobj {
	float: left;
	margin-right: 15px;
}

.rightobj {
	float: right;
	margin-left: 15px;
}

span.caption{
	font-size: 0.8em;
	display: block;
}


/* 新着情報ほか */

dl.datelist{
	padding: 0.7em 1em;
	border: 1px solid #DDD;
}

dl.datelist dt {
	font-weight: bold;
	font-size: 90%;
	color:#633;
}

dl.datelist dd {
	margin-left: 1em;
}

/* 開催挨拶 */
dl.grname{
	font-weight: bold;
	float: right; 
}

dl.grname dd{
	font-size: 110%;
}

/*　フォーラム概要　*/
div.borderframe {
	clear:both;
	padding: 15px;
	background-image:url(img/common_borderbg.gif);
	border:#DDD solid 1px;
	width: 668px;
	margin-bottom:1.5em;
}

div.borderframe table td{
	line-height: 1.5;
}

div.borderframe table td small{
	display: block;
	line-height: 1.2;
}

div#overview table,
div#program table {
	width: 100%;
	border-collapse:collapse;
}

div#overview th, div#overview td,
div#program th, div#program td {
	padding: 0.5em;
}

div#overview th,
div#program th {
	font-size: 0.9em;
	font-weight: bold;
	background-color:#EEE;
}

div#overview th {
	width: 5.5em;
}

div#overview td {
	line-height: 140%;
}

div#overview td span.caption{
	line-height: 120%;
}

dl.continfo{
	margin-bottom: 1.5em;
}

dl.continfo dt {
	font-weight: bold;
}

dl.continfo dd {
	margin: 0.3em auto;
	line-height: 150%;
}

dl.continfo dd span {
	font-weight: bold;
	font-size: 1.2em;
}

table.abstract ul{
	margin-top: 1em;
}

/* 過去の展示 */
body#p_archive dl.archlist{
	padding: 0 10px;
	border-bottom: 1px dotted #CCC;
	margin-top: 1em;
}

body#p_archive dl.archlist dt.fname {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #900;
}

body#p_archive dl.archlist dd {
	margin-left: 0;
}

body#p_archive dl.archlist dd img{
	float:left;
	margin-right: 15px;
	display: blockl;
}

body#p_archive dl.archlist dl{
	width: 300px;
	line-height: 125%;
	float: left;
	margin-right: 0;
}

body#p_archive dl.archlist dl dt{
	font-weight: bold;
	width: 5em;
	float: left;
	margin-bottom: 0.5em;
	color: #666;
}

body#p_archive dl.archlist dl dd{
	padding-left: 5em;
	margin-bottom: 0.5em;
}


div.cont ul{
	list-style-type: circle;
	margin-left: 20px;
}

body#p_archive dl.archlist dl dd ul li{
	margin-bottom: 0.3em;
}

li.external{
	list-style-image:url(img/icon_newin.gif);
}

body#p_archive dl.archlist dd p.intro{
	float: left;
	width: 280px;
	line-height: 130%;
	text-indent: 0;
	margin-right: 0;
	padding-left: 20px;
}

/* 会場アクセス */

dl.routeguide{
	margin-bottom: 1.5em;
}

dl.routeguide dt{
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

dl.routeguide dd{
	margin-bottom: 0.5em;
	margin-left: 1em;
}

div#map{
	margin-bottom: 5px;
}

div#map_info{
	width: 300px;
}

div#map_info ul{
	margin-top: 0.5em;
}

div#route{
	font-size: 0.8em;
	overflow: auto;
	width: 390px;
	height: 200px;
}