@charset "UTF-8";

/* ==================================================================================

Platinum Hanakoganei
Version: May 2011


1. content, quote, list-style
2. display, position, float, clear, width, height, line-height, vertical-align
3. overflow, visibility
4. margin, padding, border
5. border-collaps
6. color
7. font
8. text-indent, text-align, text-decoration
9. background

================================================================================== */


html,body {
	margin: 0;
	padding: 0;
	color: #000;
  font-family: "ヒラギノ角ゴ Pro W3" , "HiraKakuPro-W3" , "ＭＳ Ｐゴシック" , "メイリオ" , Meiryo , Osaka , sans-serif;
	background-image: none;
	background-color: #fff;
}

#wrapper {
	width: 896px;
	margin: 0 auto;
	padding: 0;
}

#header {
	position: relative;
	padding: 20px 0 16px 0;
}

address {
	clear: both;
	padding-top: 100px;
	text-align: center;
	margin-bottom: 16px;
	font-size: 77%;
	font-family: Helvetica , Arial;
}


#slider {
    position:relative;
    width:896px; /* Change this to your images width */
    height:530px; /* Change this to your images height */
    background: url(../../quality/img/img_loading.gif) no-repeat 50% 50%;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider a {
    border:0;
    display:block;
}

.nivo-directionNav a {
	display:block;
	width:39px;
	height:45px;
	background-image:url(../../quality/img/img_prev-next.gif);
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position: -39px 0;
}

a.nivo-nextNav:hover {
	background-position: -39px -45px;
}

a.nivo-prevNav:hover {
	background-position: 0 -45px;
}


.nivo-controlNav {
	position: absolute;
	left: 320px;
	top: 670px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:24px;
	background:url(../../quality/img/img_bullets.gif) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background-position:0 -24px;
}


.nivo-caption {
	position:absolute;
	left:0px;
	top: 536px !important;
	background:none !important;
	color:#000 !important;
	opacity:1 !important;
	width:100%;
	z-index:100;
	overflow: visible;
	text-align: center;
}
.nivo-caption p {
	margin:0;
	font-size: 100%;
}