@charset "utf-8";
/* -------------------------------
　▼ページ全体
------------------------------- */
/* body
----------------------------------------------- */
body	{
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #222;
}

h1, h2, h3, h4, dl {
	margin: 0;
	padding: 0;
}

#hokankenLogo {
	background-color: #006600;
	/*background-image: url(/top/title.gif);*/
	background-repeat: no-repeat;
	height: 121px;
}
#hokankenLogo img{
	float: left;
}

#wrapper {
	margin:0 auto;
	padding: 0;
	width:620px;
	text-align:left;
	background-color: #fff;
}

p {
	margin: 0;
	padding: 0;
	text-justify: inter-ideograph;
}

/* class for release of float
----------------------------------------------- */
.clear {
	clear:both;
	height:0;
	line-height:0;
}

/* image for summary
----------------------------------------------- */
img {
	border: none;
}

/* link for summary
----------------------------------------------- */
a {
	padding-top: 5px;
	font-size: 12px;
}
a:link {
    color: #0073c7;
    background-color: inherit;
}

a:visited {
    color: #5A88B5;
    background-color: inherit;
}

a:link:hover,
a:link:active,
a:visited:hover,
a:visited:active {
    color: #0073c7;
    background-color: #f0f0f0;
}

/* -------------------------------
　▲ページ全体
------------------------------- */

h1 {
	margin: 8px 0;
	padding: 1px 0;
	background-color: #008000;
	border-left: 16px solid #008000;
	border-right: 16px solid #008000;
	border-top:  3px solid #008000;
	border-bottom:  3px solid #008000;
	color: #fff;
	font-size: 23px;
	text-align: center;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	border-left: 16px solid #00B75B;
	margin: 16px 0 4px 0;
	padding-left: 4px;
}

h3 {
	margin-left: 2em;
	margin-top: 12px;
	font-size: 15px;
	text-decoration: underline;	
}


/* wrapper
----------------------------------------------- */

#wrapper p{
	margin-top: 5px;
	margin-bottom: 3px;
	text-align: left;
	line-height: 1.2;
	font-size: 15px;
}

/* path
----------------------------------------------- */
#path {
	margin: 8px 0 0 0;
	/* margin: 5px 2px 0 0; */
	padding: 0;
}

#path p {
	text-align: right;
	font-size: 10px;
}

#path a, #path a:visited  {
	color: #5e8eab;
	font-size: 10px;
	text-decoration:none;
	border-bottom:1px dotted;
  
}

#path p a:hover, .path p a:active {
	background-color: #D2D2D2;
}

/* footer
----------------------------------------------- */
#footer {
	margin: 20px 0 30px 0;
	padding: 1px 0 0 0;
	/* border-top: 1px solid #006600; */
	background-color: #e8ffe8;
}

#footer p {
	text-align: center;
	padding-bottom: 5px;
	font-size: 11px;
	line-height:1.5;
	
	color:#006600;
}






