@charset "UTF-8";

html {
	color:#000;
	background:#fff;
}
body{
	margin: 0;
	padding: 0;
	background: #fff;
}
object{
	outline:none;
}
.index-container{
	margin: 0;
	padding: 0;
	width: 100%;
}
#slideshowImage{
	overflow: hidden;
}
.noflash-container{
	margin: 0;
	padding: 0 10px;
}
.logo{
	position: absolute;
	top: 200px;
	left: 50px;
	z-index: 10;
}
.logo h1{
	margin: 15px 0 36px 0;
	padding: 0;
	background: url("/images/common/logo_echizen-japan.png") no-repeat 0 0;
	width: 235px;
	height: 235px;
}
* .logo h1{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common/logo_echizen-japan.png', sizingMethod='scale');
	width: 235px;
	height: 235px;
}
.logo h1 span{
	display: none;
}
.noflash-container h2{
	border-bottom: #ccc 1px solid;
}
.copyright{
	margin: 36px 0 10px 0;
	padding: 0;
	background: url("/images/common/copyrights.gif") no-repeat 0 0;
	width: 462px;
	height: 20px;
}
.copyright span{
	display: none;
}

.top-information h2{
	font-size: .9em;
}
.top-information p,
.top-information dd,
.top-information dt{
	font-size: .8em;
}


.nf-navi-container{
	margin: 0;
}
.top-information{
	clear: both;
	margin: 27px 0;
	padding: 10px;
	background: #f6f6f6;
}
.nf-navi{
	float: left;
	margin: 0 60px 0 0;
}
.nf-content-container{
}
.nf-navi-container:after{
	content: ""; display: block; height: 0; visibility: hidden; clear: both;
}

a:link{
	color: #666;
	text-decoration: underline;
}
a:visited{
	color: #666;
	text-decoration: underline;
}
a:hover{
	color: #666;
	text-decoration: none;
}

*:first-child+html #slideshowImage{
	-ms-interpolation-mode: bicubic;
}

