@charset "utf-8";

/*--------------------------------------------------------------------*/
/* Clearfix Fx
/*--------------------------------------------------------------------*/
.index#content #idx-upr:after ,
.index#content #idx-btm:after ,
.index#content .ytopics .item:after ,
.index#content #es-lists ul:after {
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0%;
	display: block;
	content: "";
}


/*--------------------------------------------------------------------*/
/* グローバルナビ
/*--------------------------------------------------------------------*/
.index#gnavi li a {
	height: 46px;
}
.index#gnavi li a:hover ,
.index#gnavi li a:focus {
	background-position: 0 -46px;
}

.index#gnavi li.act a {
	background-position: 0 -92px;
}


/*--------------------------------------------------------------------*/
/* 上段
/*--------------------------------------------------------------------*/
.index#content #idx-upr {
	clear: both;
	margin: 0 0 10px 0;
	min-height: 0;
	border-top: 1px #000000 solid;
}
	/* Hack IE6 below */
	* html .index#content #idx-upr {
		height: 0;
	}

/* Flash Area
/*----------------------------------------------------------*/
.index#content #flash-area {
	width: 701px;
	float:left;
}

/*  */
.index#content {
	background: none;
}

/* 製品・サービスメニュー
/*----------------------------------------------------------*/
.index#content #ps-navi {
	border-left: 1px #000000 solid;
	width: 268px;
	height: 303px;
	float: right;
	background-color:#000000;
	overflow: hidden;
}
	/* Hack IE6 below */
	* html .index#content #ps-navi {
		width: 269px;
	}

.index#content #ps-navi a#ps-default {
	display: block;
	border-bottom: 1px #000 solid;
	height: 54px !important;
	text-indent: -9999%;
	font: 0/0 normal;
	background: url(../../img/ps-navi-ttl.gif) 0 0 no-repeat;
}

.index#content #ps-navi h3 a.head-3 {
	display: block;
	border-bottom: 1px #000000 solid;
	height: 30px;
	text-indent: -9999%;
	font: 0/0 normal;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.index#content #ps-navi a.head-3#ps-001 {
	background-image: url(../../img/ps-navi-sttl-001.gif);
}
.index#content #ps-navi a.head-3#ps-002 {
	background-image: url(../../img/ps-navi-sttl-002.gif);
}

.index#content #ps-navi h3 a.head-3:hover ,
.index#content #ps-navi h3 a.head-3:focus ,
.index#content #ps-navi h3.act a.head-3 ,
.index#content #ps-navi h3.act a.head-3 ,
.index#content #ps-navi h3.act a#ps-default {
	background-position: -804px 0;
}
.index#content #ps-navi .ui-accordion-header.act a {
	background-position: -804px 0;
}
.index#content #ps-navi .ui-accordion-header.act:hover a ,
.index#content #ps-navi .ui-accordion-header.act:focus a {
	background-position: -804px 0 !important;
}

.index#content #ps-navi .cat-list {
	background-color:#000000;
	height: 186px;
	overflow: auto !important;
	overflow-X: hidden !important;
}

.index#content #ps-navi .cat-list#cat01 ,
.index#content #ps-navi .cat-list#cat02 {
	overflow: hidden !important;
}

.index#content #ps-navi .cat-list ul {
	display: block;
}
	/* Hack IE6 below */
	* html .index#content #ps-navi .cat-list {
	}

.index#content #ps-navi .cat-list a {
	display: block;
	border-bottom: 1px #000000 solid;
	padding: 0 0 0 24px;
	line-height: 1.6;
	color: #ffffff;
	background: url(../img/pt-lnk-sarw-lnavi.gif) 12px 50% no-repeat;
}

.index#content #ps-navi .cat-list a:hover ,
.index#content #ps-navi .cat-list a:focus {
	color: #ffffff;
	background-color: #8A0F41;
}

/* ソリューションカテゴリーリスト */
.index#content #ps-navi .cat-list#cat01 a {
	font-size: 14px;
	*font-size: 112%;
	font-weight: 700;
}

/*金融機関向け*/
.index#content #ps-navi .cat-list li.for-fin a {
	background: url(../../img/lnavi-bg-lnk-for-fin.gif) 0 50% no-repeat !important;
}
.index#content #ps-navi .cat-list li.for-fin a:hover {
	background-position: -268px 50% !important;
	background-color:#8A0F41 !important;
}


/*--------------------------------------------------------------------*/
/* 下段
/*--------------------------------------------------------------------*/
.index#content #idx-btm {
	clear: both;
	position: relative;
	margin: 0 10px 15px 10px;
	min-height: 0px;
}
	/* Hack IE6 below */
	* html .index#content #idx-btm {
		height: 0;
	}


/*--------------------------------------------------------------------*/
/* 下段左
/*--------------------------------------------------------------------*/
.index#content #idx-btm-left {
	margin: 0 10px 0 0;
	width: 680px;
	min-height: 0px;
	float: left;
}

/* トピックスメニュー
/*----------------------------------------------------------*/
/* タブ */
.index#content #tp-lists {
	margin: 0;
}

.index#content .ytopics {
}

.index#content .ytopics .item {
	display: block;
	border-bottom: 1px #d8d8d8 dotted;
	position: relative;
	border-top: 0;
	min-height: 0;
	padding: 5px 0;
	vertical-align: bottom;
}
	/* Hack IE6 below */
	* html .index#content .ytopics .item {
		height: 0;
	}

.index#content .ytopics .item strong { /* 日付 */
	position: relative;
	display: block;
	margin: 0 0 0 98px;
	width: 70px;
	padding: 0;
	font-weight: 700;
	line-height: 15px;
	color: #666666;
	background-position: 0 50%;
	float: left;
}
	/* Hack IE6 below */
	* html .index#content .ytopics .item strong {
	margin: 0 0 0 50px;
	width: 70px;
	border: 0px #ffffff solid;
	}

.index#content .ytopics .item em { /* トピックスカテゴリー */
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100px;
	height: 15px;
	text-indent: -9999%;
	font: 0/0 normal;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.index#content .ytopics .item a {
	margin: 0;
	display: inline;
	width: 445px;
	padding: 0 50px 0 8px;
	vertical-align: baseline;
	background: url(../img/pt-lnk-sarw_m.gif) 0 0.4em no-repeat;
	float: right;
}
	/* Hack IE5 below */
	* html .index#content .ytopics .item a {
		width: 503px;
		background-position: 0 0.35em;
	}

.index#content .ytopics .item a img {
	margin: 0 0 0 3px;
	text-decoration: none;
}

.index#content .ytopics .item.pr { /* プレスリリース */
	background-position: 640px 0.6em; 
	*background-position: 640px 0.5em; 
	background-repeat: no-repeat;
	background-image: url(../../topics/img/ico-item-pr.gif);
}
.index#content .ytopics .item.cp em { /* 企業関連情報 */
	background-repeat: no-repeat;
	background-image: url(../../topics/img/ico-item-cp.gif);
}
.index#content .ytopics .item.ps em { /* 製品・サービス */
	background-repeat: no-repeat;
	background-image: url(../../topics/img/ico-item-ps.gif);
}
.index#content .ytopics .item.es em { /* イベント・セミナー */
	background-repeat: no-repeat;
	background-image: url(../../topics/img/ico-item-es.gif);
}

/* 一覧へ リンク */
.index#content #tp-lists p#to-index {
	position: absolute;
	top: 0;
	left: 550px;
	width: 132px;
	height: 20px;
	text-align: right;
	z-index: 0;
}

.index#content #tp-lists p#to-index a {
	display: block;
	margin: 5px 11px 0 0;
	height: 10px;
	width: 41px;
	text-indent: -9999%;
	font: 0/0 normal;
	background: url(../../img/lnk-to-index.gif) 0 0 no-repeat;
	float: right;
	color: #ffffff;
}

.index#content #tp-lists p#to-index a:hover ,
.index#content #tp-lists p#to-index a:focus {
	background-position: 100% 0;
}

/* イベント・セミナーレポート
/*----------------------------------------------------------*/
.index#content #es-lists {
	margin: 20px 0 0 0;
	border: 1px #d8d8d8 solid;
}

.index#content #es-lists h2 {
	border-bottom: 1px #d8d8d8 solid;
}

.index#content #es-lists h2 a {
	display: block;
	height: 23px;
	text-indent: -9999%;
	font: 0/0 normal;
	background: url(../../img/ttl-es-lists.gif) 0 0 no-repeat;
}

.index#content #es-lists h2 a:hover ,
.index#content #es-lists h2 a:focus {
	background-position: 0 100%;
}

.index#content #es-lists ul {
	padding: 8px 0;
	min-height: 0;
}
	/* Hack IE6 below */
	* html .index#content #es-lists ul {
		height: 0;
	}

.index#content #es-lists ul li.item {
	position: relative;
	display: block;
	margin: 0 11px 0 11px;
	padding: 0;
	width: 204px;
	float: left;
}
	/* Hack IE6 below */
	* html .index#content #es-lists ul li.item {
		margin: 0 11px 0 6px;
	}

.index#content .es-topics .item strong { /* 日付 */
	position: relative;
	display: block;
	margin: 0 0 0 64px;
	width: 70px;
	padding: 0;
	font-weight: 700;
	line-height: 15px;
	color: #666666;
	background-position: 0 50%;
	float: left;
}
	/* Hack IE6 below */
	* html .index#content .es-topics .item strong {
		margin: 0 0 0 32px;
	}

.index#content .es-topics .item em { /* トピックスカテゴリー */
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 15px;
	text-indent: -9999%;
	font: 0/0 normal;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.index#content .es-topics .item.ev em { /* イベント */
	background-image: url(../../events/img/ico-item-ev.gif);
}
.index#content .es-topics .item.sm em { /* セミナー */
	background-image: url(../../events/img/ico-item-sm.gif);
}

.index#content .es-topics .item a {
	display: block;
	clear: both;
}

/* 事例紹介
/*----------------------------------------------------------*/
.index#content #cs-navi {
	margin: 0;
	width: 258px;
	float: right;

}

.index#content #cs-navi h2 a {
	display: block;
	height: 25px;
	background-image: url(../../img/cs-navi-ttl.gif);
}

.index#content #cs-navi h2 a:hover ,
.index#content #cs-navi h2 a:focus {
	background-position: 0 100%;
}

.index#content #cs-body {
	margin: 0;
	border: 1px #d8d8d8 solid;
	border-top: none;
	padding: 7px;
	background-color:#f3f3f3;
}
	/* Hack IE6 below */
	* html .index#content #cs-body {
		padding: 7px 0 7px 7px;
	}

.index#content .cs-topic {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.index#content .cs-topic img {
	border: 2px #ffffff solid;
}

.index#content .cs-topic a {
	text-decoration: none;
}

.index#content .cs-topic h3 {
	border: none;
}

.index#content .cs-topic h3 a {
	display: block;
	margin: 3px 7px 0 7px;
	font-weight: 700;
	text-decoration: underline;
}

.index#content .cs-topic p.cs-summary {
	display: block;
	margin: 0 7px;
}


.index #campaign_info {
	float:left;
	width:680px;
	position:relative;
	margin:5px 0 10px;
}

.index #campaign_info h2 {
	float:left;
	padding:0 0 0 10px;
	font-weight: bold;
	background: url(../../img/mtn-ttl.gif) 0 0 no-repeat;
}

.index #campaign_info p {
	margin:0 0 0 9em;
	border-left: 1px solid #D8D8D8;
	padding-left: 0.4em;
}
