/* 初期化 */

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd, span,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
	border: 0px;
	line-height:150%;
}

img { margin:0px; padding:0px; border:0px; }
ul,li { list-style:none; }

/* generals */

body{
  text-align:center;
  background-color:#FFFFFF;
  margin:0;
  color: #555;
  font-size: 11px;
  }

body#bottom{
  text-align:center;
  background-image: url(images/bg_bottom.jpg);
  background-repeat: repeat;
  margin:0;
  color: #555;
  font-size: 11px;
  }


a:link{ text-decoration:none; color:#BCC4BC; }
a:visited{ text-decoration:none; color:#BCC4BC; }
a:hover  { text-decoration:none; color:#555; }


img.cover{
  z-index: -1; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  }

/*sidebar*/

#sidebar{
  width: 250px;
  height: auto;
  position: absolute;
  top: 30px;
  left: 30px;
  margin: 0;
  padding: 0;
  text-align: left;
  }

img.logomark{
  margin: 0;
  }

img.logo{
  margin: 25px 0 0;
  }


#sidebar_left{
  width: 150px;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  }

.gnavi{
  width: 150px;
  height: auto;
  float: left;
  text-align: left;
  margin: 20px 0 0;
  padding: 0;
  }

.gnavi li{
  padding: 0 0 10px;
  list-style: none;
  }

.gnavi li.twitterIcon{
  padding-top:20px;
}

#sidebar_right{
  width: 70px;
  height: auto;
  text-align: left;
  float: right;
  margin: 20px 0 0;
  }

.second_navi li{
  padding: 0 0 9px;
  list-style: none;
  }

img.copyright{
  margin: 20px 0 0 50px;
  }

/*contents*/


#contents{
  width: 610px;
  height: auto;
  text-align: left;
  float: right;
  margin: 30px 0 0;
  behavior: expression(IEPNGFIX.fix(this));
  }

.contents_r{
  width: 50px;
  height: auto;
  text-align: left;
  float: right;
  margin: 0;
  }

.contents_l{
  width: 540px;
  height: auto;
  text-align: left;
  float: left;
  margin: 0;
  }

.contents_right{
  width: 520px;
  height: auto;
  text-align: left;
  float: right;
  margin: 0;
  }

.contents_left{
  width: 15px;
  height: auto;
  text-align: left;
  float: left;
  margin: 0 0 30px;
  padding: 3px 0 0;
  }

.thumbox1{
  color: #000000;
  padding: 20px 10px 10px 20px;
  }

.thumbox1 img{ float: left; margin: 0 0 10px 5px; border: #CCCCCC solid 1px; }

img.thum_head{margin: 0 0 10px 5px; border: none; }

.thumbox1 h3{
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px;
  letter-spacing: 0px;
  }

.thumbox1 p{
  margin: 0;
  padding: 0;
  }

img.headline{ margin: 0 0 5px; }

img.prof_img{ float: right; margin: 0 0 5px; z-index: -1; }


* html .boxstart,box,boxend {
behavior: expression(IEPNGFIX.fix(this));
}

.boxstart{
  width: 518px;
  height: 10px;
  background-image: url(images/box_start.png) ;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  behavior: expression(IEPNGFIX.fix(this));
  }

.box{
  width: 518px;
  height: auto;
  background-image: url(images/box.png) ;
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
  behavior: expression(IEPNGFIX.fix(this));
  }

.boxend{
  width: 518px;
  height: 10px;
  background-image: url(images/box_end.png) ;
  background-repeat: no-repeat;
  margin: 0 0 30px;
  behavior: expression(IEPNGFIX.fix(this));
  }

.entry{
  padding: 13px 20px 10px;
  }

.entry img{ margin: 0 0 10px; border: #CCCCCC solid 1px; }

.entry h2{
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 15px;
  letter-spacing: 1px;
  }

.entry h3{
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 15px;
  letter-spacing: 1px;
  }
 
 .entry h4{
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 3px;
  letter-spacing: 1px;
  }
 
.entry p{
  color: #333333;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px;
  letter-spacing: 0px;
  }


.news_entry{
  padding: 25px 20px 15px; 
  }

.news_entry img{ margin: 0 0 10px; border: #CCCCCC solid 1px; }

.news_entry h3{
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 15px 17px;
  letter-spacing: 1px;
  background-image: url(images/h3_bred.png);
  background-repeat: no-repeat;
  }
 
.news_entry p{
  color: #333333;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px 17px;
  letter-spacing: 0px;
  }



/*option*/

.notice{ color: #555; font-size:10px; text-align: center; }

.counter{ margin: 0; }
 
.clear{
  clear:both;
  line-height:1px;
  }

a:focus { -moz-outline-style: none; }  
  
/*lightbox2*/

#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(image/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(image/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(image/next.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;
	}
