﻿@charset "UTF-8";
/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #000;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, form, th, td, figure
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}

label
{ cursor: pointer;}

img
{ border: 0; vertical-align: top;}

ol, ul
{ list-style: none;}

a:hover img{
	opacity:0.8;
}

/* !Base Fonts -------------------------------------------------------------- */

/* !Clearfix
---------------------------------------------------------- */
.clearfix:after,
#header:after,
.headerIn01:after,
#gNavi ul:after,
#uNavi ul:after,
.headerLink01:after,
.global_footerHelp01:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* !box-shadow
---------------------------------------------------------- */
#global_header,
.global_footerSns01,
.global_footerBnr01,
.global_footerHelp01 > dl,
.global_footerPath01 {
	-webkit-box-shadow: 1px 1px 5px rgba(12,3,7,.05);
	-moz-box-shadow: 1px 1px 5px rgba(12,3,7,.05);
	box-shadow: 1px 1px 5px rgba(12,3,7,.05);
}
/* !header
---------------------------------------------------------- */
#global_header {
	height: 70px;
	/*margin-bottom: 20px;*/
	border-bottom: solid 1px #d6cec9;
	background-color: #fff;
	display: block;
}
	.global_headerIn01 {
		position: relative;
		width: 1120px;
		margin: 0 auto;
	}
		.global_headerLogo01 {
			float: left;
			margin-right: 15px;
			padding-top: 17px;
		}
			.global_headerLogo01 a,
			.global_headerLogo01 img { display: block;}

			.global_headerLogo01 a:hover { opacity: 0.8;}

		.global_headerSelect01 {
			float: left;
			padding-top: 28px;
		}
		.global_headerSelect01 .global_select_depart01 {
			display: block;
			width: 125px;
			height: 29px;
			padding: 2px;
			border: solid 1px #d6cec9;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			font-size: 79%;
		}
		.global_headerNav01 {
			float: right;
			width: 619px;
			margin-right:200px;
			padding-top: 9px;
			padding-left:60px;
		}
		.global_headerLink01 {
			position: absolute;
			top: 0;
			right: 0;
			width: 159px;
			z-index: 9;
		}
			.global_headerLink01 li { float: left;}

				.global_headerLink01 a {
					display: block;
					height: 80px;
					background: url(//www.nanka-e-tabi.com/common/img/btn_header01.gif) no-repeat;
					text-indent: -999em;
				}
					.global_headerLink01 li.link01 a {
						width: 80px;
						background-position: 0 0;
					}
					.global_headerLink01 li.link02 a {
						width: 79px;
						background-position: -80px 0;
					}
					.global_headerLink01 li.link01 a:hover { background-position: 0 -80px;}

					.global_headerLink01 li.link02 a:hover { background-position: -80px -80px;}
/* !gNavi
---------------------------------------------------------- */
#global_gNavi {
	position: relative;
	z-index: 9;
}
	#global_gNavi li {
		position: relative;
		float: left;
	}

		#global_gNavi>ul>li>a {
			display: inline;
			height: 42px;
			text-indent: -999em;
		}
			#global_gNavi li.gnav01 a {
				width: 145px;
				background-position: 0 0;
			}
			#global_gNavi li.gnav02 a {
				width: 138px;
				background-position: -145px 0;
			}
			#global_gNavi li.gnav03 a {
				width: 168px;
				background-position: -283px 0;
			}
			#global_gNavi li.gnav04 a {
				width: 168px;
				background-position: -451px 0;
			}
			#global_gNavi li.gnav01 a:hover { background-position: 0 -42px;}

			#global_gNavi li.gnav02 a:hover { background-position: -145px -42px;}

			#global_gNavi li.gnav03 a:hover { background-position: -283px -42px;}

			#global_gNavi li.gnav04 a:hover { background-position: -451px -42px;}

				#g01 #gNavi li.gnav01 a { background-position: 0 -84px;}

				#g02 #gNavi li.gnav02 a {
					width: 139px;
					margin-left: -1px;
					background-position: -144px -84px;
				}
				#g03 #gNavi li.gnav03 a {
					width: 169px;
					margin-left: -1px;
					background-position: -282px -84px;
				}

		#global_gNavi li ul{
			position: absolute;
			top:42px;
			/*background-color:#fff;*/
		}
		#global_gNavi li ul li {
			visibility: hidden;
			overflow: hidden;
			width: 145px;
			/*height: 40px;*/
			line-height: 40px;
			background:#d32f2f;
			color:#fff;
			border-bottom:1px solid rgba(255, 255, 255, 0.3);
			text-align:center;/* ※追加 */
			z-index: 10;
		}
		#global_gNavi li ul.type02 li { width: 138px; }
		#global_gNavi li ul.type02 li { background:#198ad2; }
		#global_gNavi li ul li:hover { background:#f34f4f; }/* ※追加 */
		#global_gNavi li ul.type02 li:hover { background:#46a2dc; }/* ※追加 */
		#global_gNavi li ul li a {
			display: block;
			height: 0px;
			color:#fff;
			font-size: 115%;/* ※変更 */
			text-decoration: none;/* ※追加 */
		}
		#global_gNavi li:hover ul li a{
			height: 40px;
		}
		#global_gNavi li:hover ul li a:hover{
			text-decoration: none;
		}

		#global_gNavi li:hover ul li, #global_gNavi li a:hover ul li{
			visibility: visible;
			overflow: visible;
			height:40px;
		}


/* !uNavi
---------------------------------------------------------- */
#global_uNavi {
	margin-bottom: 6px;
	overflow: hidden;
}
	#global_uNavi ul { float: right;}

		#global_uNavi li {
			float: left;
			margin-right: 20px;
		}
			#global_uNavi a,
			#global_uNavi img { display: block;}

			#global_uNavi a:hover { opacity: 0.6;}

/* !footer
---------------------------------------------------------- */
#global_footer {
	background-color: #fff;
	padding-top: 30px;
}

	.global_footerSns01,
	.global_footerBnr01,
	.global_footerHelp01,
	.global_footerHoken01,
	.global_footerGlobal01 {
		width: 1120px;
		margin: 0 auto 30px;
	}
		.global_footerSns01,
		.global_footerBnr01 { border: solid 1px #d6cec9;}

			.global_footerSns01 { padding: 25px 20px 22px;}

				.global_ul_sns01 {
					overflow: hidden;
					text-align: center;
				}
					.global_ul_sns01 li {
						display: inline-block;
						vertical-align: top;
						margin: 0 10px;
					}
						.global_ul_sns01 a {
							display: inline-block;
							position: relative;
							padding: 5px 0 5px 45px;
							font-weight: bold;
							font-size: 140%;/* 変更 */
						}
						.global_ul_sns01 a:hover {
							opacity: 0.8;
							text-decoration: none;
						}
						.global_ul_sns01 a:before {
							content: "";
							position: absolute;
							top: 0;
							left: 0;
							width: 34px;
							height: 34px;
							background: url(//www.nanka-e-tabi.com/common/img/ico_sns01.png) no-repeat;
						}
							.global_ul_sns01 li.facebook a:before { background-position: 0 0;}

							.global_ul_sns01 li.twitter a:before { background-position: -34px 0;}

							.global_ul_sns01 li.instagram a:before { background-position: -68px 0;}

							.global_ul_sns01 li.diary01 a:before { background-position: -136px 0;}

							.global_ul_sns01 li.diary02 a:before { background-position: -102px 0;}

			.global_footerBnr01 {
				position: relative;
				padding: 20px;
				background-color: #f9f6f2;
				text-align: center;
			}
				.global_footerBnr01 .slider01 {
					/*width: 895px;*/
					display: inline-block;
					margin: 0 auto;
					overflow: hidden;
				}
					.global_footerBnr01 .slider01 li {
						float: left;
						margin-right: 18px;
						background-color: #fff;
					}
					.global_footerBnr01 .slider01 li:last-child { margin-right: 0;}

						.global_footerBnr01 .slider01 a { display: block;}

						.global_footerBnr01 .slider01 a:hover { opacity: 0.8;}

				.global_footerBnr01 .direction01 {}

					.global_footerBnr01 .direction01 .prev01,
					.global_footerBnr01 .direction01 .next01 {
						display: block;
						position: absolute;
						top: 50%;
						margin-top: -14px;
						width: 31px;
						height: 30px;
						background-position: 0 0;
						background-repeat: no-repeat;
						cursor: pointer;
					}
						.global_footerBnr01 .direction01 .prev01 {
							left: 40px;
							background-image: url(//www.nanka-e-tabi.com/common/img/btn_prev01_no.png);
						}
						.global_footerBnr01 .direction01 .next01 {
							right: 40px;
							background-image: url(//www.nanka-e-tabi.com/common/img/btn_next01_no.png);
						}
						.global_footerBnr01 .direction01 .prev01:hover { background-image: url(//www.nanka-e-tabi.com/common/img/btn_prev01_on.png);}

						.global_footerBnr01 .direction01 .next01:hover { background-image: url(//www.nanka-e-tabi.com/common/img/btn_next01_on.png);}

		.global_footerHelp01 {}

			.global_footerHelp01 > dl {
				float: left;
				width: 360px;
				margin-right: 20px;
			}
			/*A-20190409*/
			.global_footerHelp01 .type01 ul li {
				line-height: 96px;
				padding-top: 10px;
				text-align: center;
			}
			.global_footerHelp01 > dl:last-child { margin-right: 0;}

				.global_dl_find01 dt,
				.global_dl_call01 dt {
					padding: 13px;
					color: #fff;
					font-weight: bold;
					font-size: 115%;
					text-align: center;
				}
					.global_dl_find01 dt { background-color: #282828;}

					.global_dl_call01 dt { background-color: #d32f2f;}

					.global_dl_call01.type01 dt { background-color: #198ad2;}

				.global_dl_find01 dd,
				.global_dl_call01 dd {
					border: solid #d6cec9;
					border-width: 0 1px 1px;
				}
					.global_form_find01 {
						position: relative;
:						height: 100%;
					}
						.global_ul_find01 { padding: 10px;}

							.global_ul_find01 > li {
								display: table;
								width: 100%;
								padding: 10px;
							}
								.global_ul_find01 .title01,
								.global_ul_find01 .input01 {
									display: table-cell;
									vertical-align: middle;
								}
									.global_ul_find01 .title01 { width: 60px;}

										.global_ul_find01 .title01 img { display: block;}

									.global_ul_find01 .input01 { width: auto;}

						.global_select_region01 {
							width: 240px;
							height: 40px;
							overflow: hidden;
							background: url(//www.nanka-e-tabi.com/common/img/btn_select03_no.png) 100% 0 no-repeat;
							font-size: 109%;
							cursor: pointer;
						}
						.global_select_region01.customSelectHover,
						.global_select_region01.customSelectOpen { background-image: url(//www.nanka-e-tabi.com/common/img/btn_select03_on.png);}

							.global_select_region01 .customSelectInner {
								width: 196px !important;
								height: 40px;
								line-height: 40px;
								padding: 0 10px;
								border: solid 1px #d6cec9;
								border-right-width: 0;
								-webkit-border-radius: 5px 0 0 5px;
								-moz-border-radius: 5px 0 0 5px;
								border-radius: 5px 0 0 5px;
								background-image: -webkit-linear-gradient(bottom, #eee, #fff 50%);
								background-image: -moz-linear-gradient(bottom, #eee, #fff 50%);
								background-image: -o-linear-gradient(bottom, #eee, #fff 50%);
								background-image: -ms-linear-gradient(bottom, #eee, #fff 50%);
								background-image: linear-gradient(to top, #eee, #fff 50%);
								word-wrap: break-word;
							}
						.global_form_find01 .ul_code01 { overflow: hidden; padding-left: 8px;}

							.global_form_find01 .ul_code01 li {
								float: left;
								position: relative;
								padding-right: 25px;
							}
							.global_form_find01 .ul_code01 li:before {
								content: "";
								position: absolute;
								top: 50%;
								right: 10px;
								width: 5px;
								height: 1px;
								background-color: #000;
							}
							.global_form_find01 .ul_code01 li:last-child { padding-right: 0;}

							.global_form_find01 .ul_code01 li:last-child:before { display: none;}

								.global_form_find01 .input_code01 {
									display: block;
									padding: 6px;
									width: 105px;
									border: solid 1px #d6cec9;
									-webkit-border-radius: 5px;
									-moz-border-radius: 5px;
									border-radius: 5px;
								}
						.global_form_find01 .button01 {
							/*position: absolute;
							left: 0;
							bottom: 0;
							width: 100%;*/
							padding: 10px;
							border-top: solid 1px #d6cec9;
							background-color: #f9f6f2;
						}
							.global_form_find01 .submit01 {
								display: block;
								width: 96px;
								height: 40px;
								margin: 0 auto;
								padding: 5px;
								border: 0;
								-webkit-border-radius: 5px;
								-moz-border-radius: 5px;
								border-radius: 5px;
								background-color: rgba(0,0,0,1);
								color: #fff;
								font-weight: bold;
								font-size: 115%;
								text-align: center;
								cursor: pointer;
							}
							.global_form_find01 .submit01:hover { background-color: rgba(0,0,0,.8);}

								.global_form_find01 .submit01 span {
									position: relative;
									padding-left: 23px;
								}
								.global_form_find01 .submit01 span:before {
									content: "";
									position: absolute;
									top: -2px;
									left: 0;
									width: 23px;
									height: 23px;
									background: url(//www.nanka-e-tabi.com/common/img/ico_find01.png) 0 0 no-repeat;
								}
					.global_dl_call01 dd {
						padding: 10px 12px 12px;
						text-align: center;
					}
						.global_dl_call01 ul {
							width: 255px;
							margin: 0 auto;
							text-align: left;
							min-height: 100px;  /*A-20190409*/
						}
							.global_dl_call01.type01 ul {
									width: 270px;
							}

								.global_dl_call01 li {
									width: 100%;
									line-height: 20px;
									margin-bottom: 10px;
									overflow: hidden;
									text-align: center;
								}
								.global_dl_call01 li:last-child { margin-bottom: 0;}

									/*.global_dl_call01 .title01 {
										float: left;
										width: 65px;
										padding-top: 4px 0;
										font-weight: bold;
										font-size: 16px;
									}*/
									.global_dl_call01 .title01 {
										width: 100%;
										padding: 8px 24px;
										font-weight: bold;
										font-size: 14px;
										text-align: left;
										padding-bottom: 0px
									 }
									
									
									
										.global_dl_call01.type01 .title01 { width: 80px;}

									.global_dl_call01 .tel01 {
										overflow: hidden;
										color: #d32f2f;
										font-weight: bold;
										/*font-size: 184%;*/ /*D-20200326*/
										/*letter-spacing: -0.08em;*/ /*D-20200326*/
										font-size: 210%; /*A-20200326*/
										letter-spacing: -0.02em; /*A-20200326*/
										text-align: center;
										padding-bottom: 4px;
									}
										.global_dl_call01.type01 .tel01 { color: #198ad2;}

						.global_dl_call01 .note01 { margin-top: 5px;}

							.global_dl_call01 .note01 img {
								display: block;
								margin: 0 auto;
								padding-left: 0px;
							}
	.global_footerPath01 { border-top: solid 1px #d6cec9;}

		.global_footerHoken01 {
			margin: 35px auto 40px;
			padding: 0 60px;
			overflow: hidden;
		}
			.global_ul_mark {
				display: table;
				overflow: hidden;
				margin: auto;
			}
			.global_ul_mark li
			{
				vertical-align:middle;
				padding-bottom:20px;
				padding-right:10px;
				/*padding:10px;*/
				display:table-cell;
			}
			.global_ul_mark li img
			{
				width:60px;
				hight:60px;
				object-fit: contain;
			}
			.global_ul_hoken01 {
				display: inline;
				overflow: hidden;
			}
				.global_ul_hoken01 li {
					display: table-cell;
					vertical-align: middle;
					height: 72px;
					padding-right: 16px;
				}
				.global_ul_hoken01 li.right { padding: 0 0 0 18px;}

					.global_ul_hoken01 li.right a { padding-left: 10px;}

						.global_ul_hoken01 a {
							display: block;
							float: left;
						}
						.global_ul_hoken01 a:hover { opacity: 0.8;}
	.global_footerGlobal01 {
		margin-bottom: 0;
		padding: 55px 0 160px;
		background: url(//www.nanka-e-tabi.com/common/img/bg_shadow01.gif) 0 0 no-repeat;
	}
		.global_footerIn01 {
			margin-bottom: 35px;
			padding: 0 55px;
			overflow: hidden;
		}
		.global_footerIn01:last-child { margin-bottom: 0;}

				.global_logoBox01 {
					float: left;
					overflow: hidden;
				}
					.global_footerLogo01 {
						float: left;
						margin-right: 28px;
					}
						.global_footerLogo01 a { display: block;}

						.global_footerLogo01 a:hover { opacity: 0.7}

				.global_footerLink01 {
					float: right;
					overflow: hidden;
				}
					.global_footerLink01 li {
						float: left;
						margin-left: 10px;
					}
						.global_footerLink01 a { display: block;}

						.global_footerLink01 a:hover { opacity: 0.7}

				.global_copyright01 {
					float: left;
					font-size: 86%;
				}
				.global_footerLink02 {
					float: right;
					padding-right: 10px;
					overflow: hidden;
				}
					.global_footerLink02 li {
						float: left;
						position: relative;
						padding-right: 12px;
						font-size: 86%;
					}
					.global_footerLink02 li:before {
						content: "│";
						position: absolute;
						top: 0;
						right: 0;
					}
					.global_footerLink02 li:last-child:before { display: none;}

						.global_footerLink02 a { color: #000;}


#global_header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#global_footer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

nav {display:block;}

.global_footerHelp01 > dl {
	width:352px\9;
}

.global_form_find01 .input_code01 {
	width: 100px\9;
}
.submit01 {
	background-color: #000\9;
}

.globalHeader_font {
	font-size: 16px;
	padding-top:10px;
	line-height:1.6;
	letter-spacing:0.08em;
	font-weight: 700;
	font-family: "Noto Sans JP", "游ゴシック","游ゴシック体","Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: inherit;
	font-optical-sizing:auto;
}

.globalHeader_nav {
	display:flex;
	height:fit-content;
}

.globalHeader_ul {
	display:flex;
	align-items:center;
	gap:26px;
	list-style:none;
	bolx-sizing:border-box;
}

.globalHeader_a {
	display:flex;
	align-items:start;
	gap:2px;
}

.globalHeader_a a:visited{
	text-decoration: none
	outline:0;
}

.globalHeader_imgdiv{
	display: block;
	height:24px;
}

.globalHeader_img{
	width:auto;
	height:100%;
	display:block;
	object-fit:contain;
	max-width:100%
}

.globalHeader_theme_li{
	position: relative;
	display:flex;
	align-items:center;
	gap:2px;
	padding-bottom:13px;
	border-bottom:3px solid transparent;
}

.globalHeader_theme{
	position:relative;
	display:flex;
	align-items:ceter;
	gap:2px;
	padding-bottom:13px;
	border-bottom:3px solid transparent;
}

.globalHeader_theme_img{
	height:24px;
	display:block;
}

.globalHeader_arrowDown{
	display: block;
	width: 4px;
	height: 4px;
	border-top: 2px solid #777777;
	border-right: 2px solid #777777;
	transform: rotate(135deg);
}

.globalHeader_popuplist{
	opacity: 0;
	visibility: visible;
	transition: opacity 0.3s, visibility 0.3s;
	position: absolute;
	left: 0;
	top: calc(100% + 2px);
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	padding: 20px 15px;
	width: 100%;
	background-color: #48a468;
	box-sizing: border-box;
	z-index: 4;
}

.globalHeader_popupItem{
	transition: none;
	
}

.globalHeader_popupLink{
	transition:none;
}

.globalHeader_Logindiv{
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  padding: 0 16px;
  min-width: 100px;
  box-sizing: border-box;
  height: 100%;
}


.globalHeader_Loginbtn{
	display: grid;
	grid-template-columns: 1fr;
	place-content: center;
	place-items: center;
	padding: 0 0;
	min-width: 100px;
	box-sizing: border-box;
	height: 70px;
	color: #fff;
	border-color: #E94709;
	background-color: #E94709;
}

.globalHeader_imgLogin{
	width:20px;
	height:20px;
	display:block;
	object-fit:contain;
	max-width:100%
}

.navigation {
  display: flex;
  height: fit-content;
}

.navList{
	display:flex;
	align-item:center;
	gap:26px;
}

.navItem{
  display: flex;
  align-items: center;
  gap: 2px;
  padding-top: 10px;
}

.navLink{
display: flex;
    align-items: center;
    gap: 2px;
    padding-bottom: 13px;
    border-bottom: 3px solid transparent;
}

.navLink.popupBtn{
    position: relative;
}

.imgWrap{
display:block;
}

.iconWrap{
height:24px;
}

.imgWrap img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.arrowDwon{
mergin-left:6px;
display: block;
    width: 4px;
    height: 4px;
    border-top: 2px solid #777777;
    border-right: 2px solid #777777;
    transform: rotate(135deg);
}

.popupList{
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 15px;
    width: 100%;
    background-color: #48a468;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 4;
}

.popupItem{
transition:none;
}

.popupLink{
transition:none;
}

.fiWhite{
color#fff;
}

.navLoginWrap{
	display:flex;
	gap:20px;
	width:775px;
}

.navWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: space-between;
    padding: 12px 0 0 0;
    height: 100%;
    box-sizing: border-box;
}

.enSiteLinkWrap{
    display: flex;
}

.enSiteLink{
    position: relative;
    display: block;
    margin: 0 0 0 72.5%;
    padding-left: 10px;
    width: fit-content;
    height: 20px;
    text-align: right;
    font-size: 13px;
    color: #404040;
}

.enSiteLink::after{
  content: "";
  position: absolute;
  inset: 0;
  right: auto;
  left: 0;
  display: block;
  margin: auto;
  width: 5px;
  height: 6px;
  background-color: #777777;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 2;
}

.coSiteLink{
    position: relative;
    display: block;
    margin: 0 0 0 72.5%;
    padding-left: 10px;
    width: fit-content;
    height: 20px;
    text-align: right;
    font-size: 13px;
    color: #404040;
}

.coSiteLink::after{
  content: "";
  position: absolute;
  inset: 0;
  right: auto;
  left: 0;
  display: block;
  margin: auto;
  width: 5px;
  height: 6px;
  background-color: #777777;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 2;
}

.baseText{
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.baseText.small{
    font-size: 13px;
    line-height: 1.4;
}

.fw700{
	font-weight: 700;
}

.fw500{
	font-weight: 500;
}

.fcWhite{
	color:#fff;
}

.alignC{
	text-align:center;
}

#globalSitelink{
    color:#404040;
    text-decoration: none;
    margin-left:20px;
    
}

#globalSitelink:link{
    color:#404040;
    text-decoration: none;
}

#globalSitelink:visited{
    color:#404040;
    text-decoration: none;
}

#globalSitelink:hover{
    color:#404040;
    text-decoration: none;
}

#corporateSitelink{
    color:#404040;
    text-decoration: none;
    margin-left:160px;
}

#corporateSitelink:link{
    color:#404040;
    text-decoration: none;
}

#corporateSitelink:visited{
    color:#404040;
    text-decoration: none;
}

#corporateSitelink:hover{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinkw{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinkw:link{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinkw:visited{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinkw:hover{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinkt{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinkt:link{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinkt:visited{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinkt:hover{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinko{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinko:link{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinko:visited{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinko:hover{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinks{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinks:link{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinks:visited{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinks:hover{
    color:#404040;
    text-decoration: none;
}

#globalHeaderlinkl{
    color:#fff;
    text-decoration: none;
}

#globalHeaderlinkl:link{
    color:#fff;
    text-decoration: none;
}

#globalHeaderlinkl:visited{
    color:#fff;
    text-decoration: none;
}

#globalHeaderlinkl:hover{
    color:#fff;
    text-decoration: none;
}