*{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#444;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
ul, li{
	list-style:none;
}
li img{
	vertical-align: bottom;
}
img{
	border:0px;
	border:none;
}
a{
	text-decoration:none;
}
.clear{
	clear:both;
}
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clearfix {display: inline-block;} 
* html .clearfix {height: 1%;}
.clearfix {display:block;}

html,body {
}

body{
	height:100%;
}
img{
	border:none;
}

#profile{
	position:absolute;
	top:20px;
	left:20px;
}
#profile h1{
	line-height:1.0;
	font-weight:normal;
	font-size:30px;
	color:#ac129c;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-shadow:0 0 1px #bbb, 0 0 1px #bbb, 0 0 1px #bbb, 0 0 1px #bbb;
}
#profile p{
	font-family:Arial;
	font-size:14px;

}
	
#supersized-loader{
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
	background:url(/gravure/img/progress.gif) no-repeat center center;
}
#supersized{
	display:block;
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}
#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
}
#supersized.speed img{
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}/*Speed*/
#supersized.quality img{
	-ms-interpolation-mode:bicubic;
	image-rendering: optimizeQuality;
}/*Quality*/
		
#supersized li{
	display:block;
	list-style:none;
	z-index:-30;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:50% 0%;
	background-image:url(/gravure/img/memberBg.jpg);
}
#supersized a{
	width:100%;
	height:100%;
	display:block;
}
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading {
	background:url(/gravure/img/progress.gif) no-repeat center center;
	width:100%;
	height:100%;
}
#supersized li.image-loading img{
	visibility:hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img{
	display:inline;
}


/********************************** ログイン ***********************/
#login_area{
	background: #fafafa;
	color:#000;
	text-align:center;
	position:absolute;
	bottom:2px;
	right:60px;
	z-index:9000;
}

#login_area span{
	display:inline-block;
	margin-right:10px;
	color:#000;
}
#login_area input.text{
	width:50px;
	height:20px;
	color:#000;
}
#login_area input.button{
	color:#000;
	letter-spacing:1px;
	padding:2px 5px;
}
form {
  padding:5px;
}

.button:hover {
  background: #ee3e52;
}
