
/*
 タイトル
----------------------------------------------------------- */

#mainContents h1 {
	border-bottom:2px solid #1D2088;
}


#mainContents .subtitle {
	color:#1D2088;
}
/*
 submenu
----------------------------------------------------------- */
#submenu li a {
    background: url(../images/common/btn_subnavi_02.gif) no-repeat 0 0;
}
#submenu li#submenuTitle {
    background: url(../images/common/snavi_hd_02.gif) no-repeat 0 0;
}

#submenu #thirdNavi li a {
    background: url(../images/common/btn_thirdnavi_02.gif) no-repeat 0 0;
}

/*
 トップ用
----------------------------------------------------------- */
/*layout*/
#ContentsLeft {
	width:320px;
	margin-right:10px;
	float:left;
}

#ContentsRight {
	width:310px;
	float:right;
	position:relative;
}
/*topics*/

#topicsmain {
	background:#E9ECED;
	margin-bottom:10px;
	}
#topicsmain a {
	text-decoration:none;
	color:#333;
	}

#topicsmain a:hover {
	text-decoration:underline;
    color: #666666; 
	}

#topicsmain .date {
	background:#BFC7C8;
	padding:2px 10px;
	width:300px;
	}

#topicsmain p {
	padding:10px;
	margin-bottom:0;
	}
#topicsmain strong {
	font-size:116%;
}

#toplistArea {
	background: url(../jfa/images/topics_bg.gif) 0 0 repeat-x;
	}

/*TOPICS一覧*/

#top_topicsList dl {
 width:290px;
 padding:0 10px;
}
#top_topicsList dt {
 width:58px;
}
#top_topicsList dd {
margin-left:58px;
}

/*カテゴリーメニュー*/
#CategoryList {
	width:310px;
}

#CategoryList li a {
	width:309px;
	height:55px;
	background:url(../eng/images/category_bg.gif) repeat-y left 0;
}
#CategoryList li.gray a {
 	background:url(../eng/images/category_g_bg.gif) repeat-y left 0;
}
#CategoryList p {
	padding:7px;
	margin:0;
	line-height:43px;
}


/*バナー*/
#top_banner {
	margin-top:15px;
}
#top_banner img{
	margin-left:10px;
}
#top_banner a.first img {
	margin-left:0;
}

/*TOP JFA NEWS*/
#top_jfanews {
	background:#F0ECE0;
	width:260px;
}
#top_jfanews p img {
	float:left;
	margin:7px 0 3px 7px;
}
#top_jfanews .exp {
	float:right;
	width:115px;
	padding:10px;}
	
#top_jfanews p.iconlink {
	line-height:120%;
	background: url(../images/common/icon_link.gif) no-repeat 0 2px;
	margin-bottom:0;
	margin-top:10px;
}

/*
 キャプテンズミッション
----------------------------------------------------------- */

.mission {
	background:url(../jfa/presidents_mission/images/title_bg.jpg) no-repeat 0 0;
	padding:12px 0 0 5px;
	}
.mission a img {
	margin:0 5px 2px 0;
}
.mission a.bottom img {
	margin:0 5px 5px 0;
}
.mission a.shien img {
	margin:0 0 0 52px;
}

/* Utilities -------------------------------------------------------------- */
#top_topicsList dl:after,
#top_jfanews:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    line-height: 0;
}

#top_topicsList dl,
#top_jfanews {
	zoom:1;
	}

