﻿@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
   background:#000 url("../images/bg.gif") 0 0 repeat fixed;
}

br {
   letter-spacing:normal;
}

a {
   color:#FFF;
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}

img {
   border:0;
/*   vertical-align:bottom;*/
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

em {
   font-style:normal;
   background:#ff0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:780px;
   margin:0 auto;
   padding:10px 0;
}

#header {
   position:relative;
   width:780px;
}

#pr {
   position:absolute;
   left:0;
   top:0;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#menu {
   float:left;
   width:780px;
   margin-top:10px;
   background:#316900;
   background:-moz-linear-gradient(top, #316900);/* Firefox用 */
   background:-webkit-gradient(linear, left top, left bottom, #316900);/* Safari, Chome用 */
}

#icatch {
   width:780px;
}

#contents {
   float:left;
   width:760px;
   padding:10px;
   background:#fff;
}

#main {
   float:right;
   width:570px;
}

#sub {
   float:left;
   width:180px;
}

#pageTop {
   clear:both;
}

#footMenu {
   float:left;
   width:780px;
   margin-top:10px;
}

#footer {
   clear:both;
   width:780px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:1em 0 0 0;
   font-size:28px;
   color:#fff;
   line-height:1.0;
}

#header h1 a {
   color:#fff;
}

#header h1 a:hover {
   color:#f1f1f1;
}

#header #pr p {
   margin:0;
   color:#fff;
}

#header #pr p a {
   color:#fff;
}

#header #gnavi ul {
   list-style:none;

}
#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:11px;
}

#header #gnavi li a {
   display:block;
   padding-left:10px;
   color:#fff;
   background:url("/~planning/images/bg_gnavi.gif") 0 5px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   overflow:hidden;
   margin:0;
   padding:7px 7px 0 10px;
   list-style:none;
}

#menu ul ul {
  display: none;
  position: absolute;
  z-index: 10;
}

#menu ul ul ul {
  top: 0;
  left: 100%;
}

#menu ul li {
   float:left;
   margin:0;
   padding:8px 20px;
   width: 12.5%
   border-left:1px solid white;
   border-right:1px solid white;
   color:#fff;
   font-weight:bold;
   outline:none;
   display:block;
}

#menu ul li:hover {
   background:#f1f1f1;
   background:-moz-linear-gradient(top, #f1f1f1);
   background:-webkit-gradient(linear, left top, left bottom, #f1f1f1);
   -moz-border-radius:5px 5px 0 0;/* Firefox用 */
   border-radius:5px 5px 0 0;/* Safari, Chome用 */
   color:#000;
}

#menu ul li:hover a{
    color: #000;
} 

#menu ul li ul li {
  clear: left;
  position:relative;
  width: 100%;
  background:#CCFF66;
  border-bottom:1px solid #cccccc;
  margin:0px 0px 0px -2px;
  text-align:left;
  color:#000;
}

#menu ul li ul li a{
  clear: left;
  position:relative;
  display: block;
  color:#000;
}

#menu ul li ul li a:hover{
  display: block;
}

#menu ul li:hover > ul {
  display: block;
}

#m01 #menu li#menu01 {
   background:#f1f1f1;
   background:-moz-linear-gradient(top, #f1f1f1);
   background:-webkit-gradient(linear, left top, left bottom, #f1f1f1);
   -moz-border-radius:5px 5px 0 0;/* Firefox用 */
   border-radius:5px 5px 0 0;/* Safari, Chome用 */
   color:#000;
}
#m01 #menu li#menu01 a{
   color:#000;
}

#m02 #menu li#menu02 {
   background:#f1f1f1;
   background:-moz-linear-gradient(top, #f1f1f1);
   background:-webkit-gradient(linear, left top, left bottom, #f1f1f1);
   -moz-border-radius:5px 5px 0 0;/* Firefox用 */
   border-radius:5px 5px 0 0;/* Safari, Chome用 */
   color:#000;
}
#m02 #menu li#menu02 a{
   color:#000;
}

#m03 #menu li#menu03 {
   background:#f1f1f1;
   background:-moz-linear-gradient(top, #f1f1f1);
   background:-webkit-gradient(linear, left top, left bottom, #f1f1f1);
   -moz-border-radius:5px 5px 0 0;/* Firefox用 */
   border-radius:5px 5px 0 0;/* Safari, Chome用 */
   color:#000;
}
#m03 #menu li#menu03 a{
   color:#000;
}

#m04 #menu li#menu04 {
   background:#f1f1f1;
   background:-moz-linear-gradient(top, #f1f1f1);
   background:-webkit-gradient(linear, left top, left bottom, #f1f1f1);
   -moz-border-radius:5px 5px 0 0;/* Firefox用 */
   border-radius:5px 5px 0 0;/* Safari, Chome用 */
   color:#000;
}
#m04 #menu li#menu04 a{
   color:#000;
}

#m05 #menu li#menu05 {
   background:#f1f1f1;
   background:-moz-linear-gradient(top, #f1f1f1);
   background:-webkit-gradient(linear, left top, left bottom, #f1f1f1);
   -moz-border-radius:5px 5px 0 0;/* Firefox用 */
   border-radius:5px 5px 0 0;/* Safari, Chome用 */
   color:#000;
}
#m05 #menu li#menu05 a{
   color:#000;
}

#m06 #menu li#menu06 {
   background:#f1f1f1;
   background:-moz-linear-gradient(top, #f1f1f1);
   background:-webkit-gradient(linear, left top, left bottom, #f1f1f1);
   -moz-border-radius:5px 5px 0 0;/* Firefox用 */
   border-radius:5px 5px 0 0;/* Safari, Chome用 */
   color:#000;
}
#m06 #menu li#menu06 a{
   color:#000;
}

#m07 #menu li#menu07 {
   background:#f1f1f1;
   background:-moz-linear-gradient(top, #f1f1f1);
   background:-webkit-gradient(linear, left top, left bottom, #f1f1f1);
   -moz-border-radius:5px 5px 0 0;/* Firefox用 */
   border-radius:5px 5px 0 0;/* Safari, Chome用 */
   color:#000;
}
#m07 #menu li#menu07 a{
   color:#000;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
   color:#316900;
}

#main a:hover {
   color:#316900;
   text-decoration:underline;
}

#main h2 {
   margin-bottom:5px;
   padding:1px 10px;
   font-size:15px;
   font-weight:bold;
   color:#fff;
   line-height:2.0;
   background:#316900;
}

#main h3 {
   margin-bottom:3px;
   padding-left:5px;
   font-size:14px;
   border-left:5px solid #316900;
   border-bottom:1px solid #316900;
}

#main h3 a:hover{
   color:#316900;
   text-decoration:none;
}

#main h4 {
   margin-bottom:2px;
   padding:2px 2px 2px 5px;
   font-size:13px;
   color:#fff;
   border-left:5px solid #316900;
   background:#59bd02;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
   border-bottom:1px solid #316900;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

*.float
{
   float: right;
   margin-left: 1em;
}

*.floatclear
{
   clear: both;
}

p.shadow1 img {
 filter:Shadow(Color=#cccccc, Strength=10, Direction=135);
 padding:10px;
 } 


/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   color:#fff;
   text-align:left;
   border:1px solid #ddd;
   background:#316900;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:5px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#333;
}

#sub ul {
   margin:0;
   padding:0;
}

#sub li {
   margin-top:-1px;
   line-height:1.4;
   border:1px solid #333;
   list-style:none;
   background:url("/~planning/images/bg_dotline.gif") 0 100% repeat-x;
}

#sub li a {
   display:block;
   padding:5px 5px 5px 12px;
   color:#000;
}

#sub li a:hover {
   display:block;
   background:#D4D4D4;
}

#sub .active {
   background:#fff;
   background:-moz-linear-gradient(top, #f1f1f1, #fff);
   background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
   -moz-border-radius:5px 5px 0 0;/* Firefox用 */
   border-radius:5px 5px 0 0;/* Safari, Chome用 */
}

#sub .active a {
   background:#D4D4D4;
}

#sub .active a:hover {
   text-shadow:none;
   background:#D4D4D4;
}

/* ========SUBCONTENTS CUSTOMIZE (WebGIS)======== */
#sub .webgis{
	-moz-box-shadow:inset 0px 0px 0px -8px #d9fbbe;
	-webkit-box-shadow:inset 0px 0px 0px -8px #d9fbbe;
	box-shadow:inset 0px 0px 0px -8px #d9fbbe;
	background-color:#b8e356;
	background: url(/~planning/images/webgis_pic.png);

	-webkit-border-top-left-radius:28px;
	-moz-border-radius-topleft:28px;
	border-top-left-radius:28px;
	-webkit-border-top-right-radius:28px;
	-moz-border-radius-topright:28px;
	border-top-right-radius:28px;
	-webkit-border-bottom-right-radius:28px;
	-moz-border-radius-bottomright:28px;
	border-bottom-right-radius:28px;
	-webkit-border-bottom-left-radius:28px;
	-moz-border-radius-bottomleft:28px;
	border-bottom-left-radius:28px;

	text-indent:0;
	border:2px solid #83c41a;
	display:inline-block;
	color:#FFFFFF;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	height:180px;
	line-height:30px;
	width:180px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 0px 0px #000000;
	display: table-cell;
	vertical-align:middle;
}

#sub .webgis:active {
	position:relative;
	top:1px;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("/~planning/images/bg_pagetop.gif") 0 50% no-repeat;
   color:#999;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:5px 0;
   padding:0;
   text-align:center;
   
}

#footMenu li {
   display:inline;
   margin:0 0 0 20px;
   font-size:13px;
   list-style:none;
}

#footMenu li a {
   color:#fff;
}

#footMenu li a:hover {
   color:#999;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   font-style:normal;
   font-size:11px;
   color:#999;
   line-height:3.0;
   text-align:center;
}