#lightwindow_overlay {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;}

#lightwindow {
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0;
	top: 30px;
	left: 100px;}


#lightwindow_container {
	display: none;
	visibility: hidden;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 5px;}

* html #lightwindow_container {
	overflow: hidden;}

#lightwindow_contents {
	z-index: 0;
	position: relative;
	border: 5px solid #cc942a;
	background: #000;}		

.lightwindow_loading1,
.lightwindow_loading2,
.lightwindow_loading3,
.lightwindow_loading4,
.lightwindow_loading5,
.lightwindow_loading6{
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	padding: 10px;}
	
.lightwindow_loading1 {	background: #FAF7ED url(../images/mandom.gif) no-repeat center center;} /*マンダム*/
.lightwindow_loading2 {	background: #FAF7ED url(../images/pip.gif) no-repeat center center;} /*ピップ*/
.lightwindow_loading3 {	background: #FAF7ED url(../images/higashimaru.gif) no-repeat center center;} /*ヒガシマル*/
.lightwindow_loading4 {	background: #FAF7ED url(../images/qbb.gif) no-repeat center center;} /*六甲バター*/
.lightwindow_loading5 {	background: #FAF7ED url(../images/ku.gif) no-repeat center center;} /*関西アーバン*/
.lightwindow_loading6 {	background: #FAF7ED url(../images/ge.gif) no-repeat center center;} /*月桂冠*/

#lightwindow_loading_shim { 
	display: none;
	left: 0px; 
	position: absolute; 
	top: 0px;
	width: 100%; 
	height: 100%;}

#lightwindow_loading span {
	font-size: 12px;
	line-height: 32px;
	color: #444444;
	float: left;
	padding: 0 10px 0 0;}

#lightwindow_loading span a,
#lightwindow_loading span a:link, 
#lightwindow_loading span a:visited {
	color: #c00;
	cursor: pointer;}

#lightwindow_loading span a:hover,
#lightwindow_loading span a:active {
	text-decoration: underline;}


#lightwindow_loading img {
	float: left;
	margin: 0 10px 0 0;}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/


#lightwindow_title_bar {
	height: 20px;
	overflow: hidden;}

	#lightwindow_title_bar_title {
	line-height: 20px;}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		/*float: left;*/
		cursor: pointer;
		padding: 0;
		margin: 0;}