@charset "utf-8";

/* //  .	.news
---------------------------------------------------------------------------------------------------- */

.section dl.nav.news {
	margin-top: .8em;
}
#informationIndex ul.insideNav {
	font-size:12px;
}

	.section dl.nav.news dt,
	.section dl.nav.news dd {
		font-size: 1.2em;
		line-height:160%;
	}

	.section dl.nav.news dt {
		margin-top: .7em;
		padding-left: .25em;
		width: 6em;
		height: 1.5em;
	}
	/*\*/
	* html .section dl.nav.news dt {
		width: 5em;
	}
	/**/

	.section dl.nav.news dd {
		margin-top: -1.5em;
		padding: 0 0 .6em 7em;
	}
	.section dl.nav.news dd.kisyu {
		margin-top:0;
		padding: 0 0 .6em 6.25em;
	}
	.section dl.nav.news dd.Text {
		margin-top:0;
		padding: 0 0 .6em 7em;
		background: url(/res/components/200812/images/news_bg.gif) repeat-x left bottom;
	}
	/*\*/
	* html .section dl.nav.news dd {
		padding-left: 6.25em;
	}
	* html .section dl.nav.news dd.Text {
		padding-left: 6.25em;
	}
	/**/

		.section dl.nav.news dd em.notice {
			margin-left: .2em;
			padding: 0 3px 1px;
			font-size: .9em;
			font-weight: bold;
			text-transform: uppercase;
			color: white;
			background-color: #AE0000;
		}
		/*\*/
		*:first-child+html .section dl.nav.news dd em.notice {
			padding-bottom: 0px;
		}
		* html .section dl.nav.news dd em.notice {
			padding-top: 2px;
			font-size: .96em;
		}
		/**/

			.section dl.nav.news dd em.modelName {
				font-weight: bold;
			}
			/*\*/
			*:first-child+html .section dl.nav.news dd a:hover em.modelName {
				text-decoration: underline;
			}
			* html .section dl.nav.news dd a:hover em.modelName {
				text-decoration: underline;
			}
			/**/

		.section dl.nav.news dd a {
		}



