@charset "UTF-8";
/*
////////////////////////////////////////////////
////////////////////////////////////////////////

loader

////////////////////////////////////////////////
////////////////////////////////////////////////
*/
#loader {
    width: 27px;
    height: 27px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -13px; /* heightの半分のマイナス値 */
    margin-left: -13px; /* widthの半分のマイナス値 */
    z-index: 100;
}
/*

header

*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #FFF;
	border-bottom: 1px solid #F3F3F3;
	z-index: 90;
}
h1 {
	text-align: center;
	margin: 10px 0 0 0;
}
/*




*/
#privacypolicy {
	position: relative;
	width: 960px;
	margin: 120px auto 60px auto;
}
h2 {
	text-align: center;
	margin: 0 0 60px 0;
	line-height: 0;
}
nav {
	position: absolute;
	top: 0;
	right: 95px;
	width: 17px;
	height: 17px;
}
#close {
	margin: 0;
	padding: 0;
	line-height: 0;
	background-image: url(../images/close_on.gif);
	background-position: 0px 0px;
}
#textarea {
	width: 770px;
	margin: 0 auto;
}
h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 24px 0 0 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-image: none;
	list-style-type: none;
}

/*

scrollbar customize

*/
/* 全体 */
.jspContainer {
	overflow:hidden;
	position:relative;
}
/* スクロールバーを除いたエリア */
.jspPane {
	position:absolute;
}
/* 縦スクロールバー */
.jspVerticalBar {
	position:absolute;
	top:0;
	right:0;
	width:3px;
	height:100%;
}
/* 横スクロールバー */
.jspHorizontalBar {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:0px;
}
/* 背景 */
.jspTrack {
	background:#D5D5D5;
	position:relative;
}
/* ノブ */
.jspDrag {
	background:#000000;
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float:left;
	height:100%;
}