/* ■■■■■■■■■■ */
/* ※各サイト固有で変更 */
/* ■■■■■■■■■■ */

/* ヘッダー背景 */
#bodyLayout {
	background-image: url(/img/index/indexHeaderBg.jpg);
	background-repeat: repeat-x;
}
/* ヘッダーコンテンツ */
#indexHeader {
	height: 554px;
	background-image: url(/img/index/indexHeaderContentBg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#indexHeader h1 {
	position: absolute;
	top: 325px;
	left: 136px;
	color: #333333;	/* サイト固有で変更する色 */
}
#indexHeader .indexText {
	width: 270px;
	text-align: left;
	line-height: 1.4;
	position:absolute;
	top: 357px;
	left: 136px;
	color: #999999;	/* サイト固有で変更する色 */
}
#indexHeader .enterWarningText {
	position: absolute;
	top: 457px;
	left: 136px;
	color: #999999;	/* サイト固有で変更する色 */
}

#indexHeader .areaNaviLink {
	width: 467px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #999999;	/* 固定カラー */
	background-color: #E8E8E8;	/* 固定カラー */
	color: #333333;	/* 固定カラー */
	position: absolute;
	bottom: 30px;
	left: 0px;
}
#indexHeader .areaNaviLink a {
	color: #333333;	/* 固定カラー */
}
/* 地図 */
#indexHeader .areaNavi {
	position: absolute;
	top: 144px;
	right: 0px;
}
#indexHeader .exit {
	position:absolute;
	top: 457px;
	left: 406px;
	color: #999999;	/* サイト固有で変更する色 */
}

#indexHeader .leftImage {
	width: 100px;
	height: 499px;
	background-image: url(/img/index/indexLeftImage.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: -100px;
}
/* #indexHeader .rightImage {
	width: 50px;
	height: 499px;
	background-image: url(/img/index/indexRightImage.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: -50px;
} */
/* ↑ここまで、サイト固有で変更 */

#contents .linkBlock {
	width: 900px;
	margin-bottom: 50px;
}

/* アクセスランキング */
#contents .accessRank {
	width: 248px;
	text-align: left;
	float: left;
}
#contents .accessRank h3 {
	width: 248px;
	height: 41px;
	/* padding-left: 25px; */
	text-indent: 25px;
	margin-bottom: 20px;
	line-height: 41px;
	background-image: url(/img/commonImage/contentTitleBg.jpg);
	font-size: 14px;
	font-weight: bold;
}
#contents .accessRank ol {
	margin: 0px 0px 15px 20px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:decimal;
}
#contents .accessRank li {
	margin-bottom: 5px;
	font-size: 12px;
}
#contents .accessRank li a {
	color: #333333;	/* サイト固有で変更する色 */
}
/* 相互リンク */
#contents .pickupLink {
	width: 623px;
	text-align: left;
	float: right;
}
#contents .pickupLink h3 {
	width: 623px;
	height: 41px;
	text-indent: 25px;
	margin-bottom: 20px;
	line-height: 41px;
	background-image: url(/img/commonImage/contentTitleBg.jpg);
	font-size: 14px;
	font-weight: bold;
}
#contents .pickupLink ul {
	margin: 0px 0px 15px 31px;
}
#contents .pickupLink li {
	width: 88px;
	height: 50px;
	overflow: hidden;
	margin: 0px 8px 20px 0px;
	float: left;
}
#contents .pickupLink li a {
	font-size: 12px;
	color: #333333;	/*サイト固有で変更する色  */
}
#contents .pickupLink img {
	margin-bottom: 4px;
}


/* フッター */
#footer {
	position: relative;
	text-align: left;
}
#footer .webMasterMenu {
	position: absolute;
	top: 28px;
	left: 0px;
}
#footer .webMasterMenu,
#footer .webMasterMenu a,
#footer .address a,
#footer address,
#footer address a,
#footer .areaSearch,
#footer .mobile h3 {
	color:#FFFFFF;	/* 固定カラー */
}
#footer .areaSearch .areaMenuList,
#footer .areaSearch .areaMenuList a,
#footer .areaSearch .globalAreaList,
#footer .areaSearch .globalAreaList a,
#footer .mobile a {
	color: #333333;	/* 固定カラー */
}
#footer address {
	font-style: normal;
	position: absolute;
	top: 79px;
	right: 0px;
}
#footer .areaSearch {
	width: 645px;
	padding-top: 117px;
	text-align: left;
}
#footer .areaSearch h3 {
	margin-bottom: 20px;
}
#footer .areaSearch .areaMenuList {
	margin-bottom: 20px;
}
#footer .areaSearch .globalAreaList {
	line-height: 1.8;
}
#footer .areaSearch .globalAreaList a {
	display: block;
	white-space: nowrap;
	float: left;
}
#footer .areaSearch .globalAreaList span {
	display: block;
	float: left;
}
#footer .mobile {
	width: 220px;
	text-align: right;
	position: absolute;
	top: 117px;
	right: 0px;
}
#footer .mobile h3 {
	margin-bottom: 10px;
}
#footer .mobile .mobileQr {
	width: 88px;
	height: 81px;
	padding-top: 6px;
	margin-bottom: 5px;
	text-align: center;
	background-image: url(/img/alpha/mobileQrBg_alpha.png);
	float: right;
}
#footer .mobile a {
	display: block;
	width: 220px;
	white-space: nowrap;
	float: right;
}

#footer .siteIcon .siteIconImage {
	position: absolute;
	top: -44px;
	right: 0px;
}


