/*----------------------------------------------------
style css for kounkan


/* top   -------------------------------------------*/

.bg_img {
min-height:100%;
min-width:1024px;
width:100%;
height:auto;
position:fixed;
top:0;
left:0;
}

div#top_container {
	position:relative;
	width:1050px;
	margin: 0 auto;
	text-align: left;
	overflow: .hidden;
}

div#top_container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html div#top_container {
	height: 1em;
	overflow: visible;
}
/**/

body > #top_container {
	height:auto;
	min-height: 100%;
}

* html #top_container {
	height:100%;
}

.check_availability {
	margin:0 0 0 50px;

}

#top_container h1 {
	margin:284px auto 0 ;
	text-align:center;
}

#top_container .menu {
	width:504px;
	margin-top:65px;
	padding-right:130px;
	float:right;
}

#top_container .menu ul {
	list-style:none;
	padding:0;
	margin:0;
}

#top_container .menu li {
	float:left;
	padding-left:32px;
}

#top_container .news {
	width:380px;
	margin-top:65px;
	padding-left:35px;
	float:left;
}

#top_container .news p {
	float:left;
}

#top_container .news ul {
	float:left;
	list-style:none;
	padding:10px 0 0 20px ;
}

#top_container .news li {
	color:#FFF;
	padding-bottom:13px;
}

#top_container .news a:link {
	color: #FFF;
	text-decoration: underline;
}
#top_container .news a:visited {
	color: #FFF;
	text-decoration: underline;
}
#top_container .news a:hover {
	color: #ff6600;
	text-decoration: none;
}
#top_container .news a:active {
	color: #ff6600;
	text-decoration: none;
}


#top_footer {
	clear:both;
	width:1050px;
	padding-bottom:70px;
}

#top_footer .adress {
	float:left;
	color: #FFF;
	margin:70px auto 50px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#top_footer .copyrigt {
	float:right;
	text-align:right;
	color:#FFFFFF;
	margin:70px auto 50px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#top_container .copyrigt a:link {
	color: #FFF;
	text-decoration: underline;
}
#top_container .copyrigt a:visited {
	color: #FFF;
	text-decoration: underline;
}
#top_container .copyrigt a:hover {
	color: #ff6600;
	text-decoration: none;
}
#top_container .copyrigt a:active {
	color: #ff6600;
	text-decoration: none;
}


