@charset "utf-8";

/*============================================================

	[news.css]
	
============================================================*/


/*
	background
------------------------------------------------------------*/
* html div#header {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../shared/img/content_header_bg.png", sizingMethod="scale");
	text-align: center;
}

* html div#content div.wrapper {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../shared/img/content_bg_body_ie.png", sizingMethod="scale");
}


/*
	navigation
------------------------------------------------------------*/
div#header ul#nav {
	background: url(../img/nav_bg.jpg) no-repeat;
}


/*
	local menu
------------------------------------------------------------*/
div#lm li a,
div#lm li span {
	background-color: #F66;
	background-image: url(../img/lm_bg.jpg);
	background-repeat: no-repeat;
}

div#lm li span {
	background-color: #C33;
}

div#lm div.sub {
	background: #F66;
}


/*
	navigation
------------------------------------------------------------*/
div#header ul#nav {
	background: url(../img/nav_bg.jpg) no-repeat;
}


/*
	index
------------------------------------------------------------*/
dl.list {
	margin-left: 0;
}

dl.list dt {
	float: left;
	color: #F36;
}

dl.list dd {
	margin: 0 0 0 8em;
}


/*
	section
------------------------------------------------------------*/
div.section {
	clear: both;
	margin: 40px 20px 0;
}

div.section h2 {
	margin: 0 0 20px;
	padding: 0 0 0.25em;
	border: none;
	border-bottom: 1px solid #F66;
	line-height: 1.2;
	font-size: 16px;
}
* html div.section h2 {
	width: 100%;
}

div.section p,
div.section li {
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
	word-break: break-all; /*IE*/
}

div.section p.photo {
	float: left;
	margin: 0.5em 1em 1em 0;
}

div.section p.period {
	margin: 20px 0 0;
	text-align: right;
}

div.section p.separator {
	margin-top: 1.6em;
}

/* publish date */
div.section p.date {
	margin-top: -20px;
	text-align: right;
	font-size: 10px;
}


/* heading */
div.section h3 {
	margin: 2em 0 0.5em;
	padding: 0 0 0 5px;
	border-left: 5px solid #F66;
	font-size: 16px;
}

div.section h4 {
	margin: 2em 0 0.5em;
	font-size: 14px;
}

div.section h5 {
	margin: 1.5em 0 0.25em;
	font-size: 1em;
}


/* chairman, presenter -*/
div.presenter {
	margin: 20px 20px 0;
	text-align: right;
}

div.presenter p {
	text-align: right;
}

span.name {
	font-weight: bold;
}

