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

body {
		background: url(../img/top/praha2017_top.jpg) no-repeat;
	background-size:cover;
	background-position: 20% 0%;
}

.photo_home {
	margin: 0 auto;
	text-align:center;
	overflow:hidden;
	}
	
.photo_home img {
	width:358px;
	text-align:center;
	padding:0;
	margin-right: 70px;
	border: solid 1px #f8f9fb;
	}

.photo_home img:last-child {
	padding:0;
	margin-right: 0;
	}

.photo_home a {
	margin-right: 70px;
	}
.photo_home a:last-child {
	margin-right: 70px;
	}

	/* header HOME用*/
	
.header_home {
	margin:0;
	height: 100px;
}

.header_home .container {
	width:auto;
	margin: 0 auto;
	height: 100px;
	overflow:hidden;
	}
	
.header_home .logo {
	display:block;
	float:left;
	margin:25px 25px 0 40px;
	width:300px;
	}

.header_home .contact {/*お問い合わせ*/
	margin: 20px 0 0 0;
	float: right;
	width: auto;
	}

/* HOME用　ナビゲーションリストのスタイル付け*/
.nav_home {
	float:right;
	height:100px;
	width:300px;
	margin: 0;
	margin-right: 25px;
	}
.nav_home ul {
	margin: 0;
	padding: 0 25px 0 0;
}
.nav_home li {
	list-style: none; /* リストのマーカーを削除 */
	text-indent: -9999px;
	float:left;  
	width: 100px;
	margin: 0;
	padding: 0;	
}
ul.nav_home a, ul.nav_home a:visited { 
	display: block; 
	width: 100%;
	height:100px;
	background: url(../img/top/navi_off.png) no-repeat;
}
ul.nav_home a:hover, ul.nav_home a:active, ul.nav_home a:focus { 
	background: url(../img/top/navi_on.png) no-repeat;
}

#nav1 a{background-position: 0 0;}  
#nav2 a{background-position: -100px 0;}  
#nav3 a{background-position: -200px 0;}  
#nav4 a{background-position: -300px 0;}  
#nav5 a{background-position: -400px 0;}  

#nav1 a:hover{background-position: 0px 0px;}  
#nav2 a:hover{background-position: -100px 0;}  
#nav3 a:hover{background-position: -200px 0;}  
#nav4 a:hover{background-position: -300px 0;}  
#nav5 a:hover{background-position: -400px 0;}  

.nav_home .current {
	background: url(../img/top/navi_on.png) no-repeat;
}

#nav1 a .current{background-position: 0px 0px;}  
#nav2 a .current{background-position: -100px 0;}  
#nav3 a .current{background-position: -200px 0;}  
#nav4 a .current{background-position: -300px 0;}  
#nav5 a .current{background-position: -400px 0;}  
