@charset "utf-8";

.printOnly { display: none;}

/*
	for print ----------------------------------------------------------------------------------------------------------------------------
*/
@media print {

body {
	font-size: 10pt;
	color: #000000;
	background: #FFFFFF none;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

#whole {
	background: none;
}

#container,
#container-inner,
#headSec,
#headSec-inner,
#bodySec,
#bodySec-inner,
.layout-two-column-left #alpha-inner,
.layout-two-column-left #alpha {
	width: auto !important;
}

#gNaviSec,
#breadCrumb,
#footSec,
#beta {
	display: none;
}


.pageNavi,
.pagetop,
.btn {
	display: none !important;
}


/* --------------------------------------------------------------------------------- */

#headSec {
	margin-bottom: 20px;
}

#headSec-inner {
	position: relative;
	min-height: 100px;
	_height: 100px;
	background: none;
}

#headSec-inner #logo {
	top: 0;
	left: 0;
}

#headSec-inner #logo a {
	display: none;
}

#headSec-inner #logo .printOnly {
	display: block;
}

#headSec-inner #btnHQ,
#headSec-inner #selectLang {
	display: none;
}

/*
a[href^="/"]:after {
	content: " (http://www.fukuoka.unhabitat.org/" attr(href) ") ";
}*/

a[rel^="external"]:after {
	content: " (" attr(href) ") ";
}

a[href^="mailto:"]:after {
	content: " (" attr(href) ") ";
}



/* --------------------------------------------------------------------------------- */

#alpha #main {
	width: auto !important;
	margin-left: 0;
}

#alpha h1 {
	width: auto !important;
	min-height: 2px !important;
	_height: 2px !important;
	line-height: 1.2em !important;
	padding-top: 2px !important;
	padding-left: 16px !important;
	padding-bottom: 2px !important;
	background: none !important;
	
	margin-bottom: 16px;
	border-bottom: 1px solid #000;
	border-left: 5px solid #000;
}
#alpha h1.line2 {
	min-height: 2px !important;
	_height: 2px !important;
	line-height: 1.2em;
	padding-top: 2px !important;
	padding-left: 16px !important;
	padding-right: 0 !important;
	padding-bottom: 2px !important;
	font-size: 138.5% !important;
}

#alpha h2,
#alpha h3 {
	width: auto !important;
	margin-top: 40px !important;
}

#alpha #main h2 {
	width: auto !important;
	padding-left: 16px !important;
	background: none !important;
	/*
	display: list-item !important;
	list-style-type: disc !important;
	list-style-position: outside !important;
	*/
	
	border-left: 5px solid #000;
}

#alpha .sticky {
	position: relative;
	top: 0;
	left: 0;
	width: auto !important;
	min-height: 2px !important;
	_height: 2px !important;
	line-height: 1.2em !important;
	padding-top: 2px !important;
	padding-left: 16px !important;
	padding-bottom: 2px !important;
	background: none !important;
	
	border-bottom: 1px solid #000;
	border-left: 5px solid #000;
}

#alpha #main .sticky.line2 {
	width: auto !important;
	min-height: 40px !important;
	_height: 40px !important;
	line-height: 1.2em !important;
	padding-top: 16px !important;
	padding-left: 16px !important;
	padding-right: 0 !important;
	padding-bottom: 2px !important;
	font-size: 138.5% !important;
}

#alpha #main h3 {
	color: #000 !important;
	
	padding: 0 0 4px 8px;
	border-bottom: 1px solid #000;
}

/* --------------------------------------------------------------------------------- */

#alpha #main .relatedLinks dt {
	width: 90px !important;
}
	.jp #alpha #main .relatedLinks dt {
		width: 80px !important;
	}

#alpha #main .relatedLinks dd {
	width: 550px !important;
	*width: 530px !important;
	_width: 530px !important;
}
	.jp #alpha #main .relatedLinks dd {
		width: 560px !important;
		*width: 540px !important;
		_width: 540px !important;
	}


/* --------------------------------------------------------------------------------- */

#alpha #main .accParent {
	color: #000 !important;
}


/* --------------------------------------------------------------------------------- */

#alpha #main .box1 {
	background: none !important;
}

#alpha #main .box1 .tl {
	background: none !important;
}







