@charset "UTF-8";

/*****************************
	instituteEconomics.css
	経済研究所共通設定
*****************************/

/*  外枠
-------------------------- */
#wrapper{
	width:100%;
	margin:0 auto;
}

/*  ヘッダー
-------------------------- */
#header{
	background:url(/research_2/cuie/img/en/head/headBack02.png) center no-repeat;
	width:100%;
	height:60px;
}
#header .line{
	position:relative;
	width:950px;
	height:65px;
	margin:0 auto;
	padding:3px 0 0 0;
}
#header h1 a{
	position:absolute;
	left:0;
	top:15px;
	background:url(/research_2/cuie/img/en/head/logo.gif);
	width:394px;
	height:28px;
	display:block;
	text-indent:-9999px;
}

#header #headInnerMenu{
	/*background:url(/research_2/cuie/img/en/head/headBackInner.gif);*/
	position:absolute;
	right:0;
	top:0;
	width:522px;
	height:65px;
}
#header #headInnerMenu .line{
	position:relative;
	width:466px;
	height:65px;
	margin:0 0 0 auto;
}
#header #headInnerMenu #headHome a{
	position: absolute;
    top: 18px;
    left: 0px;
    display: block;
	width: 148px;
    height: 22px;
    text-indent: -9999px;
	background:url(/research_2/cuie/img/en/head/cu_home.png) 0 0;
}
#header #headInnerMenu #headHome a:hover{
	background:url(/research_2/cuie/img/en/head/cu_home.png) 0 -22px;
}
#header #headInnerMenu #headSearch{
	position:absolute;
	top:17px;
	right:100px;
}
#header #headInnerMenu #headSearch input[type="text"]{
	width:157px;
	height:22px;
}
#header #headInnerMenu #headJapanese  a{
	position: absolute;
    top: 18px;
    left: 380px;
    display: block;
	width: 84px;
    height: 22px;
    text-indent: -9999px;
	background:url(/research_2/cuie/img/en/head/japanese.png) 0 0;
}
#header #headInnerMenu #headJapanese a:hover{
	background:url(/research_2/cuie/img/en/head/japanese.png) 0 -22px;
}
#header #headInnerMenu #index a{
	position:absolute;
	top: 18px;
    left: -75px;
	display:block;
	width:70px;
	height:22px;
	text-indent:-9999px;
	background:url(/research_2/cuie/img/en/head/home.png) no-repeat;
}
#header #headInnerMenu #index a:hover{
	background:url(/research_2/cuie/img/en/head/home.png) 0 -22px;
}


/*  メニュー
-------------------------- */
#headMenu{
	background:url(/research_2/cuie/img/en/head/menu/menuBack.png);
	width:100%;
	height:44px;
}
#headMenu .line{
	width:950px;
	height:44px;
	margin:0 auto;
}
#headMenu ul:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#headMenu li{
	float:left;
	position:relative;
}
#headMenu li a{
	display:block;
	text-indent:-9999px;
	height:44px;
}
#headMenu #headMenu01 a{
	background:url(/research_2/cuie/img/en/head/menu/news.png) 0 0;
	width:115px;
}
#headMenu #headMenu01 a:hover{
	background:url(/research_2/cuie/img/en/head/menu/news.png) 0 -44px;
}
#headMenu #headMenu02 a{
	background:url(/research_2/cuie/img/en/head/menu/member.png) 0 0;
	width:135px;
}
#headMenu #headMenu02 a:hover{
	background:url(/research_2/cuie/img/en/head/menu/member.png) 0 -44px;
}
#headMenu #headMenu03 a{
	background:url(/research_2/cuie/img/en/head/menu/research.png) 0 0;
	width:215px;
}
#headMenu #headMenu03 a:hover{
	background:url(/research_2/cuie/img/en/head/menu/research.png) 0 -44px;
}
#headMenu #headMenu04 a{
	background:url(/research_2/cuie/img/en/head/menu/discussion.png) 0 0;
	width:225px;
}
#headMenu #headMenu04 a:hover{
	background:url(/research_2/cuie/img/en/head/menu/discussion.png) 0 -44px;
}
#headMenu #headMenu05 a{
	background:url(/research_2/cuie/img/en/head/menu/seminar.png) 0 0;
	width:260px;
}
#headMenu #headMenu05 a:hover{
	background:url(/research_2/cuie/img/en/head/menu/seminar.png) 0 -44px;
}

#headMenu #headMenu05 ul{
	display: none;
	position:absolute;
	top:44px;
	left:0px;
	z-index:10;
}
#headMenu #headMenu05 ul li{
	height: 44px;
}
#headMenu #headMenu05 ul li#cuieSeminars a{
	background:url(/research_2/cuie/img/en/head/menu/cuie_seminars.png) 0 0;
	width:260px;
}
#headMenu #headMenu05 ul li#cuieSeminars a:hover{
	background:url(/research_2/cuie/img/en/head/menu/cuie_seminars.png) 0 -44px;
}
#headMenu #headMenu05 ul #yagotoSeminars a{
	background:url(/research_2/cuie/img/en/head/menu/yagoto_seminars.png) 0 0;
	width:260px;
}
#headMenu #headMenu05 ul #yagotoSeminars a:hover{
	background:url(/research_2/cuie/img/en/head/menu/yagoto_seminars.png) 0 -44px;
}



/*  フッター
-------------------------- */
#footer{
	width:100%;
}
#footer .line{
	width:950px;
	margin:0 auto;
}

/* フッターコンテンツ(切り替わるところ) */
#footer #footContents{
	background:#ffffff;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	width:100%;
	height:90px;
}
#footer #footContents .line:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#footer #footContents #footLeft{
	float:left;
	width:200px;
}
#footer #footContents #footLeft #footInfo {
	margin: 0 0 0 5px;
	padding: 12px 0 0 0;
}
#footer #footContents #footLogo a{
	display:block;
	width: 240px;
	background:url(/research_2/cuie/img/en/foot/logo.png) 0 0 no-repeat;
	margin: 5px auto;
	padding: 20px 0 20px 0;
	text-indent:-9999px;
}
#footer #footContents #footLeft li{
	background:url(/research_2/cuie/img/en/foot/icon.gif) 3px 3px no-repeat;
}
#footer #footContents #footLeft li a{
	color:#1f9263;
}
#footer #footContents #footAddress {
    float: left;
    padding: 24px 0 0 80px;
}
#footer #footContents #footAddress p {
    text-align: left;
    color: #333333;
    font-size: 13px;
    letter-spacing: 0.5px;
}



/* コンテンツとコピーライトの間のところ */
#footer #footSub{
	position:relative;
	padding:2px 0 5px 0;
	font-size:0.8em;
	text-align:left;
}
#footer #footSub li{
	display:inline;
	padding:0 1px;
	color:#666;
}
#footer #footSub li a,
#footer #footContents #footRight .float .title a,
#footer #footContents #footRight .float li a{
	color:#666;
	text-decoration:none;
}
#footer #footSub li a:hover,
#footer #footContents #footRight .float .title a:hover,
#footer #footContents #footRight .float li a:hover{
	color:#999;
}
#footer #footSub p{
	position:absolute;
	right:0;
	top:0;
	color:#999;
}
#footer #footContents #footRight .float .title {
	margin-bottom: 3px;
}
#footContent01 .float ul li,
#footContent02 .float ul li,
#footContent03 .float ul li,
#footContent04 .float ul li,
#footContent05 .float ul li,
#footContent06 .float ul li {
	/*margin-bottom: 10px;*/
	padding: 0 0 5px 5px;
	line-height: 1;
}

/* コピーライト
-------------------------- */
#footer #copy{
	background: #1f9263;
	padding:5px;
	color:#fff;
	font-size:0.8em;
}


/*  メインコンテンツ
-------------------------- */
#content{
	width:950px;
	margin:0 auto 10px auto;
	padding:0 0 10px 0;
}
#content #inner{
	background:#fff;
	width:920px;
	margin:0 10px;
	padding:5px;
}
#content #inner:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
/* パンくず */
#crumb{
	text-align:left;
}
#crumb li{
	display:inline;
	padding:0 5px 0 0;
	color:#999;
	font-size:0.8em;
}
#crumb li a{
	color:#999;
}
#crumb li a:hover{
	color:#ccc;
	text-decoration:none;
}
#mainContent{
	float:right;
	width:920px;
	padding:0 0 10px 0;
	color:#666;
}
#mainContent h3.title{
	clear:both;
	background:url(/research_2/cuie/img/en/title.jpg) 0 bottom no-repeat;
	width:920px;
	margin:20px 0 10px 0;
	padding:0 0 5px 0;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}
#mainContent h3.title:first-child{
	margin:0 0 10px 0;
}
#mainContent p,
#mainContent dl{
	text-align:left;
	margin:5px 10px;
}
#mainContent p:first-child{
	margin:5px 0;
}

/* ページ内リンク */
#pageMenu{
	clear: both;
	background:#fff5cc;
	margin:5px 0;
	text-align:left;
}
#pageMenu ul:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#pageMenu li{
	float:left;
}
#pageMenu li a{
	display:block;
	width:170px;
	padding:5px;
	color:#d77a37;
	text-decoration:none;
}
#pageMenu li.select{
	display:block;
	background:#ffcc66;
	width:170px;
	padding:5px;
	color:#fff;
	text-decoration:none;
}
#pageMenu li a:hover{
	background:#ffcc66;
	color:#fff;
	text-decoration:none;
}

/* テーブル */
#mainContent table{
	margin:0 10px;
}
table{
	width:900px;
	margin:0 0 10px 0;
	border-collapse:collapse;
}
table thead td{
	color:#1f9263;
	text-align:left;
}
table th{
	background:#e8f4ef;
	width:70px;
	color:#0a5f3d;
}
table tr:first-child{
	border-top:1px solid #ccc;
}
table tr{
	border-bottom:1px solid #ccc;
}
*:first-child+html table{
	border-top:1px solid #ccc;
}
*:first-child+html th,
*:first-child+html td{
	border-bottom:1px solid #ccc;
}
table th,
table td{
	padding:5px;
	color:#666;
	vertical-align:middle;
	text-align:left;
}
table th{
	background:#efefef;
	width:70px;
	color:#1f9263;
}
table td a{
	color:#666;
}
table td a:hover{
	color:#999;
	text-decoration:none;
}

/* 文字装飾 */
.bold{
	font-weight:bold;
}
h4.mds{
	background:#EFEFEF;
	margin:10px 20px 5px 20px;
	padding:3px 5px 3px 10px;
	color:#1f9263;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
h4.mds + p{
	margin:5px 30px 20px 30px!important;
}
#mainContent h2 a:hover,
#mainContent h3 a:hover,
#mainContent p a:hover,
#mainContent ul li a:hover {
	text-decoration: none;
}

#mainContent .pdfIcon {
	margin:0 3px 0 0;
	padding:4px 0 0 0;
}
#mainContent .pdfIcon + a{
	padding:-2px 0 0 0;;
}
.line-through{
	text-decoration:line-through;
}
.red{
	color:#ff0000!important;
}


/* ページトップへ */
.pageTop:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
.pageTop a{
	display:block;
	float:right;
	width:77px;
	margin:0 20px 20px 0;
	text-indent:-9999px;
}

.pageTop a{
	background:url(/research_2/cuie/img/en/pagetop.gif) no-repeat!important;
	margin:10px 20px 20px 0!important;
}
