﻿@charset "utf-8";

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

	CommonElements

======================================= */
* {
	margin: 0px;
	padding: 0px;
}

/*html {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	z-index: 1;
	background-image: url(img/carrer001.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000;
	background-position: center;
}

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	position: relative;
	overflow: hidden;
	visibility: hidden;
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/Bg_002.jpg);
	background-repeat: no-repeat;
}
a:link { text-decoration:nderline; color: #0000ff;}
a:visited { text-decoration:nderline; color: #0000ff;}
a:active { text-decoration:nderline; color: #0000ff;}
a:hover { text-decoration:none; color: #0000ff;}
*/


/* #container
--------------------------- */
#container {
	left: 0;
	width: 960px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
section {
	float: left;
	width: 960px;
	height: 640px;
}

/* .stageBase
--------------------------- */
.stageBase {
/*	width: 960px;
	height: 720px;
	position: relative;
	overflow: hidden;
*/}
.stageBase .fieldWrap {
	
	text-align: center;
}
#stage1 {
	background: #fff;
	background-image: url(img/background01.gif);
	background-repeat: repeat;
	opacity: 0.8;
}
/*#stage2 {
	background-image: url(img/webphoto/Fl0001.jpg);
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: 24px 18px;
}
#stage3 {
	background-image: url(img/flowerPhoto/dream02.jpg);
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: 24px 18px;
}
#stage4 {
	background-image: url(img/flowerPhoto/embassyOfRussia05.jpg);
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: 24px 18px;
}
*/

/* .stageSlide
--------------------------- */
.stageSlide {
	position: relative;
	overflow: hidden;
	visibility: hidden;
	width: 960px;
	height: 640px;
}
.stageSlide .slideWrap {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
	content: " ";
	display: table;
}
.stageSlide .slideWrap:after {clear: both;}
.stageSlide .slideWrap {*zoom: 1;}

.stageSlide .slidePanel {
	float: left;
	overflow: hidden;
}

.stageSlide .sdPrev,
.stageSlide .sdNext {
	margin-top: -20px;
	top: 50%;
	width: 30px;
	height: 30px;
	display: block; 
	position: absolute;
	z-index: 2/*90*/;
}
.stageSlide .sdPrev {
	left: 20px;
	background: transparent url(img/slide_prev.png) no-repeat left top;
}
.stageSlide .sdNext {
	right: 20px;
	background: transparent url(img/slide_next.png) no-repeat left top;
}

.stageSlide .slideNav {
	bottom: 30px;
	left: 0;
	/*	width: 100%;
*/
	width: 960px;
	height: 15px;
	text-align: center;
	position: absolute;

	z-index: 2/*88*/;
}
.stageSlide .slideNav a {
	margin: 0 5px;
	width: 10px;
	height: 5px;
	background: transparent url(img/nav.png) no-repeat center center;
	display: inline-block;
	overflow: hidden;
}
.stageSlide .slideNav a.pnActive {
	background: transparent url(img/nav_acv.png) no-repeat center center;
}

/* #pageNav
--------------------------- */
#pageNav {
	top: 0;
	right: 25px;
	width: 15px;
	text-align: center;
	position: fixed;
	z-index: 2;
}
#pageNav ul {
	width: 15px;
	display: block;
}
#pageNav ul li {
	padding-bottom: 10px;
	width: 5px;
	height: 10px;
	display: block;
	overflow: hidden;
}
#pageNav ul li a {
	width: 10px;
	height: 10px;
	background: transparent url(img/nav.png) no-repeat center center;
	display: block;
}
#pageNav ul li.activeStage a {
	background: transparent url(img/nav_acv.png) no-repeat center center;
}

/* #pageDown
--------------------------- */
#pageDown {
	top: 670px;
	width: 100px;
	height: 40px;
	position: fixed;
	overflow: hidden;
	z-index: 3;
	margin-left: 420px;
}
#pageDown a {
	width: 100px;
	height: 40px;
	background: transparent url(img/next_arw2.png) no-repeat center center;
	display: block;
}
