@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
File name: index.css
----------------------------------------------------------- */

/*========================================
　トップメイン画面
========================================*/
#ir_en #mainVisual {
	width:646px;
	height:235px;
	margin-top:55px;
	padding-left:34px;
}

#ir_en #mainArea {
	/*min-height: 200px;
	height: auto !important;*/
	height: 200px;
	overflow:hidden;
}

#ir_en #mainArea ul {
	width:646px;
}

#ir_en #mainArea ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
 }
#ir_en #mainArea li {
	float:left;
	margin-right:16px;
}
#ir_en #mainArea li.last {
	margin-right:0px;
}
#ir_en #mainArea li.hasSub {
	position:relative;
}
#ir_en #mainArea li.hasSub p.sub {
	position:absolute;
	bottom:8px;
	left:7px;
}
#ir_en #mainArea li.hasSubDouble {
	position:relative;
}
#ir_en #mainArea li.hasSubDouble p.sub1 {
	position:absolute;
	top:94px;
	left:61px;
}
#ir_en #mainArea li.hasSubDouble p.sub2 {
	position:absolute;
	top:143px;
	left:61px;
}

#ir_en #mainBar {
	padding-top:9px;
	padding-left:441px;
}
#ir_en #mainBar ul {
	width:204px;
	height:11px;
}
#ir_en #mainBar ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
 }
#ir_en #mainBar ul li {
	float:left;
}
#ir_en #mainBar #bar1 {
	background:url(../img/index/bar-nav1_act.gif) no-repeat;
}
#ir_en #mainBar #bar2 {
	background:url(../img/index/bar-nav2_act.gif) no-repeat;
}
#ir_en #mainBar #bar3 {
	background:url(../img/index/bar-nav3_act.gif) no-repeat;
}

#ir_en #bnrNav {
	float: right;
	margin-top: 10px;
}

#ir_en #bnrNav img {
	float: left;
}



/*========================================
　よく使うIR資料
========================================*/
#ir_en #library {
	margin-bottom:14px;
}
#ir_en #library #libraryInner {
	width:650px;
	height:228px;	
	background:url(../img/index/bg-librarycontents.gif) no-repeat top center;
	position:relative;
}

#ir_en #library #librarySlide {
	float:left;
	width:392px;
	height:213px;
	position:relative;
	overflow: hidden;
}
#ir_en #slidePanel {
	width: 314px;
	overflow: hidden;
	margin-left: 40px;
}
#ir_en #library #librarySlide #slidePanel ul {
	width: 312px;
	position: inherit;
	overflow: hidden;
}
#ir_en #library #librarySlide ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#ir_en #library #librarySlide ul li {
	width:88px;
	float:left;
	margin-top:21px;
	margin-right:17px;
}
#ir_en #library #librarySlide ul li dd {
	text-align:center;
	margin-top:12px;
	color:#444444;
	letter-spacing:normal;
}
#ir_en #library #librarySlide ul li.active {
	width:102px;
	margin-top:0px;
}
#ir_en #library #librarySlide ul li.active dd {
	margin-top:8px;
	font-size:130%;
}
#ir_en #library #librarySlide ul li dt img {
	border:#ccccca 1px solid;
}
#ir_en #library #librarySlide ul li.current dt img {
	border:#888888 1px solid;
}


#ir_en #library #prevBtn,
#ir_en #library #nextBtn {
	position:absolute;
	top:71px;
	cursor: pointer;
}
#ir_en #library #nextBtn {
	right:0px;
}
#ir_en #library #navigateLibrary {
	position:absolute;
	top:30px;
	left:216px;
}
#ir_en #library #libraryDetail {
	width:200px;
	height:137px;
	background:url(../img/index/bg-library_detail.gif) no-repeat;
	position:absolute;
	top:12px;
	right:26px;
}
#ir_en #library #libraryDetail p {
	padding:10px 0 0 6px;
}

/*========================================
  お知らせ・最新情報
========================================*/

#ir_en #topic.section {
    background: url(../img/index/bg-topic.gif) repeat-y;
    margin: 0 0 5px 30px;
    width: 650px;
	position:relative;
}

#ir_en #topic .bottomSection .topSection {
    background: url(../img/index/bg-topic.gif) no-repeat;
    width: 650px;	
}

#ir_en #topic dl {
	clear:both;
}
#ir_en #topic dt {
	float:left;
	padding-right:8px;
}
#ir_en #topic dd {
	float:left;
	padding-bottom:6px;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
}
#ir_en #topic dd a {
	font-family:"ＭＳ Ｐゴシック",sans-serif;	
	line-height:150%;
}
#ir_en #topic dd.date {
	width:98px;
	padding-right:8px;
	line-height:150%;
}
#ir_en #topic dd.topicInfo {
	width:380px;
	padding-bottom:6px;
}

#ir_en #topic dd.topicInfo span {
	padding-top:5px;
	padding-left:5px;
}
#ir_en #topic dd.topicInfo span img {
	padding-right:3px;
}
#ir_en #topic dd.topicInfo span img {
	/vertical-align:baseline;
}
#ir_en #topic p{
	clear:both;
	padding-top:10px;
	text-align:right;	
}

#ir_en #rss_ir {
	position:absolute;
	top:4px;
	right:170px;
}
#ir_en #news_release {
	position:absolute;
	top:4px;
	right:25px;
}

/*========================================
	IRコンテンツ 全リスト
========================================*/
#ir_en #contentLsit {
	margin-bottom:10px;
}
#ir_en #contentLsit .listBox {
	width:600px;
}
#ir_en #contentLsit dl {
	float:left;
	width:190px;
	margin-right:15px;
	padding-bottom:12px;
}
#ir_en #contentLsit dl.last {
	margin-right:0px;
}
#ir_en #contentLsit dl dt {
	padding-bottom:8px;
}
#ir_en #contentLsit dl dd {
	margin-bottom:5px;
}
#ir_en #contentLsit dl dd a {
	color:#666666;
	background:url(../img/share/icn-arrow_list.gif) no-repeat 0px 6px;
	padding-left:14px;
	text-decoration:none;
	display:block;
}
#ir_en #contentLsit dl dd a:link {
	color:#666666;
	text-decoration:none;
	letter-spacing:normal !important;
}
#ir_en #contentLsit dl dd a:visited {
	color:#666666;
	text-decoration:none;
	letter-spacing:normal !important;
}
#ir_en #contentLsit dl dd a:hover {
	color:#666666;
	text-decoration:underline;
	letter-spacing:normal !important;
}

/*========================================
  受賞ロゴバナーリスト
========================================*/
#awardLsit {
	margin-bottom:50px;
}

#awardLsit .listBox {
	width:600px;
}

#awardLsit ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

#awardLsit ul li {
	float:left;
	margin-bottom:5px;
	text-align:center;
}

#awardLsit ul li img{
	border:none;
	width:150px;
}

#awardLsit hr {
	border:0;
	border-bottom:1px solid;
	border-bottom-color:#E9EDEB;
	margin:5px 0;
}




/*========================================
　ピックアップ
========================================*/

#ir_en #accounts {
	float:left;
	width:190px;
	background:url(../img/index/bg-accounts_review.gif) repeat-y;
}
#ir_en #accounts #accountsInner {
	width:190px;
	padding-bottom:9px;
	background:url(../img/index/bottom-accounts_review.gif) no-repeat bottom;
	position:relative;
}
#ir_en #accountsInner dl {
	width:190px;
	height: 136px;
	padding-top:14px;
	margin-bottom: 10px;
}
#ir_en #accountsInner dt {
	float:left;
	width:50px;
	padding:0 0 0 14px;
}
#ir_en #accountsInner dd {
	float:right;
	width:107px;
	padding:0 13px 0 0;
}
#ir_en #accounts #accountsInner p.txt_index{
	font-size:14px;
	line-height:1.6;
	}


/*	#campany
-----------------------*/
#ir_en #campany {
	float:right;
	width:395px;
	background:url(../img/index/bg-group_campany.gif) repeat-y;
}
#ir_en #campanyInner {
	width:395px;
	padding-bottom:9px;
	background:url(../img/index/bottom-group_campany.gif) no-repeat bottom;
	position:relative;
}
#ir_en #campanyInner ul {
	width: 333px;
	margin: 14px auto;
}
#ir_en #campanyInner ul li {
	float: left;
	margin-right: 9px;
}

#ir_en #campanyInner .edge {
	margin-right: 0;
}

#ir_en .pickupBtn {
	text-align: center;
}

#ir_en #campany .prev {
	display: block;
	width: 25px;
	height: 50px;
	background: url(../img/index/btn-prev_company_off.gif) no-repeat;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
#ir_en #campany .prev {
	position: absolute;
	top: 20px;
	left: 1px;
}
#ir_en #campany .prev:hover {
	display: block;
	background:url(../img/index/btn-prev_company_on.gif) no-repeat;
}


#ir_en #campany .next {
	display: block;
	width: 25px;
	height: 50px;
	background: url(../img/index/btn-next_company_off.gif) no-repeat;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
#ir_en #campany .next {
	position: absolute;
	top: 20px;
	right: 1px;
}
#ir_en #campany .next:hover {
	display: block;
	background:url(../img/index/btn-next_company_on.gif) no-repeat;
}



/*	トップサイドナビ
-----------------------*/

#ir_en #bottomSideMenuTop {
	background:url(../img/index/bottom-top-sidenav.gif) no-repeat bottom;
    padding-bottom: 20px;
    width: 223px;
}



