@charset "UTF-8";

/*****************************
	common.css
	共通設定
*****************************/

/*  外枠
-------------------------- */
#academicInfo{
	width:920px;
	margin:5px 0 0 0;
}
#academicInfo h2{
	background:url(../img/academicInfo/academicInfoTitle.jpg) no-repeat;
	width:920px;
	height:100px;
	margin:0 0 10px 0;
	text-indent:-9999px;
}

#academicInfo p.intro {
	margin: 0 10px 15px 10px;
}

/* テーブル */
table th{
	text-align:center;
}
table.annualReport th{
	width: 120px;
}
table.annualReport th,
table.annualReport td{
	padding: 10px 45px;
}
table th.day{
	width:120px;
	font-weight:normal;
	text-align:left;
}
table td.author{
	background:#f5f5f5;
	width:90px;
	color:#0a5f3d;
}
table td.author2{
	background:#f5f5f5;
	color:#0a5f3d;
}
table td.author a{
	color:#0a5f3d;
}
table td.author a:hover{
	color:#999;
	text-decoration:none;
}
table td.authorRight{
	width:130px;
	text-align:left;
}
table td.writing{
	padding:5px;
	text-align:left;
}/*
table td.date{
	font-size:0.8em;
}*/
table td.pdf{
	background:url(../img/academicInfo/pdf.jpg) left center no-repeat;
	width:90px;
	height:21px;
	padding:0 0 0 25px;
	text-align:left;
}
table td.pdfBig{
	background:url(../img/academicInfo/pdf.jpg) 5px center no-repeat;
	min-height:21px;
	padding:0 0 0 30px;
	text-align:left;
}
table.annualReport td.pdfBig{
	background:url(../img/academicInfo/pdf.jpg) 18px center no-repeat;
	padding:0 0 0 44px;
}
table.annualReport td.pdfNon{
	padding: 0 0 0 18px;
	font-size: 13px;
}
table td.noImage{
	background: none;
}
table td.leftLine{
	text-align:left;
}
table th .small{
	color:#0a5f3d;
	font-size:10px;
}
table td .small{
	color:#666;
	font-size:10px;
}

/* リンク */
a.noLine{
	color:#666;
	text-decoration:none;
}
a.noLine:hover{
	color:#999;
	text-decoration:underline;
}

/* 経済学部・研究叢書 */
#cerText{
	/*background:url(../img/academicInfo/cerImage.jpg) top right no-repeat;*/
	width:650px;
	margin: 0 0 20px 10px;
}
#cerText p.cerTxtL{
	float: left;
	width:450px;
}
#cerText p.cerTxtR{
	float: right;
	width:150px;
}
#cerText p.cerTxtR:after{
	clear: both;
}


/* ページ内リンク */
#pageMenu{
	clear: both;
	/*background:#fff5cc;*/
	background: none;
	margin:5px 10px;
	text-align:left;
}
#pageMenu ul:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#pageMenu li{
	float:left;
}
#pageMenu li span{
	font-size: xx-small;
}
#pageMenu li a{
	display:block;
	width:210px;
	margin: 0;
	padding:0;
	color:#d77a37;
	text-decoration:none;
}
.menu01 li.menu01,
.menu02 li.menu02,
.menu03 li.menu03,
.menu04 li.menu04,
.menu05 li.menu05,
.menu06 li.menu06,
.menu07 li.menu07,
.menu08 li.menu08,
.menu09 li.menu09,
.menu10 li.menu10{
	display:block;
	background:#ffcc66;
	width:210px;
	margin: 0;
	padding:0;
	color:#fff;
	text-decoration:none;
}
#pageMenu li a:hover{
	background:#ffcc66;
	color:#fff;
	text-decoration:none;
}

/* 経済研究所・年次報告書 */
ul.annualList {
	width: 650px;
	margin: 0 0 0 10px;
}
ul.annualList li {
	float: left;
	margin: 0 0 5px 10px;
	white-space:nowrap
}
ul.annualList li a:hover {
	text-decoration: none;
}

/*セミナー*/
table th.day span.seminarDate {
	display: block;
	margin: 0 0 5px 0;
	font-size: xx-small;
	color: #666666;
}

.seminar .author2{
	width:150px;
}
table{
	margin:0 10px 10px 10px!important;
}
.pageTop{
	clear:both;
}
