/* ---------------------------------------------------------------- */
/* トップページ用 (デフォルト上書き) */

/* ---------------------------------------------------------------- */

#main {
	background-image: none;
}

/* コンテンツ用エリア設定 */

#contents {
	margin: 0 auto;
	padding: 0;
	display: block;
	float: left;
	width: 100%;
}

#contents_inner {
	padding: 0;
	display: block;
	margin: 0 auto;
}

/* 飯田グループからのお知らせ */

#topInformation {
	width: 906px;
	margin: 0 auto 15px;
	background: url(../images/top_info_om_body.gif) repeat-y center center;
	padding: 0;
}

#topInformation p {
	margin: 0;
	padding: 0;
}

#topInformation #infoTitle {
	width: 179px;
	display: block;
	float: left;
	text-indent: -10000px;
	height: 35px;
}

#topInformation #infoJournalBox {
	width: 725px;
	display: block;
	float: left;
}

#topInformation #infoJournalBox table {
	background-color: transparent;
	border-style: none;
}

#topInformation #infoJournalBox th {
	background-color: transparent;
	border-style: none;
	vertical-align: top;
	color: #2f3092;
	padding: 1px 1px 1px 3px;
	width: 18%;
	text-align:left;
	font-size: 12px;
	line-height: 20px;
}

#topInformation #infoJournalBox td {
	background-color: transparent;
	border-style: none;
	vertical-align: top;
	padding: 1px;
	font-size: 12px;
	line-height: 20px;
}

#topInformation #infoJournalBox td a {
	color: black;
}

#topInformation #infoJournalBox td a:hover {
	color: gray;
}


/*スタッフブログの更新情報*/

#topStaff {
	width: 906px;
	margin: 0 auto 15px;
	background: url(../images/top_staff_om_body.gif) repeat-y center center;
	padding: 0;
}

#topStaff p {
	margin: 0;
	padding: 0;
}

#topStaff #infoTitle {
	width: 179px;
	display: block;
	float: left;
	text-indent: -10000px;
	height: 35px;
}

#topStaff #infoJournalBox {
	width: 725px;
	display: block;
	float: left;
}

#topStaff #infoJournalBox table {
	background-color: transparent;
	border-style: none;
}

#topStaff #infoJournalBox th {
	background-color: transparent;
	border-style: none;
	vertical-align: top;
	color: #2f3092;
	padding: 1px 1px 1px 3px;
	width: 15%;
	font-size: 75%;
	line-height: 150%;
}

#topStaff #infoJournalBox td {
	background-color: transparent;
	border-style: none;
	vertical-align: top;
	padding: 1px;
	font-size: 75%;
	line-height: 150%;
}

#topStaff #infoJournalBox td a {
	color: black;
}

#topStaff #infoJournalBox td a:hover {
	color: gray;
}



/* 各コンテンツリンク */

table#top_contentsLink {
	background-color: transparent;
	border-style: none;
	width: 906px;
	margin-right: auto;
	margin-left: auto;
}

#top_contentsLink th {
	width: 20%;
	background-color: transparent;
	font-size: 87.5%;
	text-align: center;
	border-style: none;
	border-left: 1px solid silver;
	vertical-align: top;
	padding: 0 0 15px;
}

#top_contentsLink td {
	vertical-align: top;
	padding: 0;
	font-size: 75%;
	border-style: none;
	border-left: 1px solid silver;
	margin: 0;
	line-height: 150%;
}

#top_contentsLink th.left {
	border-left-style: none;
	padding: 0;
	margin: 0;
}

#top_contentsLink td.left {
	border-left-style: none;
	padding: 0;
	margin: 0;
}

#top_contentsLink td ul {
	margin-right: 10px;
	margin-left: 5px;
}

#top_contentsLink td ul li a {
	text-decoration:none;
}

#top_contentsLink td ul li a:hover {
	text-decoration:underline;
}

#top_contentsLink td ul li {
	list-style-image: url(../images/arr_top_list_01.gif);
	margin-bottom: 0.5em;
}

#top_contentsLink td ul li.outsidelink {
	list-style-image:url(../images/blue_arrow.gif);
}

#top_contentsLink td ul li.outsidelink a {
	color:#003ebc;
}

#top_contentsLink td ul li.outsidelink a:hover {
	color:#9dbdff;
}


