@charset "utf-8";

/*============================================================

	[committee_content.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;
}


/*
	committee
------------------------------------------------------------*/
div#main h2 {
	margin: 0 0 1em;
	padding: 0.8em 1em;
	background: #B5E7FF;
	border: 1px dotted #06C;
	line-height: 1.2;
	font-size: 16px;
}
* html div#main h2 {
	width: 100%;
}

div.section {
	position: relative;
	padding: 1em;
	background: #FFC;
}

div.section h3 {
	margin: 0 0 20px;
	padding: 1.5em 0 0.25em;
	border: none;
	border-bottom: 1px solid #06C;
	line-height: 1.2;
	font-size: 16px;
}
* html div.section h3 {
	width: 100%;
}

div.section h4 {
	margin: 1.5em 0 0.5em;
	padding: 0 0 0 5px;
	border-left: 5px solid #06C;
	font-size: 14px;
}

div.section p,
div.section li {
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
	word-break: break-all; /*IE*/
}

