/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


/*-----------------------------------------
繧ｫ繧ｹ繧ｿ繝?險ｭ螳?
------------------------------------------*/
#introwrap{
	position:fixed;
	width:100%;
    min-width: 1000px;
	height:100%;
	background:url(../img/top/about_c.png) no-repeat center top;
	overflow:auto;
}
.scroll-pane {
	position:absolute;
    overflow: auto;
    width: 839px;
    height: 400px;
	top: 30px;
	left: 30px;
}
.scroll-pane .jspVerticalBar {
	position:absolute;
    width: 10px;
	background:#333;
    height: 400px;
	right:0px;

}
.scroll-pane .jspTrack {
	position:relative;
    background:none;
}
.scroll-pane .jspDrag {
	position:relative;
    background:#bf1313;
}

.jspPane img{
	margin-left:0px;	
}
#intro_close{
    position: fixed;
    left: 50%;
    top: 47px;
    cursor: pointer;
    width: 65px;
    height: 65px;
    z-index: 1;
    margin-left: 413px;
}
#intro_h{
    position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -470px;
	padding-bottom:50px;
}

#ga_close{
    position:fixed;
	right:0px;
	top:0px;
	cursor:pointer;
	z-index:1;
}
#gallery_h{
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*---------------------
RT繧ｭ繝｣繝ｳ繝壹?繝ｳ
--------------------*/

#rt_close{
    position: absolute;
    left: 50%;
	top: -45px;
    cursor: pointer;
    width: 65px;
    height: 65px;
    z-index: 1;
    margin-left: 280px;
}

#rt_h iframe{
    width: 500px;
    height: 3600px;
    background-color: #000;
    overflow: hidden;
    border: none;
    margin: 0 auto;
}
#rt_h {
    width: 1280px;
    height: 770px;
    left: 50%;
    top: 70px;
    margin-left: -640px;
    padding: 10px;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}






