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

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

/* お知らせ */

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

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

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

#topInformation #infoJournalBox {
	width: 450px;
	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: #1d9a69;
	padding: 1px 1px 1px 4px;
	width: 15%;
	font-size: 75%;
	line-height: 150%;
}

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

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

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

/* リンクボタン 上段 */

#topBtnTop {
	width: 595px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	clear: both;
	height: 104px;
	position: relative;
}

#topBtnTop ul {
	margin: 0;
	padding: 0;
	display: block;
}

#topBtnTop li {
	margin: 0;
	padding: 0;
	line-height: 100%;
	list-style-type: none;
	display: inline;
}

#topBtnTop a {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 193px;
	height: 104px;
}

#topBtnTop a.center {
	text-align: center;
	position: absolute;
	top: 0;
	left: 201px;
}

#topBtnTop a.left {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}

#topBtnTop a.right {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

/* リンクボタン 下段 */

#topBtnBottom {
	width: 595px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	clear: both;
	height: 104px;
	position: relative;
}

#topBtnBottom ul {
	margin: 0;
	padding: 0;
}

#topBtnBottom li {
	display: inline;
	margin: 0;
	padding: 0;
}

#topBtnBottom a {
	margin: 0 auto;
	padding: 0;
	width: 289px;
	display: block;
}

#topBtnBottom a.left {
	position: absolute;
	top: 0;
	left: 0;
}

#topBtnBottom a.right {
	position: absolute;
	top: 0;
	right: 0;
}
