/*------------------
ペパボ大感謝祭
2008.03.28
------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

#logpi {
	width: 230px;
	height: 230px;
	top: -50px;
	right: 10px;
	position: absolute;
	}


#outer {
	width: 1000px;
	margin: 0 auto;
	}

.pagetitle {
	text-align: center;
	margin: 0 0 10px 0;
	}
	.pagetitle h3 {
		font-size: 11px;
		text-align: center;
		}


#first-contents {
	margin: 0 0 20px 0;
	}

#radio {
	margin: 0 20px 10px 0;
	}

#moblog {
	margin: 0 20px 0 0;
	}
#bbs {
	margin: 0 0 0 20px;
	}



.title {
	margin: 0 0 10px 0;
	background: #eee;
	}





/* モブログ */

.pager {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 11px;
	font-family: arial;
	}


.moblog {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
	}


.moblog-date {
	margin: 0;
	font-size: 11px;
	font-family: arial;
	}
.moblog-title {
	margin: 0 0 0 0;
	font-size: 14px;
	}

.moblogkun-entry {
	text-align: center;
	}
	.moblogkun-entry img {
		width: 180px !important;
		height: 240px !important;
		border-top: 1px solid #CCC;
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #999;
		border-left: 1px solid #999;
		margin: 5px 0;
		padding: 3px;
		}
	.moblogkun-entry p {
		text-align: left;
		margin: 0 10px;
		padding: 0;
		line-height: 18px;
		text-align: center;
		}




/* Ustream */
#ustream1 {
	margin: 0 0 10px 0;
	}

#ustream2 .title {
	}
#ustream3 .title {
	}


/* bbs */

#comment-area {
	overflow: auto;
	width: 280px;
	height: 360px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #CCC;
	}

.comment {
	text-align: left;
	border-top: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 10px 10px 0 0;
	line-height: 16px;
	font-size: 12px;
	}
	.comment-date {
		margin: 0;
		padding: 0;
		font-family: arial;
		font-size: 11px;
		color: #999;
		}


.pagenate {
	text-align: center;
	margin: 5px 0;
	}


form {
	text-align: center;
	}

form .comment-area {
	background: #CCC;
	}

form textarea.form-comment {
	width: 260px;
	height: 40px;
	border: none;
	margin: 10px;
	}
form input.form-button {
	font-size: 11px;
	border: none;
	background: #FF3355;
	color: #FFF;
	margin: 5px 0 0 0;
	padding: 5px;
	cursor: pointer;
	}


/* about */

#about {
	width: 700px;
	margin-bottom: 20px;
	}

#about .title {
	margin-bottom: 20px;
	}
#about p {
	font-size: 13px;
	margin: 0 20px 10px 20px;
	}

/* link */
#link {
	width: 280px;
	margin: 0 0 0 20px;
	}
#link .title {
	margin-bottom: 20px;
	}
#link ul {
	margin: 0 0 0 20px;
	}



/* 物々交換 */

#butubutu {
	}

#butubutu h3 {
	font-size: 12px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	}


#butubutu #item-area {
	text-align: center;
	}

#butubutu #item-area img {
	margin: 8px;
	}
	#butubutu #item-area img:hover {
		}













#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 1000;
	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(./images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/nextlabel.gif) right 15% no-repeat; }


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

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	

#imageData #caption {
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
	}

#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
