@charset "utf-8";

*:first-child+html * { /*------- IE 7の「haslayout」問題を解決 -------*/
	letter-spacing:0;
}

*:first-child+html #header {/*------- 文字拡大時のlayoutくずれ解決 -------*/
	height:200px;
}

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: sans-serif;
	font-size: 85%;
	line-height: 1.5;
	color: #333;
	background-image: url(../sozai/bg_h_gra10.gif);
}

/* ここまでbasic layout
--------------------------------------*/

#wrapper {
	background-color: #FFF;
	width: 848px;
	border-style: none;
	margin: auto;
}

#header {
	border-top: 3px solid #F60;
	clear: left;
	position: relative;
	height: 170px;
}

#header #colonylogo {
	position: absolute;
	left: 5px;
	top: 15px;
}

#colonylogo a img {
	border-style: none;
}

#colonylogo a:hover img {
	opacity:0.6;
	filter: Alpha(Opacity=60);
}

#header #logoImg {
	position: relative;
	top: 3px;
	left: 640px;
	width: 200px;
}

/* ここからgoogle layout
--------------------------------------*/

#google {
	float: right;
	padding-top: 5px;
	position: relative;
	top: -5px;
}

#header #color {
	position: relative;
	top: 60px;
	left:550px;
	font-size: small;
	width: 105px;
}

#google a:hover img {
	opacity:0.6;
	filter: Alpha(Opacity=60);
}

#header ol {
	list-style: none;
	position: relative;
	left: 500px;
	width: 350px;
	top: 55px;
}

#header ol li {
	display: inline;
	font-size: small;
	margin-right: -3px;
}

#header ol li a:link {
	color: #333;
	text-decoration: underline;
	border-style: none;
}

#header ol li a:visited {
	border-style: none;
	color: #666;
}

#header ol li a:hover {
	color: #FFF;
	background-color: #666;
	text-decoration: none;
}

/* ここまでheader layout
--------------------------------------*/



/* ここからnavigation styles
--------------------------------------*/
	
#header ul {
	background-color: #FFF;
	width: 848px;
	position: absolute;
	left: 0;
	top: 85px;
}

#header ul li {
	float: left;
	list-style: none;
}

#header ul li a {
	line-height: 3em;
	color: #333;
	text-decoration: none;
	background-color: #F93;
	height: 3em;
	width: 167px;
	text-align: center;
	display: block;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #FFF;
}
#home #header ul #nHome a, 
#gaiyou #header ul #nGaiyou a, 
#enkaku #header ul #nEnkaku a, 
#link #header ul #nLink a, 
#worksupport #header ul #nWorksupport a, 
#hartfull #header ul #nHartfull a, 
#koujou #header ul #nKoujou a, 
#harty #header ul #nHarty a, 
#sainami #header ul #nSainami a,
#uwano #header ul #nUwano a{
	color: #333;
	background-color: #D8D8D8;
}

#header ul li a:hover {
	background-color: #FC6;
	color: #333;
}

/* ここからmain layout
--------------------------------------*/


#main {
	width: 670px;
	float: right;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FC6;
}
#main ul {
	list-style: none;
	margin-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main ul .squarelist {
	background-image: url(../sozai/014.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
}

#main .gyouji ul li{
	list-style: none;
	background-image: url(../sozai/014.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

#main ul li a:link {
	color: #333;
	text-decoration: underline;
}

#main ul li a:visited {
	color: #666;
	text-decoration: underline;
}

#main ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}

/* ここから事業報告スタイル
--------------------------------------*/

#main .jigyouleft {
	width: 318px;
	margin-bottom: 10px;
}
#main .jigyouleft ul li {
	list-style-type: none;
}

#main .jigyouright {
	float: right;
	width: 318px;
	margin-bottom: 10px;
	margin-top: -10px;
}
#main .jigyouhoukoku ul li a {
	background-image: url(../sozai/common_pdficon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
* html #main .jigyouright {　/*------IE6での位置ずれ調整------*/
	margin-top: 0px;
}
*:first-child+html #main .jigyouright {  /*------IE7での位置ずれ調整------*/
	margin-top: 0px;
}

/* ここまで事業報告スタイル
--------------------------------------*/

#main h2 {
	font-family: sans-serif;
	font-weight: bold;
	color: #333;
	background-color: #FC6;
	padding-left: 10px;
	line-height: 130%;
	border-left: 15px solid #F93;
	text-decoration: none;
	margin-bottom: 15px;
}

#main h3 {
	color: #36F;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 10px;
}

#main h4 {
	color: #F30;
	margin-left: 10px;
	margin-bottom: 5px;
}



#main h4 a:link {
	color: #F30;
}
#main h4 a:visited {
	text-decoration: underline;
	color: #F30;
}
#main h4 a:hover {
	color: #FFF;
	background-color: #F00;
	text-decoration: none;
}

#main p {
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.8em;
	text-indent: 1em;
}
#main .aisatsu {
	background-color: #d8d8d8;
	text-indent: 0;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 85%;
	line-height: 2em;
	margin-top: 15px;
}

#main p .headline {
	float: right;
}


#main p a:link {
	color: #333;
	text-decoration: underline;
}

#main p a:visited {
	color: #666;
	text-decoration: underline;
}

#main p a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}

#main dl {
	margin-top: 10px;
	margin-bottom: 10px;
}

#main dl dt {
	font-weight: bold;
	float: left;
	width: 9em;
	padding-left: 10px;
	margin-bottom: 6px;
	clear: left;
}

#main dl dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7.5em;
}

#main dl dd a:link {
	color: #333;
	text-decoration: underline;
}

#main dl dd a:visited {
	color: #666;
	text-decoration: underline;
}

#main dl dd a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}

/* ここからjigyoumokuteki layout
--------------------------------------*/


#main .jigyoumokuteki {
	height: 380px;
	width: 670px;
}
#main .jigyoumokuteki p img {
	float: right;
}


.mokuteki01 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 80px;
}

/* ここからsinboru layout
--------------------------------------*/

#main #sinboru {
	float: right;
	height: 220px;
	width: 670px;
}

.sinboruSetumei {
	padding-top: 40px;
	padding-bottom: 30px;
}

.sinboruLogo {
	border: 1px solid #CCC;
	margin: 15px;
}
#main #sinboru img {
	float: right;
}


/* ここからgyouji layout
--------------------------------------*/

#main .gyouji {
	width: 370px;
}
* html #maim .gyouji {
	width: 300px;
	position: relative;
	top: -300px;
}
.gyoujiPhoto {
	width: 300px;
	height: 530px;
	float: right;
}
#main .gyoujiPhoto p {
	text-align: right;
}

* html .gyoujiPhoto { /*------IE6でのカラム落ち width:300px を width:250px ------*/
	width: 250px;
}
.shozai1 {
	border-left: 5px solid #999;
	width: 335px;
	margin-top: 20px;
	margin-left: 30px;
}

/* ここからshozai layout
--------------------------------------*/

.shozai {
	border-left: 5px solid #999;
	width: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
}

*:first-child+html .shozai1 {/*----------------IE7での.shozaiの位置調整----------------*/
	width: 350px;
	position:relative;
	top:-180px;
	margin-bottom: -150px;
}

#main .shozai1 ul li {
	display: inline;
	padding-left: 20px;
	background-image: url(../sozai/cl_006.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
}
/* ここからmain img layout
--------------------------------------*/


#main img     {
	margin: 10px;
}
#main p img {
	float: right;
}

#main a p img ,#main a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main a:hover p img ,#main a:hover img{
	filter: Alpha(Opacity=60);
	opacity: 0.6;
}

#main h4 a img   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main h4 a:hover img {
	filter: Alpha(Opacity=60);
	opacity: 0.6;
}
#main .mainImg {
	width: 270px;
	float: right;
}

#main .imgSuisou {
	float: right;
	clear: both;
}

.mapClick {
	font-size: 0.9em;
}
#main .jitensha p a,
#main .nihonzaidan p a,
#main .selp p a {
	background-image: url(../sozai/newwinicon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

.jitensha {
	width: 395px;
	height: 170px;
}

.nihonzaidan {
	height: 170px;
	width: 395px;
}

.selp {
	height: 230px;
	width: 395px;
}

.zencolo-linkmap {
	position: relative;
	width: 375px;
	height: 400px;
	left: 100px;
	top: 20px;
}

/* ここからfont style layout
--------------------------------------*/

.bold {
	font-weight: bold;
}

#main p .pinkA {
	color: #F09;
}
/* ここからトップページのニュース layout
--------------------------------------*/

#main #news table{
	height: auto;
	margin: 15px;
}
#main #news table caption {
	visibility: hidden;
	display: none;
}

#main #news table tr th{
	border-bottom-style: solid;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	width: 170px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main #news table img   {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: -3px;
}

#main #news table img   {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: -3px;
}

#main #news table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-style: none;
	width: 450px;
	padding: 5px 5px 5px 20px;
}
#main #news tr.even td {
	background-color: #E8EEF9;
}
#main #news table tr td a:link {
	color: #333;
	text-decoration: underline;
}
#main #news table tr td a:visited {
	color: #666;
	text-decoration: underline;
}
#main #news table tr td a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}
#main #news tr.even th {
	background-color: #E8EEF9;
}

/*-------ここからニュースレイアウト------*/

.newsContents {
	width: 390px;
	height: auto;
}
#main .newsContents dl dt {
	width: 13em;
	text-align: right;
	padding-right: 5px;
	height: 2em;
}
#main .newsContents dl dd {
	height: 2em;
}


* html .newsContents {
	width: 385px;
}

.newsContentsLeft {
	width: 370px;
}



.newsImgRight {
	height: auto;
	width: 280px;
	float: right;
}

.imageMore {
	float: left;
	position: relative;
	left: 10px;
	top: -10px;
}

* html .imageMore { /*------IE6での .imageMore の位置調整 ------*/
	position: relative;
	left: -143px;
	height: 35px;
	top: -15px;
}

*:first-child+html .imageMore { /*------IE7での .imageMore の位置調整 ------*/
	position: relative;
	height: 40px;
	left: -143px;
	top: -15px;
}
#main .rijichou {
	float: right;
	width: 170px;
	border: 1px solid #CCC;
	margin-left: 5px;
	margin-top: 3px;
	margin-right: 10px;
}
#main .rijichou .caption {
	font-size: 80%;
	text-indent: 0;
	text-align: center;
	line-height: 1.4em;
}




#main hr {
	border: 1px dotted #999;
}

/* ここからページのトップに戻る layout
--------------------------------------*/

#main #top {
	text-align: right;
	clear: both;
	margin-bottom: 10px;
}

#main #top p a:link {
	padding-left: 20px;
	margin-right: 3px;
	text-decoration: underline;
	color: #333;
	background-image: url(../sozai/cl_006.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#main #top p a:visited {
	margin-right: 3px;
	padding-left: 20px;
	color: #666;
	text-decoration: underline;
	background-image: url(../sozai/cl_006.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#main #top p a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}

/* ここからtable layout
--------------------------------------*/

#main .enkaku table{
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #CCC;
}
#main .enkaku table caption {
	display: none;
	visibility: hidden;
}

#main .enkaku table tr th{
	height: 35px;
	background-color: #F8F8F8;
	font-weight: normal;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-left: 5px;
	width: 75px;
}
#main .enkaku table tr td{
	height: 35px;
	width: 470px;
	padding-left: 10px;
	padding-top: 5px;
	border: 1px solid #CCC;
}
#main .enkaku table tr.even td{
	background-color: #E8EEF9;
}


#main .submit {
	text-align: center;
}
#main .envelope {
	float: left;
}
#main .envelope table {
	margin-left: 15px;
	width: 150px;
	border: 1px solid #CFF;
}

#main .envelope table caption {
	display: none;
}
#wrapper #main .envelope table tr th {
	background-color: #CFF;
	height: 2em;
}
#main .envelope table tr td {
	padding: 10px;
}



/* ここからsidebar layout
--------------------------------------*/

#sidebar {
	float: left;
	width: 167px;
	padding-left: 3px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#localnavi {
	margin-bottom: 5px;
}
#localnavi h2 {
	background-image: url(../sozai/arrow082.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 27px;
	display: block;
	width: 139px;
	color: #333;
	background-color: #D8D8D8;
	font-size: medium;
}
#localnavi h3 {
	clear: both;
	display: block;
	padding-left: 27px;
	color: #333;
	background-color: #D8D8D8;
	width: 139px;
	background-image: url(../sozai/arrow082.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: medium;
}
#localnavi ul {
	float: left;
	list-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 5px;
}
#localnavi ul li {
	font-weight: normal;
}
#localnavi ul li a {
	display: block;
	width: 144px;
	background-color: #FFF;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 2px;
	background-image: url(../sozai/arrow011_10.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
#localnavi ul li a:link {
	color: #333;
	text-decoration: none;
}
#localnavi ul li a:visited {
	color: #666;
	text-decoration: none;
}
#localnavi ul li a:hover {
	color: #333;
	background-color: #F8F8F8;
	text-decoration: none;
}
#sidebar #plugin {
	border: 1px solid #CCC;
	width: 154px;
	margin-top: 10px;
	font-size: 0.7em;
	clear: both;
	padding: 5px;
}

#sidebar #accessibility {
	border: 1px solid #CCC;
	width: 154px;
	margin-top: 5px;
	font-size: 0.7em;
	padding: 5px;
}
#sidebar #plugin ul,
#sidebar #accessibility ul{
	margin-top: 5px;
}

#sidebar #accessibility ul li a img,
#sidebar #plugin ul li a img {
	margin-bottom: 2px;
}

#sidebar #accessibility ul ,
#sidebar #plugin ul {
	text-align: center;
	list-style-type: none;
}
#sidebar #plugin ul li a img, 
#sidebar #accessibility ul li a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar a:hover img  {
	filter: Alpha(Opacity=60);
	opacity: 0.6;
}



/* ここからfooter layout
--------------------------------------*/

#footer {
	color: #333333;
	background-color: #F93;
	padding: 10px 15px 15px;
	height: auto;
	clear: both;
	width: 818px;
	font-size: small;
}

/* ここからfooter navigation layout
--------------------------------------*/

#footer ul {
	text-align: center;
	margin-top: 5px;
}

#footer ul li {
	list-style: url(../none) none;
	display: inline;
	margin-bottom: 10px;
}

#footer ul li a {
	color: #333;
	text-decoration: underline;
}

#footer ul li a:hover {
	color: #333;
	text-decoration: none;
}

/* ここからfooter address layout
--------------------------------------*/

#footer address {
	clear: left;
	text-align: center;
	margin-top: 5px;
}

