@charset "UTF-8";

/* -----------------------------------------------
	IE 7と共通の問題
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */

/* 写真の上ズレ */
* html #photos {
	top: 18px; /* base.cssでは-20px */
}

/* リンクの下ボーダーが出ない問題 */
* html #news p {
	line-height: 1.7;
}
* html #news a:hover,
* html #news a:focus,
* html #news a:active {
	line-height: 1.7;
}
* html #footer a {
	line-height: 1.8;
}
* html #footer ul {
	margin: 15px 0 1px; /* IE 7では15px 0 2px */
}
* html #footer address {
	margin: 1px 0; /* IE 7では2px 0 */
}

/* RSS購読のところが右ズレ */
* html #news p#rss-regist {
	width: 390px;
	padding-bottom: 1px;
}

/* -----------------------------------------------
	IE 6の問題
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */

* html #policy #lead p#author {
	line-height: 1.5;
}
* html #news {
	margin-bottom: -40px; /* ネガティブマージン */
}


