@charset "utf-8"
/* CSS Document */


.body {
	float:left;
	width:800px;
	margin:0px;
	padding:0px;
	}


img {
	border:0px;
	}


h2.h2 {
	width:800px;
	height:30spx;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:10px;
	line-height:30px;
	text-indent:0.5em;
	background-image:url(/cg/weekly/img/h2bn.gif);
	background-repeat:no-repeat;
	clear:both;
	}


.thisweeks {
	width:800px;
	height:370px;
	padding:0px;
	margin-top:15px;
	}


.thisweeks img {
	float:left;
	margin:5px 0px 5px 5px;
	border:1px solid #000000;
	}


.thisweeks_gal {
	float:left;
	width:800px;
	margin:5px 0px 5px 0px;
	}


.thisweeks_gal h2 {
	margin:5px 0px 5px 0px;
	padding:0px;
	width:800px;
	color:#FF6600;
	font-size:medium;
	font-weight:bold;
	line-height:18px;
	background-color:#FFFFFF;
	}


.thisweeks_gal p {
	width:800px;
	margin:5px 0px 5px 0px;
	}


.thisweeks_gal ul {
	margin:3px 0px 15px 0px;
	width:800px;
	}


.thisweeks_gal ul li {
	margin:5px;
	}


.thisweeks_gal img {
	margin:0px;
	}


.select_img {
	width:800px;
	height:320px;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	clear:both;
	}


.select_img ol {
	width:770px;
	height:auto;
	padding:0px;
	margin:15px;
	clear:both;
	}

.select_img ol li {
	float:left;
	height:auto;
	margin:0px;
	list-style-type:none;
	padding:0px 5px 5px 0px;
	}


.ohp {
	width:800px;
	margin:5px 0px 5px 0px;
	clear:both;
	}


.ohp img {
	margin-top:10px;
	}


.back {
	width:800px;
	margin-top:30px;
	clear:both;
	}




/* ↓Ajaxで画像を開く */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(/s/weekly/img/blank.gif) no-repeat;
	display: block;
	}

#prevLink {
	left: 0;
	float: left;
	}

#nextLink {
	right: 0;
	float: right;
	}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/s/weekly/img/prevlabel.gif) left 15% no-repeat;
	}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/s/weekly/img/nextlabel.gif) right 15% no-repeat;
	}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{
	padding:0 10px;
	color: #666;
	}

#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
	}
	
#imageData #caption{
	font-weight: bold;
	}
	
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	}

#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* ↑Ajaxで画像を開く */
