@charset "utf-8";


/*--------------------------------------
  Clearfix
---------------------------------------*/

.clearfix{
    zoom:1;/*for IE 5.5-7*/
	position:relative;/*for preview*/
}
.clearfix:after{/*for modern browser*/
	content: url(../img/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}


/*--------------------------------------
  Other
---------------------------------------*/

.clear{
	clear:both;
	margin:0px;
	padding:0px;
	line-height:0px;
	font-size:0px;
	height:0px;
}
.ja{
	ime-mode:active;
}
.en{
	ime-mode:disabled;
}

img.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}



/*--------------------------------------
  for Like the LightBox 
---------------------------------------*/

#Photo-Out{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	text-align:center;
}
#Photo-Out img{
	margin-top:15px;
	border:15px solid #FFF;
	z-index:110;
}
#Photo-Out img.load{
	margin-top:200px;
}
#Photo-Out img.close{
	position:relative;
	left:35px;
	top:15px;
	z-index:120;
	border:none;
	width:20px;
	height:20px;
	cursor:pointer;
}
#Photo-Out img.prev{
	position:relative;
	left:55px;
	z-index:140;
	border:none;
	width:20px;
	height:20px;
	cursor:pointer;
}
#Photo-Out img.next{
	position:relative;
	right:35px;
	top:15px;
	z-index:150;
	border:none;
	width:20px;
	height:20px;
	cursor:pointer;
}

