@charset "utf-8";

/* TOP用CSS */

h1 {
    margin-bottom: 0;
}

/* topイメージ画像 */
.topimg {
	margin: 10px 0 30px;
}

.content {
	padding: 20px 0 0 40px;
	width: 1000px;
}

/* お知らせ＆もしものときに */
#news_mosimo{
	overflow:hidden;
	margin-bottom:40px;
}

/* お知らせ */
#news_mosimo p{
	margin-bottom:5px;
}
#news_mosimo .top_dl {
	background-color: #EEECEC;
	border: 1px solid #ccc;
	font-size: 0.9em;
	width: 430px;
	height: 80px;
	margin: 0 10px 0 0;
	overflow: auto;
	padding: 10px;
}

.top_dt {
    float: left;
    margin: 0 0 5px;
    padding: 0;
		color:#777;
}

.top_dd {
    margin: 0 0 5px;
    padding: 0 0 0 7em;
}


/* もしものときに */
#mosimo{
	width:515px;
}

#mosimo ul{
	padding:0;
}

#mosimo ul li{
	list-style-type: none;
	float:left;
}
#mosimo ul li a{
	display:inline-block;
	width:252px;
	height:47px;
	background-position:0px 0px;
	margin:0 5px 5px 0;
}

.mosimo1 a{
	background-image:url(../img/call119.png);
}
.mosimo2 a{
	background-image:url(../img/teate.png);
}
.mosimo3 a{
	background-image:url(../img/touban.png);
}
.mosimo4 a{
	background-image:url(../img/hospital.png);
}
#mosimo li a:hover {
	background-position: 0px -47px;
}

#mosimo span {
	visibility: hidden;
} 
#mosimo a{
	text-decoration: none;
}


/* 左コンテンツ */
#leftContents {
    padding-bottom: 8px;
    width: 700px;
}
#leftContents h2{
	background:url(../img/line.png) no-repeat left bottom;
	padding: 0 0 0.1em 0;
	margin-bottom: 1em;
	border:none;
}

#leftContents h3 {
  margin: 0 0 8px ;
	background: url(../../common/img/orange_squre_arrow.png) no-repeat left center;
	padding-left: 1em;
	font-size: 1.1em;
	border:none;
}

#leftContents .sitelists,
#leftContents .links{
		overflow:hidden;
}

/* コンテンツ一覧 */
#leftContents .sitelistGroup {
	float: left;
	margin: 0 5px 0 0 ;
	padding-bottom: 10px;
	width: 170px;
}

.sitelistGroup ul,
.links ul {
	padding-left: 15px;
}

.sitelistGroup ul li,
.links ul li{
	margin-bottom: 5px;
}


/* 関連リンク */
#leftContents .links{
	margin-top:1.5em;
}

#leftContents .links .banner {
	padding: 5px 0;
}

#leftContents .links .banner li{
	list-style: none;
	display: inline-block;
	margin:0 6px 0 0;
	width:165px;
}

#leftContents .links .banner li:nth-child(4){
	margin-right:0;
}


/* 右コンテンツ */
.rightContents {
	float: right;
	width: 260px;
}

/* 右バナー */
.rightContents .rightBanner {
	margin: 20px 0;
}

.rightContents .rightBanner img{
	margin-bottom: 10px;
}
/* 統計情報 */
.toukei {
	width: 260px;
	margin-top:40px!important;
}
.toukei th{
	font-size: 0.8em;
	background: #eee;
}
.toukei caption .title {
	float: left;
	width:100px;
	font-size:1.1em;
	font-weight:bold;
}
.toukei caption .date {
	float: right;
	width: 155px;
	text-align: right;
}

/* 標語 */
#hyougoWrapper{
	background: #036;
	padding:5px;
	margin-top: 20px;
}
#hyougoWrapper .title {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin:0 0 5px;
}
#hyougoBox{
	background: #FFF;
	padding:10px;
	overflow: hidden;
}

#hyougoBox .hyougo {
	float: left;
	width:120px;
	padding-top:20px;
	font-weight:bold;
	line-height: 2em;
}
#hyougoBox .hyougoimg {
	float: right;
	width:100px;
}
