@charset "UTF-8";

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

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

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