/* ======== 共通スタイル ========= */

body {
	margin: 0px;
}


/* _____ ヘッダー部分 ______ */

#head_bar {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 72px;
}


/* _____ フッター部分 ______ */

#footer {
	margin-top: 10px;
	margin-bottom: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}





/* =========TOPページコンテンツ========== */



/* _____ メニュー ______ */

#top_menu {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* _____ コンテンツ ______ */

#top_content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 0px;
}


/* _____ 上部左側リンク「セミナー・講演会」「コンサルティングご案内 _____ */


#top_content #left_link {
	height: 208px;
	width: 250px;
	float: left;
}
#top_content #left_link #button {
	float: left;
	height: 106px;
	width: 250px;
	padding-bottom: 0px;
}



/* _____ TOPページイメージ ______ */

#top_content #top_img {
	height: 212px;
	width: 452px;
	float: left;
	text-align: center;
}


/* _____ 上部右側リンク「ぶぎんレポート」 ______ */

#top_content #right_link_button {
	float: left;
	height: 212px;
	width: 198px;
}




/* _____ 下部左側コンテンツ「What's NEW」「所在地・名称」 ______ */

#top_content #lower_left_content {
	float: left;
	width: 548px;
	margin: 0px;
	padding: 0px;
}


/* _____ 所在地・名称 ______ */

#top_content #lower_left_content #address {
	float: left;
	height: 90px;
	width: 535px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




/* _____ what's new ______ */

#top_content #whats_new {
	width: 535px;
	margin-right: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-top: 10px;
	float: left;
	padding-bottom: 8px;
}

#top_content #whats_new a{
	text-decoration: none;
}

#top_content #whats_new a:link{
	text-decoration: none;
	color: #006699;
}

#top_content #whats_new a:visited{
	text-decoration: none;
	color: #990000;
}

#top_content #whats_new a:hover{
	text-decoration: none;
	color: #3333CC;
}



#top_content #whats_new #title {
	float: left;
	height: 30px;
	width: 535px;
	padding-bottom: 15px;
}
#top_content #whats_new #new_item {
	float: left;
	width: 520px;
	padding-left: 15px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #111111;
	line-height: 16px;
}


#top_content #whats_new #new_item .days {
	width: 88px;
	float: left;
	height: 21px;
}




/* _____ 右下リンク部分 ______ */

#lower_right_link {
	float: right;
	padding-top: 10px;
	width: 352px;
	margin: 0px;
	height: 290px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#lower_right_link #img001 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 350px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	height: 90px;

}

#lower_right_link #img002 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
	height: 60px;
	width: 350px;

}






/* _____ 右下カウンター______ */

#count {
	text-align: center;
	width: 350px;
	margin: 0px;
	float: right;
}


