@charset "euc-jp";

/*--------------------------------------
  Universal selector
---------------------------------------*/

*{
	color: #333333;
	font-size: 100%;
	/*background-color: transparent;*/
	margin:	 0;
	padding: 0;
	}
/* { box-sizing : border-box;}
* { -moz-box-sizing : border-box;}*/

/*--------------------------------------
  
---------------------------------------*/
body {
	margin: 0px auto;
	padding: 0px auto;
	text-align: center;
	background-color: #ffffff;
	line-height:145%;
	}
html>body {
    border-collapse:separate;
	}
body,html {
height:100%;
	}
h1,h2,h3,h4,p {
	margin:0px;
	padding:0px;
	}
img {
	border:0px;
	}
ul,li {
	list-style: none;
	margin:0px;
	padding:0px;
	}
table {
	empty-cells:show;
	border-collapse: collapse;
	}
td {
	vertical-align:top;
	text-align:left;
	}
address {
	font-style:normal;
	}
.txt_s {
	font-size: 0.8em;
	}
.txt_c {
	text-align: center;
	}
.txt_r {
	text-align: right;
	}
.red {
	color: #FF3300;
	}
.ind01 {
	text-indent: 1em;
	}
p.navi {
	font-size: 0.8em;
	margin-left: 15px;
	margin-top: 15px;
	}
/*--------------------------------------
リンク
---------------------------------------*/
a {
    font-style:normal;
	text-decoration : underline;
	}
a:link {
    font-style:normal;
    text-decoration:underline;
    color: #0000ff;
	}
a:visited {
    font-style:normal;
    text-decoration:underline;
    color: #063977;
	}
a:hover {
    font-style:normal;
    text-decoration:underline;
	}
a:active {
    text-decoration:underline;
/*	position:relative;
	left:1px;
	top:1px;
*/
	}
/*--------------------------------------
  コンテンツ
---------------------------------------*/
div#wallBack {
	width:100%;
	height: 100%;
	background:url("../images/im_wallback.gif") repeat-x top;
height:100%;
height:auto ! important;/*moz対策*/
min-height:100%;
margin:0 auto -10px;
	}
*html div#wallBack{
	height: 100%;
}
#logo {
	width:100%;
	height: 44px;
	text-align: left;
	background-color: #063977;
	}
#mainMenu {
	width:100%;
	height: 25px;
	background:url(../head/images/menubar.gif) repeat-x;
	text-align: left;
	}
/*6/13削除
#wall {
	clear: both;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;IE対策として記述　中の要素をセンタリング
	min-height:100%;
	margin:0 auto -10px;
	height:auto ! important;
	}*/
#container {
	clear: both;
	width: 800px;
	margin-left: auto;/*センタリング*/
	margin-right: auto;/*センタリング*/
	text-align: left;/*センタリング*/
	background-color: #ffffff;
height:100%;
	}
#picbox {
	width: 800px;
	height: 77px;
	background:url("../images/image01.jpg") no-repeat;
	}
#cnt {
	font-size: 0.75em;
	padding: 2px 13px 20px 13px;
	background-color: #ffffff;
	}
.cntbox {
	clear: both;
	margin-top: 15px;
/*background-color:#000066;*/
/*	padding-top: 0px;*/
	}
#counterbox {
	clear: both;
	text-align: right;
	}
#counterbox p {
	text-align: right;
	font-size: 0.8em;
	}
#footer-spacer {
    background-color: #ffffff;
	height:10px;
	}
#cright {
    color: #ffffff;
    background-color:#063977;
    font-size: 0.8em;
	text-align: center;
width:100%;
height:14px;
line-height:16px;
	}
/*--------------------------------------
  トピックス
---------------------------------------*/
#topics {
	float: left;
	width: 512px;
	border:1px solid #44afff;
	}
#topics p.title {	
	background: url(../images/top/tit01.gif) no-repeat left;
	background-color:#44afff;
	text-align: right;
	padding-right: 5px;
	}
#topics dl,
#cnt2 dl {
/*	font-size:0.9em;*/
	margin: 5px 5px 5px 5px;
	}
#topics dt,
#cnt2 dt {
	clear: left;
	float: left;
	margin: 0 0 0.2em;
	width: 5.5em;
	padding-left: 5px;
	}
#topics dd,
#cnt2 dd {
	margin-bottom: 0.2em;
	margin-left: 5.5em;
	}
#cnt2 h1.tp{
	margin-bottom: 30px;
	}
#cnt2 p.dt {
	text-align: right;
	}
#cnt2 p.honbun {
	font-size: 1.15em;
	line-height: 1.8em;
	}
#pdfbox {
	margin-top: 20px;
	}
/*--------------------------------------
  バナーbox
---------------------------------------*/
.cellboxban {
	width: 250px;
	float: right;	
	}
.cellboxban img {
	margin-bottom: 10px;
	}
.cellboxban img.bnlast {
	margin-bottom: 0px;
	}
/*--------------------------------------
  項目
---------------------------------------*/
.cellboxL,
.cellboxC {
	width: 250px;
	float: left;	
	padding-top: 19px;
	margin-right: 12px;
	}
.cellboxR {
	width: 250px;
	float: right;	
	padding-top: 19px;
	}
.cellboxL {
	background: url(../images/top/tit02.gif) no-repeat left top;
	}
.cellboxC {
	background: url(../images/top/tit03.gif) no-repeat left top;
	}
.cellboxR {
	background: url(../images/top/tit04.gif) no-repeat left top;
	}
#boxL,
#boxL2,
#boxC,
#boxR {
	border-width: 3px;
	border-style: solid;
	padding: 8px 6px;
	}
#boxL ul,
#boxC ul,
#boxR ul {
	list-style: none;
	margin-bottom: 15px;
	}
#boxL li,
#boxC li,
#boxR li {
	list-style: none;
	padding-left: 18px;
	line-height: 1.2em;
	margin-bottom: 10px;
	}
#boxL {
	border-color: #99CD47;
	background: url(../images/top/im01.gif) no-repeat right bottom;
	height:170px;
	}
	#boxL li{
		background:url(../images/top/list01.gif) no-repeat top left;
		}
#boxL2 {
	border-color: #99CD47;
	height:229px;/*高さ調整*/
	}
	#boxL2 p{
		margin-left: 2px;
		margin-right: 2px;
		line-height: 145%;
		}
#boxC {
	border-color: #ff8d1d;
	background: url(../images/top/im02.gif) no-repeat right bottom;
	height:450px;/*高さ調整*/
	}
	#boxC li{
		background:url(../images/top/list02.gif) no-repeat top left;
		}
#boxR {
	border-color: #1f4fff;
	background: url(../images/top/im03.jpg) no-repeat right bottom;
	height:450px;/*高さ調整*/
	}
	#boxR li{
		background:url(../images/top/list03.gif) no-repeat top left;
		}
/*--------------------------------------
　項目リンク
---------------------------------------*/
#boxL a,
#boxC a,
#boxR a {
	text-decoration : none;
	}
#boxL a:link,
#boxC a:link,
#boxR a:link {
    text-decoration: none;
	color: #333333;
	}
#boxL a:visited,
#boxC a:visited,
#boxR a:visited {
    font-style:normal;
    text-decoration:none;
    color: #333333;
	}
#boxL a:hover,
#boxC a:hover,
#boxR a:hover {
    font-style:normal;
    text-decoration: none;
	color: #44afff;
	}
#boxL a:active,
#boxC a:active,
#boxR a:active {
    text-decoration: none;
/*
	position:relative;
	left:1px;
	top:1px;
*/
	color: #44afff;
	}
/*--------------------------------------
  各ページ
---------------------------------------*/
#cnt2 {
	font-size: 0.8em;
	padding: 50px 50px 20px 50px;
	background-color: #ffffff;
/*	height: 100%;*/
	}
#cnt2 h1 {
	font-size: 1.2em;
	text-indent: 0.5em;
	margin-bottom: 15px;
	}
#cnt2 h2 {
	font-size: 1em;
	text-indent: 0.5em;
	margin-bottom: 15px;
	}
#cnt2 h1.bl{
	border-bottom: 3px solid #44afff;
	}
#cnt2 h1.bar_aboutus {
	border-bottom: 3px solid #99CD47;
	}
#cnt2 h1.bar_machi {
	border-bottom: 3px solid #FF8D1D;
	}
#cnt2 h1.bar_gijyutu {
	border-bottom: 3px solid #1f4fff;
	}
#cnt2 h2.bar_aboutus {
	background-color: #99CD47;
	color: #145D00;
	}
#cnt2 h2.bar_gijyutu {
	clear: both;
	background-color: #8cadfe;
	color: #0033FF;
	}
#cnt2 h2.bar_machi {
	background-color: #FF8D1D;
	color: #663300;
	}
#cnt2 h3.bar_machi {
	color: #663300;
	border-bottom: 1px solid #663300;
	}
.cnt2box {
	padding: 0px 15px 50px 15px;
	}
.cnt600box {
	width: 600px;
	margin-left: 50px;
	margin-bottom: 50px;
	}
.wall_aboutus {
	background: url(../images/im_aboutus.gif) no-repeat top;
	}
.wall_gijyutu {
	background: url(../images/im_gijyutu.gif) no-repeat top;
	}
.wall_machi {
	background: url(../images/im_machi.gif) no-repeat top;
	}
td.tit_dl {
	background-color: #E6E6E6;
	text-indent: 0.5em;
	}
.color_machi {
	color: #663300;
	font-weight: bold;
	}
.planBox {
	float: right;
	margin-bottom: 20px;
	}
/*--------------------------------------
  公共事業執行支援業務
---------------------------------------*/
table.plan {
	width: 403px;
	}
table.plan td,
table.plan th {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0.5em;
	font-weight: normal;
	border-bottom: dotted 1px #808080;
	line-height: 125%;
	}
table.plan th {
	width: 78px;
	}
img.plan {
	float: right;
	width: 250px;
	}
/*--------------------------------------
  まちづくり支援
---------------------------------------*/
table.cnt2box_table {
	margin-left: 1em;
	margin-bottom: 1em;
	}
table.hyou,
table.hyou th,
table.hyou td {
	border: 1px solid #666666;
	}
table.hyou th {
	background-color: #FFFFCC;
	text-align : center;	
	}
table.hyou th,
table.hyou td {
	padding: 3px 5px;
	}
table.hyou td img a.pdf {
	border: 1px solid #0000FF;
	}
th.w90 {
	width: 90px;
	}
th.w50 {
	width: 50px;
	}
.pbox {
	margin-top: 10px;
	margin-bottom: 20px;
	}
.pbox img{
	margin-right: 10px;	
	}
#cnt2 h2.bar_pub {
	border-left: 10px solid #FF8D1D;
	background-color: #FFE9C5;
	color: #663300;
	margin-bottom: 10px;
	}
hr.w_line {
	clear: both;
	height: 30px;
	color: #ffffff;
	}
/*いしかわ地域の魅力創造まちづくり事業*/
#wagamachiBox {
	width: 700px;
	height: 250px;
	background-image: url(../machi/images/wagamachi.jpg);
	text-indent:-9999px;
	overflow:hidden;
	}
/*--------------------------------------
  ダウンロード
---------------------------------------*/
table.hyou_dw {
	width: 600px;
	border: 1px solid #808080;
	margin-left: 20px;
	}
table.hyou_dw td{
	padding: 1px 5px;
	border: 1px solid #808080;
	}
td.ind05 {
	text-indent: 0.5em;
	}
td.td_center {
	text-align: center;
	}
table.list_dl {
	margin: 5px 20px 20px 10px;
	}
table.list_dl td {
	padding: 2px 0px;	
	}
td.w260 {
	width: 260px;
	}
td.w520 {
	width: 520px;
	}
#pwd {
	font-size: 0.8em;
	padding-top: 50px;
	padding-bottom: 200px;
	text-align: left;
	}
#pwd td{
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	}
/*--------------------------------------
  リンク集
---------------------------------------*/
table.hyou_s {
	margin: 10px 10px 15px 7px;
	width:100%;
	}
table.hyou_s td{
	width: 30% 30% 40%;
	line-height: 125%;
	padding: 5px;
	}
table.hyou_s2 th{
	background-color: #E6F2FF;
	font-weight: normal;
	width: 80px;
	}
table.hyou_s2 {
	margin: 10px 10px 20px 10px;
	border: 1px solid #808080;
	}
table.hyou_s2 th,
table.hyou_s2 td{
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #808080;
	line-height: 125%;
	}
table.hyou_s2 td{
	padding-right: 30px;
	}
td.tit_link {
	background-color: #0000FF;
	color: #ffffff;
	text-indent: 0.5em;
	}	
/*--------------------------------------
  財団概要
---------------------------------------*/
p.tit_machi,
p.tit_gijyutu {
	text-indent: 1em;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 23px;
	margin-bottom: 7px;
	}
p.tit_machi {
	background: url(../aboutus/images/jigyo1.gif) no-repeat left;
	}
p.tit_gijyutu {
	background: url(../aboutus/images/jigyo2.gif) no-repeat left;
	}

/*--------------------------------------
  旧建設技術センター
---------------------------------------*/
div#header{
    background-color: #ffffff;
	}
div#header img {
	width: 432px;
	height: 44px;
	}
div#copyright{
    text-align: right;
    padding-right: 10px;
    font-size: 0.8em;
    line-height: 110%;
    color: #ffffff;
    background-color:#063977;
	}
/*--------------------------------------
  （旧建設技術センター）左メニュー
---------------------------------------*/
td.leftMenu{
	width:180px;
	padding:0px;
	vertical-align:top;
	border-left:1px solid #063977;
	border-right:1px solid #063977;
background-color:#ECF6FF;
}
.leftMenu ul{
	margin:0px;
	margin-bottom:30px;
	list-style:none;
	list-style-position :outside;
	padding-left:5px;
	}
.leftMenu ul li{
	font-size:10pt;
	list-style:none;
	background:url(images/top/point.gif) no-repeat 0% 50%;
	text-indent:8pt;
	line-height:110%;
	margin:7px 0px;
	}
.leftMenu ul li.line2{
	background:url(images/top/point2.gif) no-repeat 0% 50%;
	}
.leftMenu ul li.sub{
	text-indent:2pt;
	background-image:none;
	}
.leftMenu a{
    color:#0000ff;
    font-style:normal;
	}
.leftMenu a:link,
.leftMenu a:visited {
    color:#0000ff;
    font-style:normal;
    text-decoration:none;
	}
.leftMenu a:hover {
    color:#0000ff;
    font-style:normal;
    text-decoration:underline;
	}
.leftMenu a:active {
    color:#0000ff;
    text-decoration:underline;
	}
/*--------------------------------------
  （旧建設技術センター）右コンテンツ
---------------------------------------*/
td.contents{
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:30px;
	vertical-align:top;
}
/*--------------------------------------
 印刷設定
---------------------------------------*/
@media print{
	*{
		color: #000;
	}
	a:link {text-decoration: underline;}
	a:visited {text-decoration: underline;color: #0000FF;}
	div#wallBack {background: none;}
	#logo,#mainMenu {display: none;}
	.wall_aboutus,
	.wall_gijyutu,
	.wall_machi {background: none;}
}
/*↓印刷時URLの表示*/
/*a[href]:after {
        content: " (" attr(href)") ";
}*/
