@charset "utf-8";

html,body{
    height:100%;
}

body {
 font-family: "Helvetica Neue",Helvetica,Arial;
    color:#666;
	font-size:0.8em;
}

div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
	
}

div#headerBg{
	width: 100%;
	border: 1px solid #000;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #1D7DDE),
	color-stop(1, #0A2CC2)
	);
	background-image: -o-linear-gradient(bottom, #1D7DDE 0%, #0A2CC2 100%);
	background-image: -moz-linear-gradient(bottom, #1D7DDE 0%, #0A2CC2 100%);
	background-image: -webkit-linear-gradient(bottom, #1D7DDE 0%, #0A2CC2 100%);
	background-image: -ms-linear-gradient(bottom, #1D7DDE 0%, #0A2CC2 100%);
	background-image: linear-gradient(to bottom, #1D7DDE 0%, #0A2CC2 100%);
    /*IE9以下PIE.htc用ソース*/
    -pie-background: linear-gradient(#1D7DDE 0%, #0A2CC2 100%),no-repeat;
    behavior: url("https://tokyo.glovalex.net/tokyo_test/PIE.htc");
    position:relative;
}

div#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#header h1{
	font-size: 20px;
	font-weight:bold;
	float: left;
	width: 300px;
	padding-top: 14px;
	letter-spacing: 0.08em;
	color: #fff;
}
	
div#header ul#gNavi{
	float: right;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul#gNavi li{
	display: block;
	float: right;
	border-left: 1px solid #dedede;
	width:135px;
}
/*�ǉ�*/
ul#gNavi li a{
	text-align:center;
	font-weight:bold;
}

ul#gNavi li.firstItem{
	border-right: 1px solid #dedede;
}
ul#gNavi li img{
	vertical-align: bottom;
}

ul#gNavi li.lastItem{
	margin-left: 0;
}

div#header ul#gNavi li a{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 30px 13px;
}

div#header ul#gNavi li a:hover{
	background: #222;
}

div#footer{
	background: #0A2CC2;
	margin-top: 45px;
	text-align: center;
}

div#footer p#copyright{
	text-align: center;
	padding: 10px;
	color: #fff;
}
div#footer p a.footer_link{
	margin-left:20px;
	color:#fff;
}

/*�ǉ�*/

h1>img{
	display:inline-block;
	margin-top:-12px;
}



/*�ǉ�*/