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

  BASE
	
========================================*/
body {
	background-image: url(../images/comnbg.gif);
	/*background-image: url(../../town/images/comnbg.gif);*/
	background-repeat: repeat;
	background-color: #7D7A84;
	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: 760px;*/
	width: 960px; /*mod20150224*/
	/* background-color: #FFFFFF; */
	text-align: left;
	/*background-image: url(../../reconstruction/images/content_bg.gif);
	background-image: url(../../town/images/content_bg.gif);
	background-repeat: repeat-y;*/
	margin-top: 13px;
	margin-right: auto;
	margin-bottom: 13px;
	margin-left: auto;
}

#body_top {
	/*width: 760px;*/
	width: 960px; /*mod20150224*/
	/* background-color: #FFFFFF; */
	text-align: left;
	margin-top: 13px;
	margin-right: auto;
	margin-bottom: 13px;
	margin-left: auto;
}

#body_container_top {
	background-color: #FFFFFF;
	padding-top:10px;
}


#body_container { /*add20150224*/
	/* width: 759px; */
	width: 760px;
	float: right;
	background-color:#FFF; 
}

div.unit {
	overflow:hidden;
}

div.unit.center {
	text-align:center;
}


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

  #lc_nv
		
========================================*/
#lc_nv {
	/*width: 149px;*/
	width: 200px; /*mod20150224*/
	padding: 0px;
	margin: 0px;
	float: left;
	background-color:#FFF;
}

body.plan #lc_nv #plan a,
body.admin #lc_nv #admin a,
body.data #lc_nv #data 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: #A96D8E;*/
	background-color: #5371AD;
	height: 130px;
}

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

body.plan #lc_nv #plan a span,
body.admin #lc_nv #admin a span,
body.data #lc_nv #data a span,
body.info #lc_nv #info span {
	font-size:55%;
	line-height:1.4em;
	margin-bottom:5px;
	display:block;
}

#lc_nv #plan a,
#lc_nv #admin a,
#lc_nv #data a,
#lc_nv #info a {
	height: 1.9em;
	line-height:2em;
	font-size:95%;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	background-color: #A8A8A8;
	margin-bottom:5px;
}

#lc_nv #plan a:hover,
#lc_nv #admin a:hover,
#lc_nv #data a:hover,
#lc_nv #info a:hover {
	background-color: #5371AD;
}

#lc_nv #go-index a {
	height: 1.9em;
	line-height:2em;
	font-size:95%;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	background-color: #A8A8A8;
	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: #85718D;
	background-color: #3C485B;
	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;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 0px;
}

#lc_nv li a {
	padding-top: 3px;
	padding-bottom: 2px;
}


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

#lc_nv a {
	display:block;
}

* html #lc_nv #plan-sub a,
* html #lc_nv #admin-sub a,
* html #lc_nv #data-sub a {
		margin-left:-1em;
}
			
*+html #lc_nv #plan-sub a,
*+html #lc_nv #admin-sub a,
*+html #lc_nv #data-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: #118D61;*/
	text-decoration: none;
	background-color: #EEE;
}


body.plan #admin-sub,
body.plan #data-sub {
	display: none;
}

body.admin #plan-sub,
body.admin #data-sub {
	display: none;
}

body.data #plan-sub,
body.data #admin-sub {
	display: none;
}

body#plan01 #lc_nv li#p01 a,
body#plan02 #lc_nv li#p02 a,
body#plan03 #lc_nv li#p03 a,
body#plan04 #lc_nv li#p04 a,
body#plan05 #lc_nv li#p05 a,
body#admin01 #lc_nv li#a01 a,
body#admin02 #lc_nv li#a02 a,
body#admin03 #lc_nv li#a03 a,
body#admin04 #lc_nv li#a04 a,
body#admin05 #lc_nv li#a05 a,
body#data01 #lc_nv li#d02 a {
	color: #118D61;
	font-weight: bold;
	/*background-color: #EEE;*/
}



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

  #content
		
========================================*/

/* content
--------------------------------------- */
#content {
	/*width: 590px;*/
	width: 740px; /*mod20150224*/
	float: left;
	padding-left: 10px;
	padding-bottom:1em;
	border-left: 1px solid #BEBEBE;
}

/* #title-unit
--------------------------------------- */
#content #title-unit {
	background-color: #EEE;
	border: 2px solid #5371AD;
	padding: 15px 10px 7px 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-image: url(../../town2/images/title-unit_bg.gif);
	background-repeat: repeat;
	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,
#content #title-unit ul {
	margin-top:0;
	padding-left:0px;
	padding-top: 5px;
	border-top: 1px solid #6F82B7;
}
#content #title-unit li {
	font-size:85%;
	margin-top:4px;
}
#content #title-unit li a {
	color: #5371AD;
	font-weight: bold;
}
#content #title-unit li a:hover {
	color: #118D61;
}

#content #title-unit .horizon {
	overflow:hidden;
	margin-left:0;
	zoom:1;
}

#content #title-unit .horizon li {
	float:left;
	display: list-item;
	margin-left:0;
	padding-left:0;
	padding-right:1em;
}

#content #title-unit ul.index {
	padding-left:0;
	margin-left:0;
	font-weight:bold;
}

#content #title-unit ul.index li {
	margin-bottom:5px;
}

#content #title-unit ul.index li a {
	font-size:100%;
	font-weight:normal;
}




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

#content .pagetop a {
	color: #777;
	/*background-image: url(../../town/images/pagetop_arw.gif);*/
	background-image: url(../../ie/images/pagetop_arw.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
	text-decoration: none;
}

#content .pagetop a:hover {
	text-decoration: underline;
}



/* .memo
--------------------------------------- */
#content .memo {
	font-size: 80%;
	line-height: 1.5;
	color: #5167B2;
}
#content li span.memo {
	font-size: 97%;
}

#content .memo.right {
	text-align:right;
}

#content .unit .memo {
	font-size: 75%;
	margin-top:1em;
}


/* photo
--------------------------------------- */
#content p.with-pht {
	overflow:hidden;
}

#content .pht_left {
	float: left;
	margin-right: 10px;
}
#content .pht_right {
	float: right;
	margin-left: 10px;
}

#content .border {
	padding: 3px;
	border: 1px solid #C4C4C4;
}



/* #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:25px;
}

#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;
}


/* content **element
--------------------------------------- */
/* h2 */
#content h2 {
	font-size: 100%;
	line-height: 1.3;
	font-weight: bold;
	color: #FFED61;
	letter-spacing: 0;
	padding:7px;
	margin-top: 25px;
	margin-bottom: 0.5em;
	/*background-color: #A06C83;
	background-color: #5371AD;*/
	background-color: #5B7BBC;
	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;*/
	margin:1em 0 5px 0;
	background-color: #F7F7F7;
}

#content .unit h3,
#content .unit h4,
#content .unit h5,
#content .unit h6,
#content .unit p {
	margin-left:1em;
}


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


#content h3.sub{
	font-size: 100%;
	line-height: 1.3;
	margin: 1.25em 0 0;
	padding: 0;
	color: #118D61;
	font-weight: bold;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
}


/* p */
#content p {
	font-size: 87%;
	line-height: 1.55;
	color: #333333;
	margin: 0px;
	padding: 0px;
}


/* 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%;
}

/* 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: 80%;
	border-collapse:collapse;
	border: 1px solid #BDC1BE;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content table.full { /*add20150224*/
	width:100%; 
}


#content th {
	text-align:center;
	padding: 6px;
	border: 1px solid #BDC1BE;
	background-color: #EEEEEE;
}

#content table.even2 th {
	width:50%;
}

#content table.even3 th {
	width:33%;
}

#content table.even4 th {
	width:25%;
}

#content table.even5 th {
	width:20%;
}


#content th.year {
	white-space: nowrap;
}

#content th.sub {
	font-weight: normal;
	padding-left:1em;
}

/*
#content table.full th {
	width:50%;
	text-align:left;
	background-color: #FFF;
}
*/
#content td {
	background-color: #FFFFFF;
	padding: 6px;	
	border: 1px solid #BDC1BE;
	text-align:center;
}
#content th.txt,
#content td.txt {
	text-align:left;
}
#content td.num {
	text-align:right;
}


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

  #content
		for admin1.html
		[行政組織機構図]
		
========================================*/
body#admin01 #content .with-pic {
	overflow:hidden;
	margin-bottom:1em;
}

body#admin01 #content .with-pic strong {
	font-weight: bold;
	font-size:110%;
}

body#admin01 #content .with-pic a.link-pdf {
	font-weight: bold;
	color: #5371AD;
	line-height:1;
	background-image:	url(../../reconstruction/images/index_arw.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0 4px 20px;
	display:block;
}


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

  #content
		for admin3.html
		[行政のあゆみ]
		
========================================*/
body#admin03 #content #year dl {
	padding-left: 0px;
}

body#admin03 #content #year dt {
	color: #118D61;
	line-height: 130%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #989898;
	margin:8px 20px 10px 15px;
}

body#admin03 #content #year dd {
	color: #000000;
	line-height: 1.6em;
	font-weight: bold;
	padding:5px 20px 0 1.5em;
	margin: 0 0 5px 0;
}

body#admin03 #content #year ul {
	font-size: 95%;
	line-height: 125%;
	font-weight: normal;
	display: block;
	list-style-position: inside;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BEBEBE;
	margin-top: -1.5em;
	margin-left: 45px;
	margin-right: 0px;
}

body#admin03 #content #year ul.btm {
	border-bottom-style: none;
	margin-bottom: 30px;
}



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

  #content
		for plan01.html
		[七ヶ浜町の概要]
		
========================================*/
body#plan01 ol.song {
	overflow:hidden;
margin-left:0;
	padding-left:0;
}

body#plan01 ol.song li {
	float:left;
	width:180px;
	margin-left:0;
	padding-left:0;
	padding-right:15px;
	list-style-type: none;
}




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

  #content
		for plan02.html
		[うみ・ひと・まちの紹介]
		
========================================*/
body#plan02 p.hd-pic {
	margin-top:-5px;
	margin-bottom:10px;
}

body#plan02 p.hd-pic img { /*add20150224*/
	width:100%;
	height:auto;
}


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

  #content
		for plan03.html
		[七ヶ浜長期総合計画]
	
		for plan04.html
		[各種計画]
		
========================================*/
body#plan03 #content dt,
body#plan04 #content dt {
	color: #118D61;
}

body#plan03 #content dt a {
 float:right;
	font-size:85%;
	color: #5371AD;
}

body#plan03 #content p.pdf-link {
	margin-left:1em;
	font-size:85%;
}

body#plan03 #content p.pdf-link a {
	font-weight: bold;
	color: #5371AD;
}

body#plan03 #content dt a:hover,
body#plan04 #content dd a:hover,
body#plan03 #content p.all-pdf a:hover  {
	color: #118D61;
}

body#plan03 #content p.all-pdf {
	margin-top: 2.5em;
	background-color: #EDEDED;
	padding: 10px;
}

body#plan03 #content p.all-pdf a,
body#plan04 #content dd a {
	font-size:95%;
	font-weight: bold;
	color: #5371AD;
	line-height:1;
	background-image:	url(../../reconstruction/images/index_arw.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	padding: 4px 0 4px 20px;
	display:block;
}

body#plan04 #content dt {
	font-size:105%;
}

body#plan04 #content dd {
	padding-left:0;
	overflow: hidden;
}

body#plan04 #content dd strong {
	font-weight: bold;
	font-size:110%;
}

body#plan04 #content dd ul {
	margin:10px 0 10px 145px;
}

body#plan04 #content dd li {
	margin-bottom:3px;
}



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

  #content
		for plan05.html
		[本町における震災復興への取り組み]
		
========================================*/
body#plan05 #content ul.link {
	margin-left: 0px;
	padding-left: 1.5em;
	list-style-type: none;
}

body#plan05 #content ul.link li a {
	font-size: 110%;
	font-weight: bold;
	line-height:1.4;
	background-image:	url(../../reconstruction/images/index_arw.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	padding: 4px 0 4px 20px;
	margin-right:5px;
	display:block;
	text-decoration: none;
}

body#plan05 #content ul.link li a:hover {
	text-decoration: underline;
}


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

  #content
		for data02.html
		[統計情報]
		
========================================*/
body#data02 ul.link li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom:1.5em;
font-size:80%;
	color:#666;
	line-height:1.7;
}

body#data02 ul.link li a {
	font-size: 115%;
	font-weight: bold;
	line-height:1.4;
	background-image:	url(../../reconstruction/images/index_arw.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0 4px 20px;
	margin-right:5px;
	text-decoration: none;
}

body#data02 ul.link li a:hover {
	text-decoration: underline;
}



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

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

body#top #hd.unit { /*mod20150224*/
	/*background-image: url(../../town/images/hd_unit_bg.jpg);*/
	background-image: url(../../town2/images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover; /*add20150224*/
	margin:0 10px; 
	padding-top:0px;
	/*padding-bottom:15px;*/
	padding-bottom:7px;
}

body#top #hd.unit img { /*add20150224*/
	width:100%;
	height:auto;
}

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


body#top p.summary {
	font-size:80%;
	line-height:1.5;
	border-top-style: none;
	border-bottom-style: none;
	margin:5px 35px 10px;
	text-align: justify;
	font-weight: bold;
	color: #3659AB;
	color: #FFF;
}


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


/* #content_top
--------------------------------------- */
body#top #content_top { /*mod20150224*/
	margin-top: 10px;
	/*margin-bottom: 10px;*/ 
	padding-right: 0px;
	padding-left: 10px;
}
body#top #content_top h2 {
	font-size: 120%;
	color: #FFF;
	font-weight: bold;
	text-align:center;
	/*line-height:100px;*/
	line-height:40px;
	padding:4px;
	background-color: #5371AD;
	/*width:230px;*/
	width:296px; /*mod20150224*/
	/*height:100px;*/
	height:40px;
	border-style: none;
}


/* #menu
--------------------------------------- */
body#top #menu {
overflow:hidden;
position:relative;
/*margin-bottom:30px;*/
padding-bottom:40px; /*mod20150224*/
}

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

body#top #menu ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
body#top #menu ul li { /*add20150224*/
	margin: 5px 0;
	padding-bottom:5px;
}

body#top #menu ul.sub-col1,
body#top #menu ul.sub-col2 {
	float: left;
	width: 117px;
}

body#top #menu ul.sub-col1{
	margin-right:4px;
	display:inline; /*ie6*/
}

body#top #menu li a {
	font-size: 100%;
	font-weight: bold;
	line-height:1.4;
	background-image:	url(../../reconstruction/images/index_arw.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	padding: 4px 0 8px 20px; /*mod20150224*/
	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: #5B7BBC;	
}

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

body#top #menu li a:hover {
	background-color: #F7F7F7;
	/*text-decoration: none;*/
	color: #118D61;
}


/* #top-banner
--------------------------------------- */
/*
body#top #top-banner {
	overflow:hidden;
	margin-top:10px;
}

body#top #top-banner p {
	height:36px;
	text-align: center;
	margin:0 10px 10px 0;
	float:left;
	width:48%;
}

body#top #top-banner p.even {
	margin-left:5px;
	display:inline;
}

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

body#top #top-banner p a:hover {
	background-color: #5B7BBC;
}
*/


/* #top_news
--------------------------------------- */
/*
body#top #top_news {
	width:714px;
	margin-bottom:20px;
	margin-bottom:15px;
	padding: 6px 10px 10px;
	border: 2px solid #5371AD;
	background-color: #F8F8F8;
	overflow:hidden;
	background-image: url(../../town/images/title-unit_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

body#top #top_news h2 {
	width:700px;
	height:auto;
	font-size: 100%;
	line-height: 1.3;
	font-weight: bold;
	color: #000;
	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: 80%;
	color: #333;
	padding-left:0.5em;
	font-weight: normal;
}

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;
	font-weight: bold;
}
body#top #top_news li a:link {
	color: #333;
	color: #5371AD;
	text-decoration: underline;
}
body#top #top_news li a:visited {
	color: #5371AD;
}
body#top #top_news li a:hover {
	color: #118D61;
	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;
	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-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;
}
*/
