@charset "UTF-8";

/* ===================================================================

	@This stylesheet Information {
		ファイル：/css/page.css
		最終更新：2011年3月29日
		概　　要：トップページ（日本語版）コンテンツ用追加スタイル
	}
=================================================================== */

#article {
	width: 690px;
}

#aside {
	width:240px;
    margin:0;
    float:right;
}

.mt7 {
	margin-top:7px !important;
}

.mr7 {
	margin-right:7px !important;
}

/*********************************************************************
*	中央部（骨組み）
*********************************************************************/

/* ブランディングバナー */

#a_branding {
    width: 690px; height: 185px;
	background:url(../img/branding-201104.jpg) no-repeat;
    position:relative;
}

#a_branding h1 {
    text-indent:-100em;
	overflow:hidden;
}

#a_branding p {
	position: absolute;
    width:600px;
	bottom: 8px;
    left: 14px;
    background: url(/common/img/arrow.png) no-repeat 0 -530px;
    padding-left: 18px;
    font-size: 92.3%;
    line-height:1.3em;
}

#a_branding p a {
	text-decoration: none;
}

/* トピックス */
#a_topics h2 {
	margin-top: 16px;
    margin-bottom: 7px;
}

#a_topics h2 * {
	height: 20px;
}

#a_topics h2 samp {
	background:url(../img/title_topics.png) no-repeat;
}

/* 重要なお知らせ */
#a_important h2 {
	margin-top: 14px;
}

#a_important h2 * {
	height: 20px;
}

#a_important h2 samp {
	background:url(../img/title_important.png) no-repeat;
}

#a_important div {
    margin-top:6px;
	border: 1px solid #666;
    padding: 12px 14px 0 10px;
}


/* 日付リスト */
#article dl {
    font-size: 92.3%;
}

#article dt {
	clear:both;
	color:#666;
    display:inline;
    float:left;
    font-weight:bold;
    padding-left: 16px;
    width: 120px;
}

#article dd {
	margin-bottom: 11px;
    padding-bottom: 8px;
    padding-left:150px;
    border-bottom:1px dotted #999;
}

#article dd a {
	text-decoration: none;
}

#article #a_topics dt {
	background: transparent url(/common/img/arrow.png) no-repeat 0 -578px;
    
}

#article #a_important dt {
	background: transparent url(/common/img/arrow.png) no-repeat 0 -662px;
}

#article dd a:hover {
    text-decoration: underline;
}


/*
*	中央部（トピックス／タブ）
*/
#a_topics div {
	padding: 12px 14px 0 10px;
    border:1px solid #15a4d0;
}

#at_tab {
    height: 30px;
	background:url(/img/tab_ui.png) no-repeat 0 0;
    overflow:hidden;
}

#at_tab li {
    width: 120px; height:31px;
    position:absolute;
}

#at_tab a {
    width: 120px; height:31px;
    background-image:url(/img/tab_ui.png);
    background-repeat:no-repeat;
    cursor:pointer;
}


#att_latest {
	left: 0;
    top:0;
}
#att_latest a {
    background-position:0 0;
}
#att_latest a:hover {
    background-position:0 -31px;
}
#att_latest.current a {
    background-position:0 -62px;
}


#att_newsrelease {
	left: 121px;
    top:0;
}
#att_newsrelease a {
    background-position:-121px 0;
}
#att_newsrelease a:hover {
    background-position:-121px -31px;
}
#att_newsrelease.current a {
    background-position:-121px -62px;
}

#att_system {
	left: 242px;
    top:0;
}
#att_system a {
    background-position:-242px 0;
}
#att_system a:hover {
    background-position:-242px -31px;
}
#att_system.current a {
    background-position:-242px -62px;
}


#att_cover {
	left: 363px;
    top:0;
}
#att_cover a {
    background-position:-363px 0;
}
#att_cover a:hover {
    background-position:-363px -31px;
}
#att_cover.current a {
    background-position:-363px -62px;
}


#att_general {
	left: 484px;
    top:0;
}
#att_general a {
    background-position:-484px 0;
}
#att_general a:hover {
    background-position:-484px -31px;
}
#att_general.current a {
    background-position:-484px -62px;
}

#at_more {
    margin-bottom: 10px;
}

#at_more a.more {
    width:20em;
    float:left;
    padding-left: 16px !important;
    background: url(/common/img/bg_mbox_li.png) no-repeat 6px 0.45em;
    text-decoration:none;
    outline:0;
    display:inline; /*ie*/
}

#at_more a.more:hover {
    text-decoration:underline;
}

#at_more a.rss {
    float:right;
    background: url(../img/rss_btn.png) no-repeat;
    width: 50px; height: 18px;
    text-indent:-20em;
    outline:none;
    text-decoration:none;
    overflow:hidden;
    display:inline; /*ie*/
}


/*
*	中央部（カラム部分）
*/

#a_column {
	background:#2e89c6 url(../img/main_category_bg.png) repeat-x;
	padding:9px 9px 0 9px;
    margin-bottom: 20px;
}

#a_column div {
    width:330px;
    min-height: 13em; /* 169px, replaced by heightLine.js */

	float:left;
    margin-bottom: 9px;
    
	background:url(../img/main_column_bg2.png) no-repeat left bottom;
    
	border:1px solid #fff;
    position:relative;
    
    /* advanced */
	-moz-border-radius: 4px;
	-webkit-border-radius: 5px;
	border-radius: 4px;
}

#a_column div div {
    float:none;
	border:0;
    background-position:0 0;
    margin-bottom:0;
}

#a_column div div h2 {
	padding-top: 11px;
    padding-left: 10px;
    height:20px;
}

#a_column div div h2 a,
#a_column div div h2 samp {
    line-height:20px;
    height:20px;
}

/* 貿易保険とは */
#ac_about h2 a {
	background:url(../img/title_about.png) no-repeat;
}

/* 保険商品 */
#ac_product h2 a {
	background:url(../img/title_product.png) no-repeat;
}

/* 国・地域ごとの引受方針 */
#ac_cover h2 a {
	background:url(../img/title_cover.png) no-repeat;
}

/* 各種手続き */
#ac_procedure h2 a {
	background:url(../img/title_procedure.png) no-repeat;
}

/* NEXIについて */
#ac_outline h2 a {
	background:url(../img/title_outline.png) no-repeat;
}

/* お役立ち情報 */
#ac_others h2 samp {
	background:url(../img/title_others.png) no-repeat;
}


#a_column div div p {
	margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 92.3%;
}

#a_column div div ul {
    margin-top: 9px;
    margin-bottom: 9px;
    border-top:1px solid #eee;
    padding-top:10px;
    margin-left: 10px;
    margin-right: 10px;
}

#a_column div div ul li {
	margin-bottom: 5px;
    font-size: 92.3%;
}

#a_column div div ul li a {
	text-decoration:none;
    padding-left:15px;
    margin-left:10px;
    background:url(/common/img/arrow.png) no-repeat 0 -748px;
}

#a_column div div ul li a:hover {
	text-decoration:underline;
}


/*********************************************************************
*	サイド部
*********************************************************************/

/* はじめてご利用の方へ */
#s_first a {
    height:41px;
	background:url(../img/side_first.png) no-repeat;
}
#s_first a:hover {
	background-position:-240px 0;
}


/* 中小企業のお客様へ */
#s_smb a {
    height:41px;
	background:url(../img/side_smb.png) no-repeat;
}
#s_smb a:hover {
	background-position:-240px 0;
}

/* Webサービス */
#s_webservice {
    position:relative;
	background:url(../img/side_webservice.png) no-repeat -1px -1px;
    border:1px solid #d2d2d2;
    padding:0 15px;
}
#s_webservice h3 {
	position:absolute;
    left:27px;
    top:37px;
    width:184px;
    height:36px;
}
#s_webservice h3 a {
	background:url(../img/side_webservice.png) no-repeat -28px -38px;
    width:184px;
    height:36px;
}
#s_webservice h3 a:hover {
	background-position:-268px -38px;
}

#s_webservice p {
	padding-top:82px;  
    font-size: 92.3%;
    color:#555;
}

#s_webservice p strong {
	color: #900;
    font-weight:normal;
}

#s_webservice ul {
	background:none;
    margin:10px 0;
    border-top: 1px solid #ddd;
    padding:8px 0 0 0;
}

#s_webservice ul li {
    background:none;
    padding-bottom:0;
    margin-left:0;
    font-size: 92.3%;
}

#s_webservice ul li a {
	background:url(/common/img/arrow.png) no-repeat 0 -748px;
    text-decoration:none;
}

#s_webservice ul li a:hover {
	text-decoration: underline;
}

/* 保険料計算シミュレーション */
#s_calc a {
    height:54px;
	background:url(../img/side_calc.png) no-repeat;
}
#s_calc a:hover {
	background-position:-240px 0;
}

/* 商品パンフレットダウンロード */
#s_catalog a {
    height:54px;
	background:url(../img/side_product_guide.png) no-repeat;
}
#s_catalog a:hover {
	background-position:-240px 0;
}

/* クイックメニュー */
#s_quick {
	border: 1px solid #ccc;
    padding: 3px;
}

#s_quick a {
	display:block;
    font-size: 92.3%; /* 12px */
    height:4.16667em; /* 4.16667em * 12px = 50px */
    background: url(../img/side_quick_bg.png) no-repeat;
    text-decoration:none;
    padding: 3px 0 0 20px;
}
#s_quick a.last {
	height: 3.333em; /* 3.3333em * 12px = 40px; */
}
#s_quick a:hover {
	background-position:-240px 0;
}

body.larged #s_quick a.last {
	height: 4.16667em;
}

#s_quick a h3 {
	color: #000;
    font-size:116.6%;
    font-weight:bold;
    margin-bottom: 0.2em;
}

/* 引受プロジェクト */
#s_covered {
	border:1px solid #ccc;
    background-color:#f3f3f3;
    padding: 8px 6px;
}

#s_covered h3 {
	background:url(../img/side_covered_arrow.png) no-repeat 0 1px;
    line-height: 1.1em;
    font-size: 108.3%;
    font-weight:bold;
    padding-left: 18px;
    margin-bottom: 10px;
}

#s_covered h3 a {
	color:#0153b0;
    text-decoration:none;
}

#s_covered img {
	float:left;
    margin: 0 10px 10px 0;
}

#s_covered p {
	font-size: 92.3%;
    clear:left;
}

#s_covered p.title {
	font-weight: bold;
    clear:none;
    border-bottom: .5em;
}

#s_covered p a {
	color: #000;
    text-decoration: none;
}

#s_covered p a:hover {
    text-decoration: underline;
}


/* 貿易保険の国際ルール */
#s_international a {
	height:40px;
	background:url(../img/side_international.png) no-repeat;
}
#s_international a:hover {
	background-position:-240px 0;
}

/* 関係機関との協力 */
#s_cooperation a {
	height:40px;
	background:url(../img/side_cooperation.png) no-repeat;
}
#s_cooperation a:hover {
	background-position:-240px 0;
}

/* 環境への取組み */
#s_environment a {
	height:40px;
	background:url(../img/side_environment.png) no-repeat;
}
#s_environment a:hover {
	background-position:-240px 0;
}

/* 調達情報 */
#s_supply a {
	height:40px;
	background:url(../img/side_supply.png) no-repeat;
}
#s_supply a:hover {
	background-position:-240px 0;
}

/* NEXIパンフレット・年次報告書 */
#s_booklet a {
	height:60px;
	background:url(../img/side_booklet.png) no-repeat;
}
#s_booklet a:hover {
	background-position:-240px 0;
}

/* コーポレートガバナンス */
#s_governance a {
	height:60px;
	background:url(../img/side_governance.png) no-repeat;
}
#s_governance a:hover {
	background-position:-240px 0;
}


/* e-NEXI */
#s_webmagazine a {
	height:100px;
	background:url(../img/side_webmagazine.png) no-repeat;
}
#s_webmagazine a:hover {
	background-position:-240px 0;
}

ul.pageNavi {
	display:none;
}

/* 新卒者の皆様 */
#s_saiyo a {
	height:100px;
	background:url(../img/side_saiyo.jpg) no-repeat;
}