@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;
}


#smartphone {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    width: 960px;
}

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



#wrapper {
	width: 100%;
	background-image: url(../img_common/wrapper_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper2 {
	background-image: url(../img_common/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#headerBg2 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#headerLogo {
	position: absolute;
	top: 70px;
	left: 0;
}

#headerSubNav {
	position: absolute;
	top: 147px;
	right: 0;
}
#headerSubNav .nav1 {
	position: absolute;
	top: 0;
	right: 572px;
}
#headerSubNav .nav2 {
	position: absolute;
	top: 0;
	right: 436px;
}
#headerSubNav .nav3 {
	position: absolute;
	top: 0;
	right: 309px;
}
#headerSubNav .nav4 {
	position: absolute;
	top: 0;
	right: 169px;
}
#headerSubNav .nav5 {
	position: absolute;
	top: 0;
	right: 0;
}

#headerSubNav2 {
	position: absolute;
	top: 4px;
	left: 0;
	background-color: #FFFFFF;
	font-size: 15px;

}
#headerSubNav2 li {
	display: inline;
}
#headerNav {
	position: absolute;
	top: 185px;
	left: 0px;
}
#headerNav .nav1 {
	position: absolute;
	top: 0;
	left: 0px;
}
#headerNav .nav2 {
	position: absolute;
	top: 0;
	left: 97px;
}
#headerNav .nav3 {
	position: absolute;
	top: 0;
	left: 239px;
}
#headerNav .nav4 {
	position: absolute;
	top: 0;
	left: 381px;
}
#headerNav .nav5 {
	position: absolute;
	top: 0;
	left: 524px;
}
#headerNav .nav6 {
	position: absolute;
	top: 0;
	left: 666px;
}
#headerNav .nav7 {
	position: absolute;
	top: 0;
	left: 808px;
}

#container {
	width: 950px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#contents {
	float: left;
	width: 700px;
	margin-right: 15px;
	display: inline;
}
#sideNav {
	float: right;
	width: 200px;
	display: inline;
}
#footer {
	margin-top:40px;
	width: 100%;
}
#footer #pagetop {
	width: 100%;
	background-image: url(../img_common/footer_pagetop_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer #pagetopBg {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
#footer #footerNav {
	width: 100%;
	background-color: #E6F3FF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer #footerNavBg {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#footer #footerNavBg ul {
	float: right;
}
#footer #footerNavBg li {
	display: inline;
	font-size: 90%;
}
#footer .col {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-bottom: 15px;
}
#footer .col .L {
	float: left;
	width: 140px;
	margin-right: 20px;
	display: inline;
}
#footer .col .L2 {
	float: left;
}
#footer .col .L2 address {
	font-style: normal;
}
#footer #copyright {
	background-color: #0D528D;
	padding-top: 10px;
}
#footer #copyrightBg {
	text-align: center;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}


.w100Com {
	width:100px;
}
.w150Com {
	width:150px;
}
.w200Com {
	width:200px;
}
