@charset "utf-8";

body{
	background:  #EFFBF8;
}

div#bgImg{
	background:  #EFFBF8;
}

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

div#bgwh{
	width: 1040px;
	margin: 9px auto 0;
	background: #fff;
	margin-top: 25px;
	padding: 10px 0;
}

div#header{
	width: 960px;
	padding: 0;
	margin:0 auto;
	text-align: left;
}

div#header h1{
	font-size: 20px;
	font-weight: bold;
	width: 300px;
	float: left;
}

div#header ul#gNavi li a{}
div#header ul#gNavi li a:hover{}

ul#gNavi{
	width: 630px;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 7px 0 0 0;
	float: right;
}

ul#gNavi li{
	display: block;
	float: left;
	margin-left: 30px;
}

ul#gNavi li a{
	font-size: 13px;
	color: #088A85;
	text-decoration: none;
	font-weight: bold;
}

ul#gNavi li a:hover{
	text-decoration: underline;
}

ul#gNavi li.firstItem{
	margin-left: 0;
}

div#footer{
	background: #BDBDBD;
	margin-top: 45px;
	text-align: center;
}

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

#entrance {
	margin: 50px auto 0 auto;
	padding: 20px;
	width: 60%;
	background: #FFF;
}

#wrap{
width: 1000px;
margin: 20px auto;
}
.smallimage {
background-color : #fff;
border: 1px solid #CCC;
padding: 3px;
margin: 10px 5px 0 0;
}

.contain {
    display: inline-block;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    background-size: contain;
}

.cover {
    display: inline-block;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 150px;
    height: 100px;
    border: 1px solid #ccc;
    background-size: cover;
}