@charset "UTF-8";

/*///////////////////////////////////////////////////////////

	企業・IRトップCSS

///////////////////////////////////////////////////////////*/

@import "navi.css";

/*　高さ合わせ（会社案内とIR情報）
-----------------------------------------------------*/
#company dl dd,
#ir dl dd {
	min-height: 10em;
}

/*======================================================================================
   ニュースリリース
======================================================================================*/

.informationBox dl dt {
	height: 30px;
	background: url(../images/title_news-box.gif) no-repeat 0 0;
	position: relative;
}
.informationBox dl dt a {
	display: block;
	position: absolute;
	right: 4px;
	top: 4px;
}

/* 文中でリンクを張りたい場合（改行しないリンク） */
.informationBox dd dd a.inline {
	display: inline;
	padding-right: 3px;
}


.informationBox dl dd dt { 
	height: auto;
	background: none;
}


#news {
	margin: 0 auto 5px;
}

/*　タイトル
-----------------------------------------------------
#news dl dt {
	height: 30px;
	background: url(../images/title_news-box.gif) no-repeat 0 0;
	position: relative;
}
#news dl dt a {
	display: block;
	position: absolute;
	right: 4px;
	top: 4px;
}*/

/*　中身
-----------------------------------------------------*/
#news dl dd {
	padding: 5px 0px 5px 10px;
	border: solid #aaa;
	border-width: 0 1px 1px;
}
#news dl ul dl {
	font-size: 77%;
	line-height: 1.3;
}
#news dl ul li {
	clear: both;
	height: 1em;
}
#news dl ul dl dt {
	float: left;
	height: 1em;
	background: none;
	text-indent: 0;
}
#news dl ul dl dd {
	padding: 0;
	border: none;
}

/*======================================================================================
   会社案内
======================================================================================*/

#company {
	float: left;
	width: 141px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#company dl dd {
	padding: 6px 0 15px 16px;
	border: solid #aaa;
	border-width: 0 1px 1px;
	line-height: 2;
	font-size: 93%;
}
* html #company dl dd { padding-bottom: 11px; }

#company dl dd ul li a.pdf {
	display: block;
	margin-top: 3px;
}

/*======================================================================================
   IR情報
======================================================================================*/

#ir {
	float: right;
	width: 414px;
	margin-bottom: 5px;
	overflow: visible;
}
#ir dl dd {
	padding: 6px 0;
	border: solid #aaa;
	border-width: 0 1px 1px;
}

#ir ul {
	float: left;
}
#ir dl dd ul li {
	padding-left: 5px;
	padding-bottom: 6px;
	font-size: 93%;
}
#ir ul#center,
#ir ul#right {
	padding-left: 0px;
}
#ir ul#left {
	width: 130px;
}
#ir ul#center {
	width: 130px;
}
#ir ul#right {
	float: right;
	width: 150px;
}



/*======================================================================================
   CSRについて
======================================================================================*/

#csr {
	background: url(../images/csr-repeat.gif) repeat-y 0 0;
	clear: both;
}
#csr dl {
	width: 100%;
	background: url(../images/csr-head.gif) no-repeat 0 0;
}

/* タイトル
------------------------------------------------------------------------*/
#csr dl dt {
	float: left;
	height: 5.5em;
	position: relative;
}
#csr dl dt img {
	position: absolute;
	left: 24px;
	top: 50%;
	margin-top: -5px;
}

/* 中身
-----------------------------------------------------------------------*/
#csr dl dd {
	padding: 10px 0px 5px;
	background: url(../images/csr-foot.gif) no-repeat 0 100%;
	font-size: 93%;
	width: 560px;
}
#csr dl ul { margin-left: 160px; 
}
#csr dl ul li {
	float: left;
	padding-bottom: 6px;
	width: 145px;
}

/* メニュー幅調整 */
#csr dl ul li.left { width: 225px; }
/** html #csr dl ul li.left { width: 15em; }*/

/* メニュー内注釈 */
li span {
	font-size: 93%;
	margin-left: 15px;
}
body:first-of-type li span { font-size: 85%; }/* for safari */

