@charset "utf-8";

/*============================================================

	[about.css]
	
============================================================*/


/*
	background
------------------------------------------------------------*/
* html div#content div.wrapper {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../shared/img/content_bg_body_ie.png", sizingMethod="scale");
}


/*
	local menu
------------------------------------------------------------*/
div#lm li a,
div#lm li span {
	background-color: #06F;
	background-image: url(../img/lm_bg.jpg);
	background-repeat: no-repeat;
}

div#lm li span {
	background-color: #06C;
}

div#lm div.sub {
	background: #06F;
}


/*
	navigation
------------------------------------------------------------*/
div#header ul#nav {
	background: url(../img/nav_bg.jpg) no-repeat;
}


/*
	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 #09F;
	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 0.5em 0;
}

div.section p.period {
	margin: 20px 0 0;
	text-align: right;
}


/*
	chairman, presenter
------------------------------------------------------------*/
div.presenter {
	margin: 20px 20px 0;
	text-align: right;
}

div.section p.chairman {
	text-align: right;
}

span.name {
	font-weight: bold;
}


/*
	anchor
------------------------------------------------------------*/
a:hover {
	color: #06C;
}

a.external {
}

a.external img {
	margin: 0 2px;
}


/*
	annotation
------------------------------------------------------------*/
div.annotation {
	margin: 20px 20px 0;
	border-top: 1px solid #CCC;
	font-size: 10px;
}

div.annotation dl {
	margin: 20px 0;
}

div.annotation dt {
	float: left;
	margin: 0 0 0.5em;
}

div.annotation dd {
	padding-left: 4em;
	margin: 0 0 0.5em;
}

a.annotation {
	vertical-align: 0.5em;
	text-decoration: none;
	font-size: 10px;
}

a.annotation:hover {
	text-decoration: underline;
}
