/*========================================
  BASE
========================================*/
body {
	background-image: url(../images/comnbg.gif);
	background-repeat: repeat;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

#container {
	text-align: center;
}

.wrapper {
	margin-top: 0px;
	margin-left: 15px;
	clear: both;
}

#body {
	width: 960px; /*<<<<<*/;
	background-color: #f8f8f8;
	text-align: left;
/*	background-image: url(../../reconstruction/images/content_bg.gif);
	background-repeat: repeat-y;*/
	margin-top: 13px;
	margin-right: auto;
	margin-bottom: 13px;
	margin-left: auto;
	overflow:hidden;

	border-bottom-left-radius: 6px;	
	border-bottom-right-radius: 6px;	
	-webkit-border-bottom-left-radius: 6px; 
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-right-radius: 6px; 
	-moz-border-radius-bottomright: 6px;
}

#body_top {
	width: 960px; /*<<<<<*/
	background-color: #FFF;
	text-align: left;
	margin-top: 13px;
	margin-right: auto;
	margin-bottom: 13px;
	margin-left: auto;

	border-bottom-left-radius: 6px;	
	border-bottom-right-radius: 6px;	
	-webkit-border-bottom-left-radius: 6px; 
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-right-radius: 6px; 
	-moz-border-radius-bottomright: 6px;
}

/*========================================
  #header
========================================*/

/* ######### #hd_nv #hd_nv04 調整 ######### */
/*
#hd_nv04 {
	width: 145px;
	height: 30px;
	background-image: url(../../relax2/images/hd_menu4a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#hd_nv04 a {
	margin-left: 170px;
	margin-left: 0px;
}
*/

/* ######### #hd_nv #hd_nv05 追加 ######### */
/*
#hd_nv li#hd_nv05 {
	margin-right:20px;
}

#hd_nv05 {
	width: 145px;
	height: 30px;
	background-image: url(../../relax2/images/hd_menu4a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#hd_nv05 a {
	margin-left: 170px;
	margin-left: 0px;
}

#hd_nv05 a:hover {
	background-image: url(../../relax2/images/hd_menu4b.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
*/

/*========================================
  #lc_nv
========================================*/
#lc_nv {
	width: 150px; /*<<<<<*/
	width: 200px; /*<<<<<*/
	padding: 0px;
	margin: 0px;
	float: left;
}

body.disa #lc_nv #disaster a,
body.infra #lc_nv #infrastructure a,
body.life #lc_nv #life a,
body.info #lc_nv #info {
	font-size:123%;
	font-weight: bold;
	color: #FFF;
	line-height:1.6em;
	text-align:center;
	padding:20px 0 10px;
	background-color: #753A4C;
	height: 100px;
}

body.info #lc_nv #info {
	margin-bottom:5px;
}

body.disa #lc_nv #disaster a span,
body.infra #lc_nv #infrastructure a span,
body.life #lc_nv #life a span,
body.info #lc_nv #info span {
	font-size:60%;
	line-height:1.4em;
	margin-bottom:5px;
	display:block;
}

#lc_nv #disaster a,
#lc_nv #infrastructure a,
#lc_nv #life a,
#lc_nv #info a {
	height: 1.9em;
	line-height:2em;
	font-size:95%;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	background-color: #9C9C9C;
	margin-bottom:5px;
}

#lc_nv #disaster a:hover,
#lc_nv #infrastructure a:hover,
#lc_nv #life a:hover,
#lc_nv #info a:hover {
	background-color: #753A4C;
}

#lc_nv #go-index a {
	height: 1.9em;
	line-height:2em;
	font-size:95%;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	background-color: #B78DA2;
	margin-bottom:5px;
}

#lc_nv #go-index a:hover {
	height: 1.9em;
	line-height:2em;
	font-size:95%;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	background-color: #9D6C84;
	margin-bottom:5px;
}

#lc_nv ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

#lc_nv li {
	font-size: 82%;
	line-height: 1.4;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 0px;
}


#lc_nv li.btm {
	border-bottom-style: none;
}

#lc_nv a {
	display:block;
}

* html #lc_nv #disaster-sub a,
* html #lc_nv #infrastructure-sub a,
* html #lc_nv #life-sub a {
		margin-left:-1em;
}
			
*+html #lc_nv #disaster-sub a,
*+html #lc_nv #infrastructure-sub a,
*+html #lc_nv #life-sub a {
		margin-left:-1em;
}

#lc_nv a:link {
	color: #000000;
	text-decoration: none;
}

#lc_nv a:visited {
	color: #555555;
	text-decoration: none;
}

#lc_nv a:hover {
	color: #943E69;
	text-decoration: none;
}


body.disa #infrastructure-sub,
body.disa #life-sub {
	display: none;
}

body.infra #disaster-sub,
body.infra #life-sub {
	display: none;
}

body.life #disaster-sub,
body.life #infrastructure-sub {
	display: none;
}

body#disa01 #lc_nv li#d01 a,
body#disa02 #lc_nv li#d02 a,
body#disa03 #lc_nv li#d03 a,
body#disa04 #lc_nv li#d04 a,
body#disa05 #lc_nv li#d05 a,
body#disa06 #lc_nv li#d06 a,
body#disa07 #lc_nv li#d07 a,
body#disa08 #lc_nv li#d08 a,
body#infra01 #lc_nv li#i01 a,
body#infra02 #lc_nv li#i02 a,
body#infra03 #lc_nv li#i03 a,
body#infra04 #lc_nv li#i04 a,
body#infra05 #lc_nv li#i05 a,
body#infra06 #lc_nv li#i06 a,
body#infra07 #lc_nv li#i07 a,
body#infra08 #lc_nv li#i08 a,
body#life01 #lc_nv li#l01 a,
body#life02 #lc_nv li#l02 a,
body#life03 #lc_nv li#l03 a,
body#life04 #lc_nv li#l04 a,
body#life05 #lc_nv li#l05 a,
body#life06 #lc_nv li#l06 a,
body#life07 #lc_nv li#l07 a,
body#life08 #lc_nv li#l08 a,
body#life09 #lc_nv li#l09 a,
body#life10 #lc_nv li#l10 a,
body#life11 #lc_nv li#l11 a{
	color: #943E69;
	font-weight: bold;
}



/*========================================
  #content
========================================*/
/* content -------------------- */
#content {
	width: 590px; /*<<<<<*/
	width: 739px; /*<<<<<*/
	float: left;
	/*margin-left: 10px;*/
		padding-left: 10px;
		padding-bottom: 20px;
		background-color: #FFFFFF;
		border-left: solid 1px #c1c1c1;
}

/* #title-unit -------------------- */
#content #title-unit {
	background-color: #EEE;
	border: 2px solid #BDC1BE;
	padding: 15px 10px 7px 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-image: url(../../reconstruction/images/title-unit_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#content #title-unit h1 {
	border-top-style: none;
	border-bottom-style: none;
	margin-bottom:5px;
}
#content #title-unit h1 span.update {
	font-size:70%;
	letter-spacing: 0;
	color: #753A4C;
}
#content #title-unit ol {
	margin-top:0;
	padding-left:0px;
	padding-top: 5px;
	border-top: 1px dotted #8A8E8D;
}
#content #title-unit li {
	font-size:85%;
	margin-top:4px;
}
#content #title-unit li a {
	color: #634A82;
	font-weight: bold;
}



/* content **element -------------------- */
#content p {
	font-size: 87%;
	line-height: 1.55;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#content .memo {
	font-size: 90%;
	line-height: 1.5;
	color: #72589A;
}
#content li span.memo {
	font-size: 97%;
}

/* .pagetop */
#content .pagetop,
#content_top .pagetop {
	font-size: 75%;
	padding: 1px 5px 3px;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: right;
	float: none;
	border-left-style: none;
}
#content .pagetop.btm {
	margin-top: 50px;
}

#content_top .pagetop.btm {
	margin-top: 20px;
}

#content_top .pagetop,
#content_top .pagetop.btm {
	margin-right:15px;
}

/* ul ol */
#content ul,
#content ol {
	margin-top:0.75em;
	margin-bottom:0.5em;
	padding-left:1em;
}
#content ul.strong,
#content ol.strong {
	color: #000;
	font-weight:bold;
}
#content li {
	margin-bottom: 0.25em;
}
#content p strong,
#content li strong {
	color: #000;
	font-weight:bold;
	font-size:105%;
}
#content .pht_left {
	float: left;
	margin-right: 10px;
}
#content .pht_right {
	float: right;
	margin-left: 10px;
}


/* h2 */
#content h2 {
	font-size: 100%;
	line-height: 1.3;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0;
	padding:7px;
	margin-top: 25px;
	margin-bottom: 10px;
	background-color: #A06C83;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#content #title-unit+h2 {
	margin-top: 0;
}

/* h3 */
#content h3 {
	font-size: 87%;
	line-height: 1.4;
	font-weight: bold;
	color: #000;
	padding:5px;
	border: 1px solid #8D8D8D;
	margin:1em 0 5px 1em;
	background-color: #F7F7F7;
}

#content h3+p {
	margin-left: 1em;
}


/* dl dt dd */
#content dl {
	margin-bottom: 1em;
}
#content p+dl {
	margin-top: -0.25em;
}
#content dt {
	font-size: 95%;
	line-height: 1.5;
	font-weight: bold;
	color: #81253B;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left:0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A5A5A5;
}
#content dd {
	font-size: 90%;
	margin-left: 0;
	margin-bottom:0.5em;
	padding-left:1em;
}
#content dd ul,
#content dd ol {
	padding-left:0;
	margin-left:0:
}
#content dd li {
	font-size: 95%;
	margin-bottom: 0.5em;
}


/* table */
#content table {
	font-size: 85%;
	border-collapse:collapse;
	border: 1px solid #BDC1BE;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content table.full {
	width:100%;
}
#content th {
	text-align:center;
	padding: 6px;
	border: 1px solid #BDC1BE;
	background-color: #EEEEEE;
	white-space: nowrap;
}
#content table.full th {
	width:50%;
	text-align:left;
	background-color: #FFF;
}
#content td {
	background-color: #FFFFFF;
	padding: 6px;	
	border: 1px solid #BDC1BE;
}
#content td.center {
	text-align:center;
}
#content td.num {
	text-align:right;
}


/* #contact -------------------- */
#content h2#contact {
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8D8D8D;
	padding:6px 8px 3px 8px;
	border: 1px solid #999999;
	margin-bottom: 0px;
	/*margin-top: 50px;*/
	margin-top:5px;
}

#content p.contact {
	padding:6px 8px 6px 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8D8D8D;
	border-bottom-color: #8D8D8D;
	border-left-color: #8D8D8D;
	margin-top: 0px;
}

#content ul.contact {
	padding:6px 8px 6px 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8D8D8D;
	border-bottom-color: #8D8D8D;
	border-left-color: #8D8D8D;
}


/*========================================
  #footer
========================================*/
#footer {clear:both;}


/* ====================
toppage
==================== */
/*
#reconstruction_pic {
	background-image: url(../../relax2/images/top_title.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 121px;
	width: 760px;
	border: none;
}

#reconstruction_pic span,
h2 span {
	position: relative;
	left: -9999px;
}
*/


/* body#top -------------------- */
body#top {
}

body#top h1 {
	border-top-style: none;
	border-bottom-style: none;
	margin:15px 15px 5px;
}

body#top h1#billboard {
	height: 185px;
	width: 730px;
	overflow: hidden;
}

body#top p.summary {
	font-size:85%;
	line-height:1.5;
	border-top-style: none;
	border-bottom-style: none;
	margin:0px 15px 15px;
	text-align: justify;
}


body#top p.summary span.signature {
	text-align: right;
	display: block;
}


/* #content_top -------------------- */
body#top #content_top {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 10px;
}
body#top #content_top h2 {
	font-size: 130%;
	color: #FFF;
	font-weight: bold;
	text-align:center;
	/*line-height:100px;*/
	line-height:60px;
	padding:4px;
	background-color: #753A4C;
	/* width:230px; */
	width:295px;
	/*height:100px;*/
	height:60px;
	border-style: none;
}

/* #menu -------------------- */
body#top #menu {
overflow:hidden;
position:relative;
}

/*
body#top #menu #pdfversion {
	width:486px;
	height:36px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
}

body#top #menu #pdfversion a {
	font-weight: bold;
	color: #FFF;
	line-height:36px;
	display:block;
	background-color: #A83C5D;
	background-color: #888;
	text-decoration: none;
}

body#top #menu #pdfversion a:hover {
	background-color: #A83C5D;
}
*/

body#top #menu .wrap {
	float: left;
	/* width: 240px; */
	width: 305px;
	margin-right:10px;
}

body#top #menu ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

body#top #menu li a {
	font-size: 100%;
	font-weight: bold;
	line-height:1.25;
	background-image:	url(../../reconstruction/images/index_arw.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0 4px 21px;
	margin-right:5px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-decoration: none;
}

* html body#top #menu li a {
	height:1.2em;
}

* html body#top #menu li {
margin-left:-1em;
}
*+html body#top #menu li {
margin-left:-1em;
}

body#top #menu li a:link {
	color: #333;
}

body#top #menu li a:visited {
	color: #727272;
}

body#top #menu li a:hover {
	background-color: #F7F7F7;
	color: #723A4D;
	text-decoration: none;
}


/* #pdfversion -------------------- */
body#top #pdfversion p {
	height:36px;
	text-align: center;
	margin:10px 10px 10px 0;
}

body#top #pdfversion p a {
	font-weight: bold;
	color: #FFF;
	line-height:36px;
	display:block;
	background-color: #A83C5D;
	background-color: #888;
	text-decoration: none;
}

body#top #pdfversion p a:hover {
	background-color: #753A4C;
}



/* #top_work -------------------- */
body#top #top_work {
	/* width:710px; */
	width:910px;
	margin-bottom:20px;
	margin-left:10px;
	padding: 5px 10px 4px 12px;
	border: 1px solid #AB919A;
	background-color: #EEEEEE;
	overflow:hidden;
}

body#top #top_work ul {
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

body#top #top_work li {
	margin-bottom:4px;
}
body#top #top_work li a {
	font-size: 110%;
	line-height:1.4;
	background-image:	url(../../reconstruction/images/index_arw.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:21px;
	text-decoration: none;
}
body#top #top_work li a:link {
	color: #81253B;
	font-weight:bold;
}
body#top #top_work li a:visited {
	color: #484848;
}
body#top #top_work li a:hover {
	color: #723A4D;
	text-decoration: none;
}


* html body#top #top_work li a {
	height:1.2em;
}
* html body#top #top_work li {
margin-left:-1em;
}
*+html body#top #top_work li {
margin-left:-1em;
}



/* #top_news -------------------- */
body#top #top_news {
	/* width:710px; */
	width:910px;
	/*float:left;*/
	margin-bottom:20px;
	margin-bottom:10px;
	padding: 6px 10px 10px;
	border: 3px solid #AF6C81;
	background-color: #F8F8F8;
		overflow:hidden;
}

body#top #top_news h2 {
	/* width:700px; */
	width:900px;
	height:auto;
	font-size: 120%;
	line-height: 1.3;
	font-weight: bold;
	color: #81253B;
	text-align:left;
	padding-bottom:3px;
	margin-bottom: 0px;
	margin-left:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5A5A5;
	background-color: #F8F8F8;
	letter-spacing: 0em;
}

body#top #top_news h2 span.update {
	font-size: 70%;
	color: #333;
	padding-left:0.5em;
}

body#top #top_news ul {
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

body#top #top_news li {
	margin-bottom:4px;
}
body#top #top_news li a {
	font-size: 100%;
	line-height:1.4;
	background-image:	url(../../reconstruction/images/index_arw.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:21px;
	text-decoration: none;
}
body#top #top_news li a:link {
	color: #333;
}
body#top #top_news li a:visited {
	color: #484848;
}
body#top #top_news li a:hover {
	color: #723A4D;
	text-decoration: none;
}


* html body#top #top_news li a {
	height:1.2em;
}
* html body#top #top_news li {
margin-left:-1em;
}
*+html body#top #top_news li {
margin-left:-1em;
}


/* #top_docs -------------------- */
body#top #top_docs {
	/* width:710px; */
	width:910px;
	/*float:left;*/
	margin-bottom:20px;
	margin-bottom:10px;
	padding: 6px 10px 5px;
	border: 3px solid #AF6C81;
	background-color: #F3E7E4;
	overflow:hidden;
}

body#top #top_docs ul {
	/*margin-top: 10px;*/
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

body#top #top_docs li {
	margin-bottom:4px;
}
body#top #top_docs li a {
	font-size: 100%;
	line-height:1.4;
	background-image:	url(../../reconstruction/images/index_arw.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:21px;
	text-decoration: none;
	font-weight: bold;
}
body#top #top_docs li a:link {
	color: #333;
}
body#top #top_docs li a:visited {
	color: #484848;
}
body#top #top_docs li a:hover {
	color: #723A4D;
	text-decoration: none;
}


* html body#top #top_docs li a {
	height:1.2em;
}
* html body#top #top_docs li {
margin-left:-1em;
}
*+html body#top #top_docs li {
margin-left:-1em;
}
