﻿@charset "UTF-8";



/*jsが効いていない時に表示*/
.noscriptCom {
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	line-height: 150%;
}

/*市長カレンダーの土日祝日の色付け*/
#shicho .sat {
    background-color: #EFF9FF;
}
#shicho .sun {
    background-color: #FFF8F8;
}


/*最初のアイテムのトップマージンを除去*/
.firstTopCom {
	margin-top:0px !important;

}
/*最初のアイテムの左マージンを除去*/
.firstLeftCom {
	margin-left:0px !important;
}

#footer {
	width:100%;
	margin-top: 20px;
}

div#footerOutside {
	width:100%;
	float:left;
}
div.pagetopMod {
	width:100%;
	height:106px;
	background-position-y:bottom;
	position:relative;
}
div.pagetopMod .icon {
	position:absolute;
	bottom:0px;
	width:100%;
}
div.pagetopMod .icon p {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}
div.pagetopMod div.line {
	width:100%;
	height:106px;
	border-bottom:1px solid #a1a1a1;
}

div.pagetopMod div.pagetopModInside {
	width:960px;
	text-align:right;
	margin-right:auto;
	margin-left:auto;
	padding-top:45px;
	position:relative;
	left:0px;
	top:0px;
}

div#footerInside {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	margin-top:16px;
}
div#footerInside .footerLogo {
	width:80px;
	height:77px;
	padding:10px;
	border-right:1px #a1a1a1 dotted;
	float:left;
	margin-right:20px;
	margin-bottom:16px;
}
div#copyrightOutside {
	width:100%;
	background-color:#8d182e;
	float:left;
}
div#copyrightOutside div#copyright {
	width:1060px;
	color:#ffe0e0;
/*	color:white;*/
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	letter-spacing: 1px;
}

div#footerInside p.title {
	font-weight:bold;
	padding-bottom:8px;
}
div#footerInside p.text {
	padding-bottom:10px;
}
div#footerInside p.text img {
	margin-right:8px;
}

address.address {
	width:310px;
	font-style:normal;
	float:left;
	letter-spacing: 1px;
}

div#footerInside p.banner {
	margin-top:25px;
	width:125px;
	height:30px;
	float:left;
}

.footerSubNavMod {
	position:absolute;
	top:0px;
	right:0px;
	width: 370px;
}

.footerSubNavMod .list {
	overflow: hidden;
	width: 370px;
}
.footerSubNavMod li {
	float:left;
}
.footerSubNavMod li,
.footerSubNavMod li a {
	float:left;
	margin-right:5px;
}




.sideNavMod {
	margin-top: 10px;
	background-color: #fff;
}
.sideNavMod .title {
	background-color: #eeeeee;
	border: 1px solid #CCC;
	padding: 5px;
	font-weight:bold;

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.sideNavMod .title a {
	border-left:6px solid #a8485c;
	padding-left:6px;
	margin-left:3px;
	margin-right:3px;
	text-decoration: none;
	display: block;
}
.sideNavMod .box2 .list li {
	background-image: url(../img_common/arrow.png);
	background-repeat: no-repeat;
	background-position: 12px 9px;
	padding-left:38px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.sideNavMod .list a {
}
.sideNavMod .list span {
	background-color: #FBCCD6;
}
