@charset "utf-8";

html{
	background: white;
}

body{
	background: url(../img/bg.gif) repeat-y top center #fff;
}

div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
}

div#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
       margin-bottom: 0;
       border-right: 1px solid #ccc;


}

div#header h1{
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 300px;
	padding: 26px 0 0 0;
}

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 a{
	font-size: 13px;
       background : none 0% 0% / auto auto repeat scroll padding-box border-box white;
	color: #00008b;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 30px 13px;
}

div#header ul#gNavi li a:hover{
	background: #6495ed;
	color:white;
}

div#footer{
	background: #000;
	margin-top: 60px;
	text-align: center;
	padding: 15px 0
;
}

div#footer p#copyright{
	text-align: center;
	color: #fff;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}