@charset "shift_jis";

/*=============================================================
	URI: http://www.yasukuni.or.jp/
	Created: 2007.12
=============================================================*/

@import url("default.css");
@import url("framework.css");
@import url("module.css");

/*========================Contents=============================
 01) 
 
 99) Clear
=============================================================*/
/*-------------------------------------------------------------
	01) 
-------------------------------------------------------------*/
#memo {
	margin: 30px auto 0;
	padding: 13px;
	width: 520px;
	border: solid 2px #efefef;
}
#memo h4 {
	color: #ab4835;
}
#memo p {
	margin-top: 1em;
}
#memo p.note {
	margin-top: 2em;
}

#photoFig {
	margin: 40px auto 50px;
	width: 550px;	
}
#photoFig dt {
	margin-top: 15px;
}
#photoFig ul {
	margin-right: -10px;
	width: 560px;
	overflow: hidden;
}
#photoFig li {
	padding-right: 10px;
	width: 130px;
	float: left;
	font-weight: bold;
	text-align: center;
	line-height: 2.5;
	font-size: 75%;
}
#photoFig li a {
	text-decoration: none;
	color: #333;
}

#lb {
	position: relative;
	width: 690px; height: 550px;
	background: #fff;
	display: none;
}
#lb .close {
	position: absolute;
	top: 10px; right: 10px;
}
#lb #frm {
	margin: 0 auto;
	padding: 35px 0 0;
	letter-spacing: -.4em;
}
#lb .prev,
#lb .frm,
#lb .next {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	*zoom: 1;
}
#lb .frm {
	width: 600px; height: 510px;
	overflow: hidden;
	position: relative;
}
#lb .prev,
#lb .next {
	width: 45px;
	text-align: center;
}
#lb .prev img,
#lb .next img {
	margin-top: -50px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#lb .inr {
	position: absolute;
}
#lb .frm dl {
	float: left;
	width: 600px;
	letter-spacing: 0;
	text-align: left;
}
#lb dt {
	font-size: 90%;
	font-weight: bold;
}
#lb .fig {
	margin-top: 5px;
	height: 430px;
	text-align: center;
}
#lb .figCap {
	margin-top: 10px;
	font-size: 80%;
	width: 410px;
}
#lb .zoomMemo {
	bottom: 28px; right: 65px;
	position: absolute;
	z-index: 10;
}
/*-------------------------------------------------------------
	99) Clear
-------------------------------------------------------------*/
.footImg:after,
#newsArea dl:after,
.gokoku:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.footImg,
#newsArea dl,
.gokoku {display:inline-block;}

/* exclude MacIE5 \*/
* html .footImg,
* html #newsArea dl,
* html .gokoku {height:1%;}
.footImg,
#newsArea dl,
.gokoku {display:block;}
/* end MacIE5 */
