/*------------------------------------------*/
/* グローバル ------------------------------*/
/*------------------------------------------*/

body {
	color: rgb(51, 51, 51);
	font-family: 'Lato';
	font-variant: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

a {
	color: rgb(0, 153, 153);
}

/*------------------------------------------*/
/* コンテンツ部分 横幅980pxで中央パネル ----*/
/*------------------------------------------*/

#globalBody  {
	width: 100%;
}

.globalBodyDefault  {
	background-color: rgb(245, 246, 247);
}

.globalBodyContainer {
	width: 980px;
	margin: 0 auto;
}

.globalBodyContainerDefault {
	padding: 20px 0 10px 0;
}

/*------------------------------------------*/
/* ホワイトパネル --------------------------*/
/*------------------------------------------*/

.globalContentsPanel {
	margin-bottom: 10px;
	padding: 15px 15px 5px 15px;
	background: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}

/*------------------------------------------*/
/* ヘッダー --------------------------------*/
/*------------------------------------------*/

#globalHeader {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #ccc;
	/*background-color: rgb(245, 246, 247);*/
	background-color: #fff;
}
#globalHeaderContainer {
	width: 980px;
	/*height: 80px;*/
	height: 135px;
	margin: 0 auto;
}
#globalHeaderContainerTop {
width: 980px;
height: 70px;
}
#userWebPoche_HeaderLogo {
	width: 350px;
	padding-top:25px;
	float: left;
}

/*------------------------------------------*/
/* ヘッダーナビ ----------------------------*/
/*------------------------------------------*/
#globalHeaderContainerNav {
	width: 980px;
	height: 70px;
	padding-top:7px;
}
#globalHeaderContainerNavBody {
	width: 980px;
	height: 40px;
	background-color: #060606;
	background: #060606;
    background: -webkit-linear-gradient(top, #5a5a5a 0%, #1c1c1c 50%, #030303 50%, #000000 100%);
    background: -moz-linear-gradient(top, #5a5a5a 0%, #1c1c1c 50%, #030303 50%, #000000 100%);
    background: -o-linear-gradient(top, #5a5a5a 0%, #1c1c1c 50%, #030303 50%, #000000 100%);
    background: -ms-linear-gradient(top, #5a5a5a 0%, #1c1c1c 50%, #030303 50%, #000000 100%);
    background: linear-gradient(top, #5a5a5a 0%, #1c1c1c 50%, #030303 50%, #000000 100%);
    box-shadow: 1px 0px 0px rgba(225,225,225,0.4) inset,
                -1px 0px 0px rgba(225,225,225,0.2) inset,
                0px 1px 1px rgba(0,0,0,0.1) inset,
                0px -1px 1px rgba(0,0,0,0.3) inset,
                0px 1px 3px #666;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
}

#globalHeaderContainerNavBody ul {
	margin: 0 auto;
	width: 980px;
	height: 40px;
	list-style: none;
	margin: 0;  
	padding: 0 4px;
}

#globalHeaderContainerNavBody ul li {
	width: 158px;
	height: 40px;
	float:left;
	text-align: center;
	border-right: solid 1px #464646;
}

#globalHeaderContainerNavBody ul li a {
	width: 158px;
	height: 40px;
	display: block;
	color: #dadada;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	padding-top: 10px;
	text-shadow: 0 -1px 0 #000;
	letter-spacing: 4px;
}

#globalHeaderContainerNavBody ul li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(50%,#030303), color-stop(51%,#1c1c1c), color-stop(100%,#5a5a5a));	color: #f6aa06
}

/*------------------------------------------*/
/* フッター --------------------------------*/
/*------------------------------------------*/

#globalFooter {
	width: 100%;
	border-top: 15px solid rgb(51, 204, 204);
	background-color: rgb(34,30,31);
	color: #fff;
	margin: 0;
}
#globalFooterContainer {
	width: 980px;
	padding: 15px 0 40px 0;
	margin: 0 auto;
}
#globalFooterBottom {
	width: 100%;
	height: 25px;
	padding-top: 2px;
	text-align: center;
	background-color: rgb(245,246,247);
}
#globalFooterSiteMap {
	width: 700px;
	float: left;
}
#globalFooterCopyright {
	width: 270px;
	float: right;
	text-align: right;
}
.globalFooterSiteMapBody {
	width: 220px;
	height:40px;
	float: left;
	margin-bottom: 20px;
	border-left:3px solid #fff;
}
.globalFooterSiteMapBody p {
	margin: 0 0 0 10px;
	font-weight: bold;
}
.globalFooterSiteMapBody a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
}
.globalFooterSiteMapBody a:hover {
	color: #999;
	text-decoration: none;
}
.globalFooterSiteMapBody small {
	margin: 0 0 0 10px;
	color: rgb(153, 153, 153);
}


/*------------------------------------------*/
/* ナビゲーション --------------------------*/
/*------------------------------------------*/

#TDPS_NavContents {
	margin: -7px 0 10px 0;
}









