@charset "utf-8";
/* CSS Document */



/*---------------------------------------------------*/
footer{
margin:0 auto;
}
footer p{
	font-size:12px;
	margin:0;
	line-height: 24px;
}
/*----------------header--------------------*/
header{	margin:0 auto;}
header img{max-width:100%;}

/*----------------menu--------------------*/
.nav{
	font-size:13px;
	-moz-border-bottom-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	-moz-border-bottom-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	margin:0 5px;
	background-color: #000099;
	height: 45px;
	line-height: 42px;
	}
.nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
.nav li{
	display:inline;
	margin:0;
	padding:3px;
	height: 45px;
	}
	/*
.nav ul li:first-child{
	margin:0px 0px 0 0px;
	}
.nav ul li:last-child{
	margin:0 0px 0px 0;
	}*/
.nav li a{
	display:inline-block;
	color:#FFFFFF;
	padding:0px;
	text-decoration:none;
	}
.nav li a:hover,.nav li a.look{
	color:#FFFFFF;
	display:inline-block;
	background-color: #09F;
	}
	
	
/*----------------menu--------------------*/
#goto_bomare{

	margin: 0 auto;
}
.goto_bom{
	width: 150px;
	height: 87px;
	margin: 0px auto;/*	float: left;*/
}

.goto_bom a.bom01{
	color:#FFFFFF;
	padding:0px;
	display: block;
	text-decoration:none;
	background-image: url(../images/buttom_go_Whitem.png);
	background-repeat: no-repeat;
	}
	

.goto_bom a.bom02{
	color:#FFFFFF;
	padding:0px;
	display: block;
	text-decoration:none;
	background-image: url(../images/buttom_go_bluem.png);
	background-repeat: no-repeat;
	}
	
	

.goto_bom a.bom03{
	color:#FFFFFF;
	padding:0px;
	display: block;
	text-decoration:none;
	background-image: url(../images/buttom_go_yellowm.png);
	background-repeat: no-repeat;
	}		
.goto_bom a:hover{
	color:#FFFFFF;
	background-image: url(../images/buttom_go_ovm.png);
	display: block;
	background-repeat: repeat-x;
	}
