@charset "UTF-8";

/*****************************
	top.css
	経済研究所トップ設定
*****************************/

/*  外枠
-------------------------- */
#pageLink a {
	font-size: 1.1em;
}
#content.top{
	margin:10px auto;
	padding:10px 0;
}
#content #topContent{
	background:#fff;
	width:930px;
	margin:0 auto;
}
#content #topContent:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#image{
	position:relative;
	background:#fff url(../../img/instituteEconomics/top/photo.jpg) left no-repeat;
	width:920px;
	height:200px;
	margin:0 5px;
	padding:5px 0;
}
#image p{
	width:480px;
	color:#333;
	text-align:left;
}
#image #imgTitle{
	position:absolute;
	top:25px;
	left:405px;
	background:url(/research_2/cuie/img/instituteEconomics/top/topTitle.jpg);
	width:490px;
	height:25px;
	text-indent:-9999px;
}
#image #text1{
	position:absolute;
	top:65px;
	left:420px;
}
#image #text2{
	position:absolute;
	top:105px;
	left:420px;
}
#topic{
	position:relative;
	float:left;
	width:450px;
	width: 670px;
	margin:10px 0 10px 5px;
}
#topic #topicTitle{
	background:url(/research_2/cuie/img/instituteEconomics/top/topTopic.jpg);
	width:450px;
	width: 670px;
	height:31px;
	text-indent:-9999px;
}
#topic #topicList a{
	position:absolute;
	top:4px;
	right:4px;
	display:block;
	background:url(/research_2/cuie/img/instituteEconomics/top/topicList.png);
	width:55px;
	height:22px;
	text-indent:-9999px;
}
#topic #topicContent{
	background:#fff;
	width: 668px;
	height: 300px;
	padding:5px 0 0 0;
	border:1px solid #dfdfdf;
	border-top:none;
}

#topic .topicLeft {
	float: left;
	width: 340px;
	border-right:1px solid #dfdfdf;
}
#topic .topicRight {
	float: left;
	width: 325px;
}
#topic .topicLeft div,
#topic .topicRight div{
	height: 300px;
	overflow: auto;
}
#topic .topicLeft dl,
#topic .topicRight dl {
	margin: 0 0 0 5px;
}
#topic .topicLeft dl p,
#topic .topicRight dl p {
	padding: 5px 0 5px 0;
    font-size: 1em;
    text-align: left;
}
#topic .topicLeft dl li,
#topic .topicRight dl li {
    font-size: 0.9em;
}
#topic .topicLeft div p.season_mds,
#topic .topicRight div p.season_mds {
	/*width: 320px;*/
	height: 20px;
	margin: 5px 0 0 8px;
	line-height: 1.5;
	text-align: left;
}

#topic .topicLeft div p.backnum{
	width: 323px;
	margin-top: 20px;
	text-align: right;
	font-size: 1.1em;
}
#topic .topicRight div p.backnum{
	width: 320px;
	margin-top: 20px;
	text-align: right;
	font-size: 1.1em;
}

#topic .topicRight div.tblsmn{
	margin: 0 0 0 10px;
}



#topic dl:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#topic dt{
	float:left;
	width:80px;
	margin:0 0 0 0;
	padding:3px;
	color:#1f9263;
	font-size:1.1em;
}
#topic dd{
	padding:3px 3px 3px 100px;
	color:666;
	font-size:1.1em;
	text-align:left;
}
#topic dt+dd{
	/*
	border-top:1px dashed #ccc;
	*/
}
.tbl dl:first-child dd{
	border:none!important;
}
#topic dd.dtNon{
	margin:-5px 0 0 0;
	padding:0 3px 5px 90px!important;
}
#topic dd a{
	color:#666;
}
#topic dd a:hover{
	color:#999;
	text-decoration:none;
}
#topic dd:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#topic dd img{
	float:left;
}
#topic dd p{
	padding:0 0 0 30px;
}
#topContent #banner{
	float:right;
	width:235px;
	margin:10px 5px;
}
#topContent #banner ul{
	margin:0 0;
}
#topContent #banner ul li{
	float:left;
	width:225px;
	height:48px;
	text-indent:-9999px;
}
#topContent #banner ul li a{
	display:block;
	width:225px;
	height:40px;
}
#topContent #banner ul li#member a{
	background:url(/research_2/cuie/img/instituteEconomics/top/member.png);
}
#topContent #banner ul li#member,
#topContent #banner ul li#member a:hover{
	background:url(/research_2/cuie/img/instituteEconomics/top/member.png) no-repeat left -40px;
}
#topContent #banner ul li#project a{
	background:url(/research_2/cuie/img/instituteEconomics/top/project.png) no-repeat left top;
}
#topContent #banner ul li#project,
#topContent #banner ul li#project a:hover{
	background:url(/research_2/cuie/img/instituteEconomics/top/project.png) no-repeat left -40px;
}
#topContent #banner ul li#discussion a{
	background:url(/research_2/cuie/img/instituteEconomics/top/discussion.png) no-repeat left top;
}
#topContent #banner ul li#discussion,
#topContent #banner ul li#discussion a:hover{
	background:url(/research_2/cuie/img/instituteEconomics/top/discussion.png) no-repeat left -40px;
}
#topContent #banner ul li#project_series a{
	background:url(/research_2/cuie/img/instituteEconomics/top/project_series.png) no-repeat left top;
}
#topContent #banner ul li#project_series,
#topContent #banner ul li#project_series a:hover{
	background:url(/research_2/cuie/img/instituteEconomics/top/project_series.png) no-repeat left -40px;
}
#topContent #banner ul li#seminar a{
	background:url(/research_2/cuie/img/instituteEconomics/top/seminar.png) no-repeat left top;
}
#topContent #banner ul li#seminar,
#topContent #banner ul li#seminar a:hover{
	background:url(/research_2/cuie/img/instituteEconomics/top/seminar.png) no-repeat left -40px;
}
#topContent #banner ul li#seminar_yagoto a{
	background:url(/research_2/cuie/img/instituteEconomics/top/yagoto.png) no-repeat left top;
}
#topContent #banner ul li#seminar_yagoto,
#topContent #banner ul li#seminar_yagoto a:hover{
	background:url(/research_2/cuie/img/instituteEconomics/top/yagoto.png) no-repeat left -40px;
}
#topContent #banner ul li#report a{
	background:url(/research_2/cuie/img/instituteEconomics/top/report.png) no-repeat left top;
}
#topContent #banner ul li#report,
#topContent #banner ul li#report a:hover{
	background:url(/research_2/cuie/img/instituteEconomics/top/report.png) no-repeat left -40px;
}
