body {
	
	margin: 0;
	padding: 0;
	border:none;
	background: #000000;
	
	/*アンチエイリアスのかかり具合を指定するプロパティ*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

a:active, a:focus {
outline: 0
}

h1 {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	/*margin-left:50px;*/	
}
a:hover {
	border: none;
}

.loadset1 {
	position: absolute;
	left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	}

	
.slash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	}
	
.small {
	position: absolute;
	left: 0px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: normal;
	font-weight: lighter;
	}
	
.smallgris {
	color: #D8D8D8;
	}

.small_dark {
	font-size:12px;
	color: #FFFFFF;
	
}

.next {
	display:block;
	clear:both;
	text-align: right;
	}

.prev {

	display:block;
	clear:both;
	text-align: right;
	}
	
.loadset2 {
	position: absolute;
	left: 190px;
}

#overlay {
	position: relative;
	width: 100%;
	height:100%;
	z-index:200;
	zoom:1;
}

fieldset {
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: none;

}
fieldset * {
	text-align: left;
	border: none
}

.small a:hover {
	color: #FFEDDD;
	}

#control {
	margin-top: -8px;
	margin-left: -0.5px;
	text-align: left;
	line-height: 24px;
	border: none;
}
#control a {
	text-decoration: none;
	border: none;
}

#thumbs, #thumbs1, #thumbs2 {
	text-align: center;
}
#thumbs a, #thumbs1 a, #thumbs2 a {
	display: block;
	line-height: 22px;
	float: left;
	width: 22px; 
	height: 22px;
}

#transition {
	width:100%;
}

#showtitle {
	z-index: 3;
	position: relative;
	display: none;
	padding: 10px;
	width: 275px;
	border: none;

}


#superbgimage {
	display: none;
}
#superbgimage img {
	cursor:pointer;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

#audioplayer {
	margin-left:50px;	
}
.fb {
	margin-left:50px;
	margin-top:0px;
	margin-right:0px;
	border:none;
	overflow:hidden;
	width:106px;
	height:21px;
}

/* ****************************************************
  ボールド【.bold】
***************************************************** */

/*通常の文字用*/
.bold1,bold2,bold3{
	/*アンチエイリアスのかかり具合を指定するプロパティ*/
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}
.bold1{ font-weight:500 !important;}
.bold2{ font-weight:600 !important;}
.bold3{ font-weight:700 !important;}

/*白抜き用（Macで太くなる為）*/
.boldW1{ font-weight: bold !important;}

/* ****************************************************
  イタリック【.italic】
***************************************************** */

.italic{
	font-style:italic;
	letter-spacing:0.05rem;
}
