@charset "utf-8";
@import url(basic.css);
@import url(overview-menu.css);


/*右メインボディ
----------------------------------------------- */
h3.lead {
	clear: both;
	margin-top: 20px;
	font-weight: normal;
	font-size: 100%;
	width: 634px;
	margin-right: auto;
	margin-left: auto;
}

h4.category-title {
	clear: both;
	margin-top: 25px;
}

/*右メインボディ　
----------------------------------------------- */
.category-conteiner {
	clear: both;
	width: 658px;
	margin-top: 13px;
	overflow: hidden;
}

.category-conteiner2 {
	clear: both;
	width: 658px;
	margin-top: 13px;
	overflow: hidden;
}

.category-left-box {
	float: left;
	width: 210px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cfcfcf;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	border-left-color: #cfcfcf;
}
.category-center-box {
	float: left;
	width: 210px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cfcfcf;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	border-left-color: #cfcfcf;
	margin-left: 11px;
}
.category-right-box {
	float: right;
	width: 210px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cfcfcf;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	border-left-color: #cfcfcf;
}

/*右メインボディ　カテゴリーのタイトルリンク
----------------------------------------------- */
h6 {
	font-weight: normal;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	clear: both;
	padding-top: 0.7em;
	padding-right: 0px;
	padding-bottom: 0.7em;
	padding-left: 0px;
	line-height: 160%;
}

/*右メインボディ　カテゴリーのリンク
----------------------------------------------- */
a.cate-overview {
	background-image: url(../img/overview-index/main-overview-title-off.gif);
	height: 33px;
	width: 210px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	float: left;
}
a.cate-history {
	background-image: url(../img/overview-index/main-history-title-off.gif);
	height: 33px;
	width: 210px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	float: left;
}
a.cate-principles {
	background-image: url(../img/overview-index/main-principles-title-off.gif);
	height: 33px;
	width: 210px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	float: left;
}
a.cate-culture {
	background-image: url(../img/overview-index/main-culture-title-off.gif);
	height: 33px;
	width: 210px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	float: left;
}
a.cate-region {
	background-image: url(../img/overview-index/main-region-title-off.gif);
	height: 33px;
	width: 210px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	float: left;
}
a.cate-media {
	background-image: url(../img/overview-index/main-media-title-off.gif);
	height: 33px;
	width: 210px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	float: left;
}


/*右メインボディ　カテゴリーのリンク　ロールオーバー
----------------------------------------------- */
a:hover.cate-overview {
	background-image: url(../img/overview-index/main-overview-title-on.gif);
}
a:hover.cate-history {
	background-image: url(../img/overview-index/main-history-title-on.gif);
}
a:hover.cate-principles {
	background-image: url(../img/overview-index/main-principles-title-on.gif);
}
a:hover.cate-culture {
	background-image: url(../img/overview-index/main-culture-title-on.gif);
}
a:hover.cate-region {
	background-image: url(../img/overview-index/main-region-title-on.gif);
}
a:hover.cate-media {
	background-image: url(../img/overview-index/main-media-title-on.gif);
}
