@charset "utf-8";

@import "common.css";

/*		Header
----------------------------------------------------*/

div#headerArea {
	background: #000;
	width: 100%;
}
	div#header {
		margin: 0 auto;
		padding: 2px 30px;
		width: 840px;
		overflow: hidden;
	}
		div#header p {
			color: #FFF;
			font-size: 95%;
			float: left;
		}
		div#header ul {
			float: right;
			font-size: 95%;
		}
			div#header li {
				padding: 0 10px;
				display: inline;
				border-right: 1px solid #75C3DA;
			}
			div#header li a:link,
			div#header li a:visited {
				color: #75C3DA;
			}
			div#header li a:hover,
			div#header li a:active {
				color: #76C4DB;
			}

/*		Main
----------------------------------------------------*/

div#contentsArea {
	margin: 0 auto;
	padding-bottom: 40px;
	width: 840px;
	clear: both;
	overflow: hidden;
	position: relative;
	min-height: 100%;
}
	h1 a {
		margin-top: 20px;
		width: 170px;
		height: 40px;
		background: url(../images/logo.gif) top left no-repeat;
		display: block;
		float: left;
	}

/*		Header-navi
----------------------------------------------------*/

ul#head-navi {
	padding: 15px 10px 15px;
	float: right;
	width: 128px;
	height: 42px;
	overflow: hidden;
}
	ul#head-navi li {
		padding: 0 10px 0 0;
		float: left;
	}
	ul#head-navi li a {	
		height: 42px;
		display: block;
		text-indent:-9999px;
	}
	li#navi-shop a {
		width: 128px;
		background: url(../images/navi_shop2.png) 0 0 no-repeat;
	}
	li#navi-shop a:hover {
		background: url(../images/navi_shop2.png) 0 -42px no-repeat;
	}


/*		Main Contents
----------------------------------------------------*/

div#maincontent {
	padding: 5px 16px 0 0;
	width: 558px;
	float: left;
	padding-bottom: 9em;
}

	h2 {
		margin: 20px 0 10px;
		width: 558px;
		height: 22px;
	}
	h2#h2-01 {
		background: url(../images/h2_info.gif) top left no-repeat;
	}
	h2#h2-02 {
		background: url(../images/h2_creator.gif) top left no-repeat;
	}
	
	dl#info {
		padding-bottom: 15px;
		width: 558px;
		overflow: hidden;
	}
		dl#info dt {
			width: 65px;
			line-height: 19px;
			font-size: 95%;
			text-align: center;
			color: #FFF;
			float: left;
		}
		dl#info dt.l-info {
			background: url(../images/label_info.gif) top left no-repeat;
		}
		dl#info dt.l-play {
			background: url(../images/label_play.gif) top left no-repeat;
		}
		dl#info dt.l-look {
			background: url(../images/label_look.gif) top left no-repeat;
		}
		dl#info dt.l-eat {
			background: url(../images/label_eat.gif) top left no-repeat;
		}
		dl#info dt.l-exp {
			background: url(../images/label_exp.gif) top left no-repeat;
		}
		dl#info dt.l-rest {
			background: url(../images/label_rest.gif) top left no-repeat;
		}
		dl#info dd {
			padding: 3px 0 5px;
			float: left;
			width: 393px;
			color: #444444;
		}
		dl#info dd.date {
			padding: 3px 20px 0 10px;
			width: 70px;
			font-weight: bold;
			font-size: 95%;
			color: #666666;
		}

/*		Link Style
----------------------------------------------------*/

/* --- g-menu navi --- */
ul#g-navi {
	width: 558px;
	height: 115px;
	overflow: hidden;
}
	ul#g-navi li {
		padding: 0 6px 0 0;
		float: left;
	}
	ul#g-navi li#navi-live {
		padding: 0;
	}
	ul#g-navi li a {
		width: 88px;
		height: 115px;
		display: block;
		text-indent: -9999px;
	}
	li#navi-play a {
		background: url(../images/navi_play.png) 0 0 no-repeat;
	}
	li#navi-play a:hover {
		background: url(../images/navi_play2.png) 0 -115px no-repeat;
	}
	li#navi-look a {
		background: url(../images/navi_look.png) 0 0 no-repeat;
	}
	li#navi-look a:hover {
		background: url(../images/navi_look2.png) 0 -115px no-repeat;
	}
	li#navi-eat a {
		background: url(../images/navi_eat.png) 0 0 no-repeat;
	}
	li#navi-eat a:hover {
		background: url(../images/navi_eat2.png) 0 -115px no-repeat;
	}
	li#navi-exp a {
		background: url(../images/navi_exp.png) 0 0 no-repeat;
	}
	li#navi-exp a:hover {
		background: url(../images/navi_exp2.png) 0 -115px no-repeat;
	}
	li#navi-buy a {
		background: url(../images/navi_buy.png) 0 0 no-repeat;
	}
	li#navi-buy a:hover {
		background: url(../images/navi_buy.png) 0 -115px no-repeat;
	}
	li#navi-live a {
		background: url(../images/navi_live.png) 0 0 no-repeat;
	}
	li#navi-live a:hover {
		background: url(../images/navi_live2.png) 0 -115px no-repeat;
	}

/* --- creator navi --- */		
ul#creator {
	padding: 0 5px;
	width: 548px;
	overflow: hidden;
}	
	ul#creator li {
		margin: 0 3px 6px;
		float: left;
	}
	ul#creator li a {
		padding: 3px 0 0 3px;
		width: 265px;
		height: 77px;
		display: block;
		background: url(../images/bn_bg.png) 0 0 no-repeat;
	}
	ul#creator li a:hover {
		background: url(../images/bn_bg.png) 0 -80px no-repeat;
	}	

/*		Sidemenu
----------------------------------------------------*/

div#sidemenu {
	padding: 5px 0 0 0;
	width: 266px;
	float: left;
}
	div#sidemenu h3 {
		margin: 20px 0 10px 10px;
	}
	h3#h3-01 {
		background: url(../images/h3_play.gif) top left no-repeat;
		height: 23px;
	}
	h3#h3-02 {
		background: url(../images/h3_look.gif) top left no-repeat;
		height: 21px;
	}
	h3#h3-03 {
		background: url(../images/h3_eat.gif) top left no-repeat;
		height: 21px;
	}
	div#sidemenu ul {
		margin: 0 0 10px 10px;
	}
		div#sidemenu li {
			font-size: 140%;
		}
	div#sidemenu ul.s-navi {
		margin: 10px 0;
		padding: 15px 0 0 10px;
		border-top: 1px dashed #B7B0AC;
	}
		div#sidemenu ul.s-navi li {
			padding-bottom: 5px;
			font-size: 100%;
		}



/*		lightbox
----------------------------------------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2000;
	text-align: center;
	line-height: 0;
}

#lightbox img{
	width: auto;
	height: auto;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color:
	#fff; width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
 padding: 10px;
}

#loading{
 position: absolute;
 top: 40%;
 left: 0%;
 height: 25%;
 width: 100%;
 text-align: center;
 line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background-image: url(http://www.prizumy.com/common/images/blank.gif); /* Trick IE into showing hover */
	display: block;
}

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.prizumy.com/common/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.prizumy.com/common/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.5;
	font-size:80%;
	overflow: auto;
	width: 100%;
}

#imageData{
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
}
	
#imageData #caption{
	font-weight: bold;
	line-height: 1.4;
}

#imageData #numberDisplay{
	display: block;
	clear: left;
	color: #666;
	 margin-top: 10px;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose{
	float: right;
	width: 66px;
	margin:0;
	padding-bottom: 1.0em;
	outline: none;
}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 590;
	width: 100%;
	height: 500px;
	background-color: #000;
}

