@charset "UTF-8";

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

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

/*  ヘッダー
-------------------------- */
#header{
	background:url(/research_2/cuie/img/head/headBack.gif) center no-repeat;
	width:100%;
	height:68px;
}
#header .line{
	position:relative;
	width:950px;
	height:65px;
	margin:0 auto;
	padding:3px 0 0 0;
}
#header h1 a{
	position:absolute;
	left:0;
	top:3px;
	display:block;
	background:url(/research_2/cuie/img/head/logo.gif);
	width:319px;
	height:65px;
	text-indent:-9999px;
}
#header #headInnerMenu{
	position:absolute;
	right:0;
	top:0;
	background:url(/research_2/cuie/img/head/headBackInner.gif);
	width:522px;
	height:65px;
}
#header #headInnerMenu .line{
	position:relative;
	width:466px;
	height:65px;
	margin:0 0 0 auto;
}
#header #headInnerMenu #teachersPage a{
	position:absolute;
	top:7px;
	left:0;
	display:block;
	background:url(/research_2/cuie/img/head/teachersPage.gif) 0 0;
	width:145px;
	height:22px;
	text-indent:-9999px;
}
#header #headInnerMenu #teachersPage a:hover{
	background:url(/research_2/cuie/img/head/teachersPage.gif) 0 -22px;
}
#header #headInnerMenu #headHome a{
	position:absolute;
	top:7px;
	left:150px;
	display:block;
	background:url(/research_2/cuie/img/head/home.gif) 0 0;
	width:110px;
	height:22px;
	text-indent:-9999px;
}
#header #headInnerMenu #headHome a:hover{
	background:url(/research_2/cuie/img/head/home.gif) 0 -22px;
}
#header #headInnerMenu #headSearch{
	position:absolute;
	top:7px;
	right:0;
}
#header #headInnerMenu #headSearch input[type="text"]{
	width:157px;
	height:22px;
}
#header #headInnerMenu #innerMenu{
	position:absolute;
	top:35px;
	right:0;
}
#header #headInnerMenu #innerMenu ul:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#header #headInnerMenu #innerMenu li{
	float:left;
}
#header #headInnerMenu #innerMenu li a{
	display:block;
	text-indent:-9999px;
	height:18px;
}
#header #headInnerMenu #innerMenu li#innerMenuStudent a{
	background:url(/research_2/cuie/img/head/student.gif) no-repeat left top;
	width:108px;
}
#header #headInnerMenu #innerMenu li#innerMenuStudent a:hover{
	background:url(/research_2/cuie/img/head/student.gif) no-repeat left -18px;
}
#header #headInnerMenu #innerMenu li#innerMenuContact a{
	background:url(/research_2/cuie/img/head/contact.gif) 0 0;
	width:80px;
}
#header #headInnerMenu #innerMenu li#innerMenuContact a:hover{
	background:url(/research_2/cuie/img/head/contact.gif) 0 -18px;
}
#header #headInnerMenu #innerMenu li#innerMenuTopix a{
	background:url(/research_2/cuie/img/head/topix.gif) 0 0;
	width:105px;
}
#header #headInnerMenu #innerMenu li#innerMenuTopix a:hover{
	background:url(/research_2/cuie/img/head/topix.gif) 0 -18px;
}
#header #headInnerMenu #innerMenu li#innerMenuEnglish a{
	background:url(/research_2/cuie/img/head/english.gif) 0 0;
	width:73px;
}
#header #headInnerMenu #innerMenu li#innerMenuEnglish a:hover{
	background:url(/research_2/cuie/img/head/english.gif) 0 -18px;
}
#header #headInnerMenu #innerMenu li#innerMenuSiteMap a{
	background:url(/research_2/cuie/img/head/siteMap.gif) 0 0;
	width:99px;
}
#header #headInnerMenu #innerMenu li#innerMenuSiteMap a:hover{
	background:url(/research_2/cuie/img/head/siteMap.gif) 0 -18px;
}

/*  メニュー
-------------------------- */
#headMenu{
	background:url(/research_2/cuie/img/instituteEconomics/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;
	background:url(/research_2/cuie/img/instituteEconomics/head/menu/menuBack.png);
}
#headMenu li .menu_link{
	display: block;
	height: 44px;
	color: #666;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	line-height: 43px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	background: url(/research_2/cuie/img/instituteEconomics/head/menu/sankaku.png) right 4px bottom 7px no-repeat;
}
#headMenu li .menu_link:before{
	content: "";
	width: 2px;
	height: 40px;
	background: linear-gradient(to right,#ccc 0%,#ccc 50%,#fff 50%,#fff 100%);
	position: absolute;
	left: 0;
	top: 1px;
}
#headMenu li:last-child .menu_link:after{
	content: "";
	width: 2px;
	height: 40px;
	border-right: solid 1px #ccc;
	position: absolute;
	right: 0;
	top: 1px;
}
#headMenu li .menu_link:hover{
	color: #fff;
	background: #1F9263 url(../img/instituteEconomics/head/menu/sankaku_hover.png) right 4px bottom 7px no-repeat;
}
#headMenu li .menu_link:hover:before,
#headMenu li .menu_link:hover:after{
	content: none;
}
#headMenu #headMenu01 .menu_link{
	width:115px;
}
#headMenu #headMenu02 .menu_link{
	width:125px;
}
#headMenu #headMenu03 .menu_link{
	width:155px;
}
#headMenu #headMenu04 .menu_link{
	width:187px;
}
#headMenu #headMenu05 .menu_link{
	width:120px;
}
#headMenu #headMenu06 .menu_link{
	width:124px;
}
#headMenu #headMenu07 .menu_link{
	width:124px;
}
#headMenu .menu_link + ul{
	display: none;
	position:absolute;
	top:44px;
	left:0px;
	z-index:10;
}
#headMenu li ul .menu_link{
	font-size: 14px;
}

/*  フッター
-------------------------- */
#footer{
	width:100%;
}
#footer .line{
	width:950px;
	margin:0 auto;
}
#footer #footContents .line{
	width:950px;
	margin:0 auto;
	overflow: hidden;
}
/* フッターメニュー */
#footer #footMenu{
	background:url(/research_2/cuie/img/foot/footMenuBack.png);
	width:100%;
	height:30px;
}
#footer #footMenu ul:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#footer #footMenu li{
	float:left;
}
#footer #footMenu li a{
	display:block;
	width:159px;
	height:30px;
	margin:0 0 0 4px;
	text-indent:-9999px;
}
#footer #footMenu li:first-child a{
	width:134px;
	margin:0;
}
#footer #footMenu li#footMenu01 a{
	background:url(/research_2/cuie/img/foot/footMenu.png) 0 0;
}
#footer #footMenu li#footMenu01.select a{
	background:url(/research_2/cuie/img/foot/footMenu.png) 0 -30px;
}
#footer #footMenu li#footMenu02 a{
	background:url(/research_2/cuie/img/foot/footMenu.png) -134px 0;
}
#footer #footMenu li#footMenu02.select a{
	background:url(/research_2/cuie/img/foot/footMenu.png) -134px -30px;
}
#footer #footMenu li#footMenu03 a{
	background:url(/research_2/cuie/img/foot/footMenu.png) -293px 0;
}
#footer #footMenu li#footMenu03.select a{
	background:url(/research_2/cuie/img/foot/footMenu.png) -293px -30px;
}
#footer #footMenu li#footMenu04 a{
	background:url(/research_2/cuie/img/foot/footMenu.png) -452px 0;
}
#footer #footMenu li#footMenu04.select a{
	background:url(/research_2/cuie/img/foot/footMenu.png) -452px -30px;
}
#footer #footMenu li#footMenu05 a{
	background:url(/research_2/cuie/img/foot/footMenu.png) -611px 0;
}
#footer #footMenu li#footMenu05.select a{
	background:url(/research_2/cuie/img/foot/footMenu.png) -611px -30px;
}
#footer #footMenu li#footMenu06 a{
	background:url(/research_2/cuie/img/foot/footMenu.png) -770px 0;
}
#footer #footMenu li#footMenu06.select a{
	background:url(/research_2/cuie/img/foot/footMenu.png) -770px -30px;
}
/* フッターコンテンツ(切り替わるところ) */
#footer #footContents{
	background:#ffffff;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	width:100%;
	height:110px;
}
#footer #footContents .line:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#footer #footContents #footLeft{
	float:left;
	width:210px;
}
#footer #footContents #footLeft #footInfo {
	margin: 0 0 0 5px;
	padding: 12px 0 0 0;
}
#footer #footContents #footLogo a{
	display:block;
	background:url(/research_2/cuie/img/foot/logo.png) no-repeat;
	margin:0 auto 10px auto;
	padding: 10px 0 10px 0;
	text-indent:-9999px;
}
#footer #footContents #footContact a{
	display:block;
	background:url(/research_2/cuie/img/foot/contact.png) 0 0;
	width: 160px;
    height: 30px;
	margin:5px auto 0 auto;
	text-indent:-9999px;
}
#footer #footContents #footContact a:hover{
	background:url(/research_2/cuie/img/foot/contact.png) 0 -30px;
}
#footer #footContents #footLeft p{
	width:150px;
	margin:0 auto;
	color:#999;
	font-size:0.8em;
	text-align:left;
}
#footer #footContents #footLeft ul{
	width:180px;
	margin:5px auto 0 auto;
}
#footer #footContents #footLeft ul:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#footer #footContents #footLeft li{
	float:left;
	background:url(/research_2/cuie/img/foot/icon.gif) 3px 3px no-repeat;
	margin:0 5px 0 0;
	padding:0 0 0 10px;
	font-size:10px;
}
#footer #footContents #footLeft li a{
	color:#255d8a;
	text-decoration:none;
}
#footer #footContents #footLeft li a:hover{
	color:#999;
}
#footer #footContents #footAddress{
	float:left;
	padding: 24px 0 0 20px;
}
#footer #footContents #footAddress p{
	text-align:left;
	color:#333333;
	font-size:13px;
	letter-spacing:0.5px;
}
#footer #footContents #footRight{
	float:right;
	margin: 19px 20px 0 0;
	padding:10px 0;
}
#footer #footContents #footRight ul li{
	float:left;
	margin:0 0 0 10px;
	border:1px solid #255D8A;
	letter-spacing: 0.5px;
}
#footer #footContents #footRight ul li a{
	display: block;
	background:url(/research_2/cuie/img/foot/icon.gif) 12% 50% no-repeat;
	padding: 8px 16px 8px 26px;
	text-decoration:none;
	color:#255D8A;
}
#footer #footContents #footRight ul li a:hover{
	background:#255D8A url(../img/foot/icon_white.gif) 12% 50% no-repeat;
	color:#ffffff;
}

#footer #footContents #footRight #footContent02,
#footer #footContents #footRight #footContent03,
#footer #footContents #footRight #footContent04,
#footer #footContents #footRight #footContent05,
#footer #footContents #footRight #footContent06{
	display:none;
}
#footer #footContents #footRight #footContent01:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#footer #footContents #footRight .float{
	float:left;
	width:170px;
	margin:0 0 0 10px;
	text-align:left;
}
#footer #footContents #footRight .float2{
	width:100px;
}
#footer #footContents #footRight .float .title{
	background:url(/research_2/cuie/img/foot/icon.gif) 3px 5px no-repeat;
	padding:0 0 0 10px;
	color:#666;
	font-weight:bold;
}
#footer #footContents #footRight .float .title.margin{
	margin:10px 0 0 0;
}
#footer #footContents #footRight .float ul{
	margin:0 0 10px 0;
}
#footer #footContents #footRight .float li{
	background:url(/research_2/cuie/img/listdot.png) 0 0 no-repeat;
	margin:0 0 0 10px;
	padding:0 0 5px 10px;
	color:#999;
}
/* コンテンツとコピーライトの間のところ */
#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:#255d8a;
	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;
}
#sideBar{
	float:left;
	width: 230px;
	padding:5px 0 5px 0;
	background: #F0F0F0;
}
#mainContent{
	float:right;
	width:680px;
	padding:0 0 10px 0;
	color:#666;
}
#mainContent h3.title{
	clear:both;
	background:url(/research_2/cuie/img/title.jpg) bottom no-repeat;
	width:670px;
	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:210px;
	padding:5px;
	color:#d77a37;
	text-decoration:none;
}
#pageMenu li.select{
	display:block;
	background:#ffcc66;
	width:210px;
	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:650px;
	margin:0 0 10px 0;
	border-collapse:collapse;
}
table thead td{
	color:#255d8a;
	text-align:left;
}
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:#255d8a;
}
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:#255D8A;
	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;
	background:url(/research_2/cuie/img/pagetop.gif) no-repeat;
	width:96px;
	height:12px;
	margin:0 20px 20px 0;
	text-indent:-9999px;
}

