@charset "utf-8";


div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
	
}

div#headerBg{
	width: 100%;
	min-width: 960px;
	background: #588BE8;
}

div#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#header h1{
	font-size: 20px;
	float: left;
	width: 300px;
	letter-spacing: 0.08em;
	color: #fff;
	padding-top:5px;
}

div#header div#title{
	float: right;
	width:900px;
}

div#header div#logo{
	padding-top:5px;
}

div#header ul#gNavi{
	float: right;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul#gNavi li{
	display: block;
	float: right;
	border-left: 1px solid #dedede;
}

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 {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px 13px;
}

div#footer{
	background: #588BE8;
	margin-top: 45px;
	text-align: center;
}

div#footer p#copyright{
	text-align: center;
	padding: 10px;
	color: #fff;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}
a[href^="tel:"] {
	 cursor: default; 
}
