@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) ニュース一覧
 02) ニュース詳細
 
 99) Clear
=============================================================*/
/*-------------------------------------------------------------
	01) ニュース一覧
-------------------------------------------------------------*/
#newsArea .ichiran {margin:28px 0 25px;}

#newsArea dl {
	font-size:84%;
	line-height:1.3;
	width:100%;
	}

#newsArea dt {
	float:left;
	width:90px;
	}

#newsArea dd {
	float:right;
	width:464px;
	margin-bottom:0.8em;
	}

#newsArea dd span {
	margin-left:10px;
	vertical-align:middle;
	}

/*-------------------------------------------------------------
	02) ニュース詳細
-------------------------------------------------------------*/
#newsArea h3 {
	font-weight:bold;
	font-size:100%;
	color:#9c8920;
	}

#newsArea h3 span {margin-right:30px;}

.topImg {
	margin-bottom:25px;
	text-align:center;
	}

.footImg {margin:30px 0;}

.footImg table td {vertical-align:bottom;}

.footImg p {
	width:177px;
	margin-right:10px;
	text-align:center;
	}

.footImg p#img3 {margin-right:0;}


/*-------------------------------------------------------------
	99) Clear
-------------------------------------------------------------*/
.footImg:after,
#newsArea dl:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.footImg,
#newsArea dl {display:inline-block;}

/* exclude MacIE5 \*/
* html .footImg,
* html #newsArea dl {height:1%;}
.footImg,
#newsArea dl {display:block;}
/* end MacIE5 */
