@charset "utf-8";

/************************************************************
 * nyroModal
 ************************************************************/
.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
}

.nyroModalCloseButton 	{
	background: url(../img/sprites/lightbox.png) no-repeat -186px 0;
	top: 10px;
	right: 16px;
	outline: none;
	height: 14px;
	width: 50px;
	line-height: 1.2;
	text-align: right;
}

.nyroModalTitle {
	top: 20px;
	left: 0;
	margin: 0;
	font-size: 1.1em;
	text-indent: -9999em;
}

/* 囲みpadding */
.nyroModalCont {
	position: absolute;
	background-color: #FFFFFF;
	padding: 50px 70px;
}

.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}

.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 10px;
	min-height: 250px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	overflow: none;
}
.nyroModalImage img {
	vertical-align: top;
	border: 1px #D8D2B7 solid;
}
.nyroModalHidden {
	left: -9999px;
	top: -9999px;
}

/* 囲みpadding@load中 */
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #FFF url(../img/ajaxLoader.gif) no-repeat center;
	padding: 50px 70px;
}

/* ボタンの高さもろもろ */
.nyroModalPrev,
.nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999px;
}

.nyroModalPrev 			{ 
	background: url(../img/sprites/lightbox.png) no-repeat 0 0;
	width: 30px;
	height: 100px;
	top: 50%;
	left: 20px;
	margin-top: -50px;
	}
.nyroModalPrev:hover	{ background-position: 0 -100px; }
.nyroModalPrev:active 	{ background-position: 0 -200px; }

.nyroModalNext 			{ 
	background: url(../img/sprites/lightbox.png) no-repeat -30px 0 ;
	width: 30px;
	height: 100px;
	top: 50%;
	right: 20px;
	margin-top: -50px;
	}
.nyroModalNext:hover	{ background-position: -30px -100px; }
.nyroModalNext:active	{ background-position: -30px -200px; }


#headTitle {
	position: absolute;
}

#footTitle {
	position: absolute;
	bottom: 20px;
	left: 0px;
	text-align: center;
	width: 100%;
	color: #625633;
	font-size: 14px;
	zoom: 1;
}

