charset "utf-8";"


/*-------------------------------------*/

div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
}

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

div#bgHeader{
	background: #fff;
}

@media screen and (min-width: 641px){
	div#header{
		width: 960px;
		margin: 7px auto;
	}
}
@media screen and (max-width: 640px){
	div#header{
		width: 97%;
		margin: 7px auto;
	}
}

div#logo{
	float: left;
	width: auto;
}

div#logo img.logo{
	width: 184px;
}

div#logo-smart{
	float: left;
	width: auto;
}

div#logo-smart img.logo{
	width: 184px;
}



/*-------------------------------------*/
/* グローバルナビゲーション */
/*-------------------------------------*/
div#header ul#gNavi{
	float: right;
	margin-bottom: 0;
	padding-bottom: 0;
}
	
@media screen and (min-width: 641px){
	ul#gNavi li{
		float: left;
	}
	ul#gNavi li.lastItem{
		margin-left: 0;
		color: #fff;
	}
	div#header ul#gNavi li a{
 		font-size: 12px;
		text-decoration: none;
		display: block;
		margin-top: 19px;
		padding: 12px 46px;
		font-weight: bold;
		color:#545454;
		border-left:1px dotted #545454;
	}
}
@media screen and (max-width: 640px){
	div#header ul#gNavi{
		width:100%;
		height:100%;
	}
	div#header ul#gNavi li a{
		display: block;
		text-decoration: none;
 		font-size: 14px;
		font-weight: bold;
		text-align: center;
		color:#545454;
		padding: 12px;
		margin: 8px;
		border-left:1px dotted #545454;
		border-right:1px dotted #545454;
		border-top:1px dotted #545454;
		border-bottom:1px dotted #545454;
	}
	ul#gNavi li.lastItem{
		margin-top: 20px;
		color: #fff;
	}
}

div#header ul#gNavi li a:hover{
	color: #228B22;
	background-color:#fff;
}

div#header ul#gNavi li a.Selected{
	color: #228B22;
}

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

div#footer{
	background: #fff;
	text-align: center;
	border-top: 1px solid #228B22;
}

div#footer p#copyright{
	text-align: center;
	padding: 10px;
	color: #228B22;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}
