@charset "UTF-8";

/*
=============================================================================
contents-hotnews.css
=============================================================================
Suggested order by mozilla.org Base Styles (http://www.mozilla.org/css/base/content.css)
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
-----------------------------------------------------------------------------
font-size reference
 *	77% = 10px	 	* 122% = 16px		* 167% = 22px	
 *	85% = 11px		* 129% = 17px		* 174% = 23px
 *	92% = 12px		* 136% = 18px		* 182% = 24px
 * 100% = 13px		* 144% = 19px		* 189% = 25px
 * 107% = 14px		* 152% = 20px		* 197% = 26px
 * 114% = 15px		* 159% = 21px	
-----------------------------------------------------------------------------
*/


/* お知らせコンテンツ
-----------------------------------------------------------------------------*/
.information {
	margin-top: -10px;
	}

/* ニューストピックスのリスト */
.information ul {
	width: 670px;
	margin: 0 auto 10px;
	}
.information ul:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
	}
	.information li {
		padding: 1.0em 10px;
		background: url(../images/bg-whatsnew-hr.gif) 0 0 repeat-x;
		}
		.information li.firstline {
			padding-top: 1px;
			background: none;
			}
		/* 新着情報日付 */
		.information span.date {
			float: left;
			margin-right: 8px;
			padding-left: 20px;
			background: url(../images/img-link.gif) 0 50% no-repeat;
			font-size: 92%;
			line-height: 1.4em;
			}
		/* 新着情報カテゴリー */
		.information span.category {
			float: left;
			width: 58px;
			height: 18px;
			margin: -1px 10px 0 0;
			background: url(../images/bg-whatsnew-cat2.gif) 0 0 no-repeat;
			font-size: 1px;
			text-indent: -9999px;
			}
			/* カテゴリー：未分類 */
			.information li.category-uncategorized span.category {
				background-position: -58px 0;
				}
			/* カテゴリー：お知らせ */
			.information li.category-cat-info span.category {
				background-position: 0 0;
				}
			/* カテゴリー：トピック */
			.information li.category-cat-topic span.category {
				background-position: -58px 0;
				}
			/* カテゴリー：活動報告 */
			.information li.category-cat-eventreport span.category {
				background-position: -116px 0;
				}
			/* カテゴリー：イベント */
			.information li.category-cat-event span.category {
				background-position: -174px 0;
				}
			/* カテゴリー：ＮＡＺＥメール */
			.information li.category-cat-nazemail span.category {
				background-position: -232px 0;
				}
			/* カテゴリー：ＮＡＺＥスタイル */
			.information li.category-cat-nazestyle span.category {
				background-position: -290px 0;
				}
			/* カテゴリー：会員限定情報 */
			.information li.category-cat-members span.category {
				background-position: -348px 0;
				}
		/* 新着情報タイトル */
		.information h3 {
			float: left;
			width: 430px;
			font-size: 92%;
			font-weight: bold;
			line-height: 1.4em;
			}
		/* 新着情報内容抜粋 */
		.information p {
			padding: 0.5em 0 0 20px;
			color: #777777;
			font-size: 92%;
			}
			/* ニューストピックスの写真 */
			.information p img {
				float: right;
				width: 80px;
				margin-left: 10px;
				border: 3px solid #E2E2E2;
				}

/* ニューストピックスの年月ブレーク */
.information p.break {
	width: 650px;
	height: 30px;
	margin-bottom: 15px;
	padding: 0 10px;
	background: url(../images/bg-break-670.gif) 0 0 no-repeat;
	font-size: 92%;
	color: #cccccc;
	line-height: 30px;
	vertical-align: middle;
	}


/* シングルページ扱いのコンテンツ
-----------------------------------------------------------------------------*/
/* コンテンツ見出し */
.contents h1#page-title {
	margin-bottom: 20px;
	}

/* シングルページ日付 */
.entry span.date {
	display: block;
	color: #aeaeae;
	font-size: 92%;
	font-weight: bold;
	text-align: right;
	line-height: 1.4em;
	}
