/* --------------------------------------------
 * toppage.css
 * 基本スタイルシート

 * Date: 2008/1/10   Update:2009/9/27
 * Auther: Shunsuke Ito
 * 適応範囲: トップページ
 * -------------------------------------------- */

#header-top { margin:0; clear:both; position:relative; height:111px; }

#header-top {
	padding:0;
	background-color:#FFF;
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
}

h1#logo-top {
	float:left;
	display:block;
	margin-top:-25px;
	padding-left:10px;
	position:relative;
	width:500px;
}

#sitemenu-top {
	position:absolute;
	right:100px; top:50px;
}

#sitemenu-top ul {
	float:right;
	list-style-type:none;
}

#sitemenu-top ul li{
	display:block;
	padding: 5px 0;
	width:100px;
	float:right;
	font-size:80%;
	vertical-align:baseline;
}

#sitemenu-top a {
	text-decoration:none;
	color:#009CE1;
}

#sitemenu-top a:link,
#sitemenu-top a:visited{
	color:#009CE1;
}

#sitemenu-top a:hover,
#sitemenu-top a:active{
	color:#003399;
}

#article-Top {
	width:680px;
	min-height:180px;
	height: auto !important;
	height: 180px;
}

#contenedor ul,
#contenedor li {
	margin:0;
	padding:0;
	list-style:none;
}

img {
	border:0; 
}

#contenedor {
	width:920px;
	margin:0;
	padding:0;
}

#tab_contenedor {
	width:920px;
	margin:0;
	padding:0;
	background-color:#6FA7F4;
}
 
#tab_contenido {
	margin:0;
	padding:0;
	height:280px;
}

ul.titulos {
	margin:0;
	padding:0;
	height: 85px;
}

ul.titulos li {
	float: left; /* リストを横並びに */
	margin:0;
	padding:0;
	width: 184px;
	height: 85px;
	list-style-type:none;
}

ul.titulos li a {
	border-bottom: 5px solid #0193DD;
	width: 184px;
	height: 85px;
	display:block;
}

ul.titulos li a:hover {
	border-bottom: 5px solid #DD4A99;
	display:block;
}

ul.titulos li a.activo {
	border-bottom: 5px solid #DD4A99;
}

/* = 投資教育ソリューション = */
ul.titulos li.edu a:hover{
	background:url(../images/bt_education_on.gif) no-repeat;
}

/* = マーケティング・ブランドマネジメントス = */
ul.titulos li.mar a:hover{
	background:url(../images/bt_marketing_on.gif) no-repeat;
}

/* = アセットマネジメント・ソリューション = */
ul.titulos li.ass a:hover{
	background:url(../images/bt_asset_on.gif) no-repeat;
}

/* = リスク・統制ソリューション = */
ul.titulos li.ris a:hover {
	background:url(../images/bt_risk_on.gif) no-repeat;
}

/* = イーコンパスグループ = */
ul.titulos li.gro a:hover {
	background:url(../images/bt_group_on.gif) no-repeat;
}

/* = アウトソーシングサービス = */
ul.titulos li.out a:hover {
	background:url(../images/bt_outsourcing_on.gif) no-repeat;
}

ul.titulos li a:hover img {
	position:relative!important;
	visibility:hidden!important;
	z-index: -1!important;
}

a.tab {
	font-weight:bold;
	text-decoration:none;
}

.contenido p,
.contenido ul {
	margin:10px 0;
	padding:0; 
}
  
.contenido ul li {
}

.contenido ul li a {
}

.contenido ul li a:hover {
}

#tab_contenido {
	overflow:hidden;
}

#education,
#marketing,
#asset,
#risk,
#risk,
#outsourcing,
#group {
	display:none;
}

/* = お知らせ・ニュース = */
#article-Top h2 {
	margin:1em 0;
	padding:0.5em 1em 0.25em 0.5em;
	line-height:1;
	color:#FA5520;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 3px solid #E4E4E4;
}
#info {
	margin-bottom: 30px;
}

#info dl.narrow {
	font-size: 90%;
	line-height: 150%;
	width: 95%;
	margin: 15px 0 10px 1.5em;
}

#info .year{
	font-weight: bold;
	font-size: 90%;
	margin-left: 15px;
}
#info .backnumber{
	display: block;
	text-align: right;
	font-size: 90%;
	padding-right: 18px;
	background: url(../images/ar_topnav.gif) no-repeat right top;
}

#info dl.narrow dt {
	display: block;
	float: left;
	width: 65px;
	padding-left: 80px;
	font-weight: bold;
}

#info dl.narrow dt.press {
	background: url(../images/ico_press.gif) no-repeat left center;
}

#info dl.narrow dt.event {
	background: url(../images/ico_event.gif) no-repeat left center;
}

#info dl.narrow dt.service {
	background: url(../images/ico_service.gif) no-repeat left center;
}

#info dl.narrow dt.topics {
	background: url(../images/ico_topics.gif) no-repeat left center;
}

#info img.row {
	vertical-align: top;
}

#info dl.narrow dd {
	display: block;
	margin-left: 150px;
	margin-bottom: 16px;
	line-height:1.3;
}

*html body #info dl dd {
	margin-top: 0em;
	text-indent: -0.1em;
}

