@charset "utf-8";

@import url("common.css");


/* -----------------------------------
container
----------------------------------- */
#container-second {
	width:960px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/* -----------------------------------
global and subnavigation
----------------------------------- */
#globalnavi	{
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#subnavi	{
	width:168px;
	margin: 0px;
	padding: 0px;
}
#subnavi ul {
	padding: 0px;
	margin: 0px;
}
#subnavi ul li {
	line-height:0;
	list-style:none;
	margin: 0px;
	padding: 0em;
}
#subnavi ul li a {
	line-height:normal;
	display: block;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.2;
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 0.5em;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
}
#subnavi ul li a.home {
	display: block;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 0.5em;
	padding-left: 34px;
	background-image: url(../images/bg_home.gif);
	background-repeat: no-repeat;
	background-position: 10px 1.1ex;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.skip img {
	border: none;
}
/* -----------------------------------
wrap
----------------------------------- */
#wrap-l {
	width:170px;
	text-align: left;
	float: left;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#wrap-l img.bana {
	margin-top: 12px;
}
#wrap-r {
	float: right;
	width:772px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* -----------------------------------
pankuzu-list
----------------------------------- */
#pan-list {
	margin-bottom: 16px;
	width:772px;
}
#pan-list p{
	margin: 0px;
}
/* -----------------------------------
content
----------------------------------- */
#page-content {
	width:772px;
	text-align: left;
}

/* -----------------------------------
subheading
----------------------------------- */
h1 {
	font-size: 160%;
	margin-top: 0.8em;
	margin-right: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
	background-image: url(../images/bg_h1.gif);
	background-position: left 0.4ex;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 44px;
	background-repeat: no-repeat;
}
h2 {
	font-size: 120%;
	margin-bottom: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	line-height: 140%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0.3em;
	border-left-width: medium;
	border-left-style: double;
}

h3{
	font-size: 120%;
	margin: 1em 0 0.8em;
	padding: 0 0 0.2em;
	line-height: 1.2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
h4{
	font-size: 120%;
	margin: 1em 0 0.8em;
	padding: 0 0 0.2em;
	border-bottom: 1px dashed;
	line-height: 1.2;
}
h5{
	font-size: 120%;
	margin: 1em 0 0.5em;
	padding: 0px;
	line-height: 1.2;
}
/* -----------------------------------
text
----------------------------------- */
p {
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1.8em;
	margin-left: 1em;
}
p.text-a{
	text-indent: 1em;
}
td p{
	margin: 0px;
}
/* -----------------------------------
image
----------------------------------- */
img {
	vertical-align:bottom;
}
.image-c{
	text-align: center;
	margin-bottom: 1em;
}
/* -----------------------------------
list
----------------------------------- */
ul{
	margin:0px 0px 1.2em 30px;
	padding:0px;
}
ul li{
	margin:0px 0px 0.8em 0px;
	padding:0px;
	line-height:1.3;
}
ul li.none{
	margin:0px 0px 0.8em 0px;
	padding:0px;
	line-height:1.3;
	list-style-type: disc;
}
ul.ul-a{
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
ul.ul-a li{
	padding-left: 15px;
	margin-bottom: 7px;
	background-repeat: no-repeat;
	background-position: 0px 0.5ex;
	background-image: url(../images/list_mark01.gif);
	list-style-type: none;
}
ol{
	margin-top: 0px;
	margin-left: 40px;
	margin-bottom: 1.2em;	
	padding:0px;
}
ol li{
	padding-left: 0px;
	margin-bottom: 0.8em;
	line-height: 1.3;
}
/* -----------------------------------
table
----------------------------------- */
table.table-a{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	margin:0 15px 1em;
}
table.table-a th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 5px;
	line-height: 120%;
	font-weight: normal;
	text-align: center;
}
table.table-a td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 5px;
	line-height: 120%;
}
table.table-a tr td table.none-border{
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	margin-top: 1em;
	margin-right: 15px;
	margin-bottom: 1em;
	margin-left: 15px;
}
table.table-a tr td table.none-border tr td{
	padding: 0px;
	line-height: 120%;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
table.table-b{
	margin:0 15px 1em;
	line-height: 1.4;
}
table.table-b th {
	border-bottom: 3px solid;
	padding: 4px 0.5em;
}
table.table-b td {
	border-bottom: 1px solid;
	padding: 4px 0.5em;
}
table.table-c{
	margin:0 15px 1em;
	line-height: 1.4;
}
table.table-c th {
	padding: 4px 1em 4px 0px;
}
table.table-c td {
	padding: 4px 1em 4px 0px;
}
table.table-date {
	padding: 0px;
	line-height: 1.2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
table.table-date th{
	text-align: left;
	vertical-align: top;
	padding-left: 0px;
	font-weight: normal;
	white-space: nowrap;
}
table.table-date td{
	padding-bottom: 5px;
}
table.table-qa{
	margin-bottom: 1em;
	margin-left: 15px;
	width: 95%;
}
table.table-qa th{
	padding-bottom: 2px;
	border-bottom: 1px dashed;
	text-align: left;
	line-height: 1.3;
}
table.table-qa th span.q{
	padding-right: 7px;
}
table.table-qa td span.a{
	font-weight: bold;
	padding-right: 7px;
}
table.table-qa td {
	padding: 4px 0px;
	line-height: 1.4;
}
/* -----------------------------------
footer
----------------------------------- */
#contents-footer {
	border-top-width: 1px;
	border-top-style: dashed;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0.8em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#contents-footer #footmenu {
	padding: 0px;
	float: right;
	width: 470px;
	margin: 0px;
}
#contents-footer #footmenu .f_menu {
	line-height: 140%;
	background-image: url(../images/bg_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
address {
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	float: left;
	width: 470px;
	padding: 0px;
	margin: 0px;
}

/* -----------------------------------
align
----------------------------------- */
.txt-c {
	text-align: center;
}
.txt-l {
	text-align: left;
}
.txt-r {
	text-align: right;
}
/* -----------------------------------
float
----------------------------------- */
.clear {
	clear: both;
}
/* -----------------------------------
box
----------------------------------- */
div.box-point{
	border: 1px solid;
	padding: 10px 5px;
	margin:0 15px 1em;
}
div.box-point p{
	margin-bottom: 0px;
}
div.box-point ul{
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
div.box-point ol {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
div.box-important{
	padding: 10px 5px;
	margin:0 15px 1em;
}
div.box-important p{
	margin-bottom: 0px;
}
div.box-important ul{
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
div.box-important ol{
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
div.box-two-rows{
	padding: 0px;
	margin: 5px 15px 1em;
}
div.box-two-rows div.box-l{
	float: left;
	margin: 0em;
	padding: 0px;
	text-align: left;
	width: 49%;
}
div.box-two-rows div.box-l ul.ul-a{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
div.box-two-rows div.box-l p{
	padding: 0px;
	margin: 0px;
}
div.box-two-rows div.box-r{
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 49%;
}
div.box-two-rows div.box-r p{
	padding: 0px;
	margin: 0px;
}
div.box-two-rows div.box-r ul.ul-a{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
div.box-image-r{
	padding: 0px;
	margin: 5px 15px 1em;
}
div.box-image-r p{
	padding: 0px;
	margin: 0px;
}
div.box-image-r div.box-r{
	float: right;
	margin: 0px;
	padding: 0px 0px 0.5em 1em;
	vertical-align: bottom;
}
div.box-image-r div.box-r p{
	padding: 0px;
	margin: 2px 0px 0px 0px;
	text-align: left;
}
div.box-image-l{
	padding: 0px;
	margin: 5px 15px 1em;
}
div.box-image-l p{
	padding: 0px;
	margin: 0px;
}
div.box-image-l div.box-l{
	float: left;
	margin: 0px;
	padding: 0px 1em 0.5em 0px;
	text-align: left;
	vertical-align: bottom;
}
div.box-image-r div.box-r p{
	padding: 0px;
	margin: 2px 0px 0px 0px;
	text-align: left;
}
div.box-pdf{
	padding: 10px;
	margin:0 10px 1em;
	border: 1px solid;
	line-height: 130%;
}
div.box-pdf .none{
	line-height: 130%;
}
div.box-pdf img{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: none;
}
div.box-indent{
	padding: 0px;
	margin-left: 2em;
}
div.align-left{
	text-align: left;
}
div.align-center{
	text-align: center;
}
div.align-right{
	text-align: right;
}
div.box-mail{
	border: 1px solid;
	padding: 10px 5px;
	margin:0 15px 1em;
}
div.box-point p{
	margin-bottom: 0px;
}
div.box-point ul{
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
/* -----------------------------------
mayor
----------------------------------- */
div.box-mayor{
	border: 1px solid;
	padding: 10px 5px;
	margin:0 15px 1em;
	float:right;
	width:480px;
	font-size:130%;
	padding:20px;
	background-color:#FFFEDD;
	border-color:#DBD9BB;
}
div.box-mayor p{
	margin-bottom: 0px;
}
div.box-mayor ul{
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
div.box-mayor ol {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
.photo-mayor {
	float: left;
	width: 180px;
	height: 269px;
	border-style: none;
	margin-right: 0px;
	margin-left: 20px;
}
/* -----------------------------------
link icon
----------------------------------- */
.point-a{
	background-image: url(../images/point-a.gif);
	padding-left: 15px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0 0.3ex;
	height: 14px;
	vertical-align: bottom;
}
.point-next{
	background-image: url(../images/point-a.gif);
	padding-left: 15px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0 0.3ex;
	height: 14px;
	vertical-align: bottom;
}
.point-back{
	background-image: url(../images/point-back.gif);
	padding-left: 15px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0 0.3ex;
	height: 14px;
	vertical-align: bottom;
}
.point-top{
	background-image: url(../images/point-top.gif);
	padding-left: 15px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0 0.3ex;
	vertical-align: bottom;
}
/* -----------------------------------
attach
----------------------------------- */
.attach-pdf {
	background-image: url(../images/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 21px;
	padding: 5px 0px 5px 22px;
	margin-left: 1em;
}
/* -----------------------------------
line
----------------------------------- */
hr.line-a{
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
}
hr.line-b{
	margin: 0px;
	padding: 0px;
	height: 3px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/* -----------------------------------
button
----------------------------------- */
a.link-a{
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-left: 15px;
}
/* -----------------------------------
text decoration
----------------------------------- */
.mp_underline {
	text-decoration:underline;
}
.mp_strike {
	text-decoration:line-through;
}
.mp_indent {
	text-indent:1em;
}
.mp_large {
	font-size: larger;
}
.mp_small {
	font-size: smaller;
}
.mp_font-family {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
/* -----------------------------------
sitemap
----------------------------------- */
ul.sitemap {
	list-style-type: none;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}

ul.sitemap li {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	background-color: #F7F7F7;
	margin: 0px;
}
ul.sitemap li.title {
	font-weight: bold;
	background-color: #D3E9FE;
	font-size: 120%;
	color: #003366;
}
ul.sitemap li ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
ul.sitemap li ol li{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: square;
}
ul.sitemap li.title ol li{
	font-weight: normal;
}
