body{
	background-color:#fff;
	color:#666;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	font-size:80%;
	line-height:2em;
}
#body{
	width:910px;
	margin:0 auto;
}
.header{
	margin:0px;
	height:134px;
}
h1{
	font-size:1em;
	line-height:0em;
	margin:10px 5px 0 0;
	color:#999;
	float:right;
}

.logo{
	float:left;
	margin-top:20px;
}
.snavi{
	text-align:right;
	margin:0px;
}
.tel{
	margin-top:15px;
	float:right;
	margin-bottom: 2px;
}
/*メニュー*/
.menu{
	width:910px;
	float: left;
}
.menu ul{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 3px solid #0C8CBB;
}
.menu ul::before{
	content: "";
	position: relative;
	width: 100%;
	top: 44px;
	border-top: 1px solid #000;
}
.menu ul::after{
	content: "";
	position: relative;
	width: 100%;
	top: -1px;
	border-top: 1px solid #fff;
}
.menu ul li{
	width: calc(100%/4);
	text-decoration: none;
	background: -moz-linear-gradient(bottom, #efefef, #FFF);
  background: -webkit-linear-gradient(bottom, #efefef, #FFF);
  background: linear-gradient(to top, #efefef, #FFF);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	position: relative;
	line-height: 3;
}
.menu ul li::before{
	content: "";
	position: absolute;
	border-left: 1px solid #c9caca;
	height: 25.5px;
	top: 14px;
	bottom: 0;
	margin: auto;
	left: 0;
}
.menu ul li:nth-child(2)::before{
	border: none;
}
.menu ul li:nth-child(3)::before{
	border: none;
}
.menu ul li:nth-child(4)::before{
	border: none;
}
.menu ul li::after{
	content: "";
	position: absolute;
	border-left: 1px solid #c9caca;
	height: 25.5px;
	top: 14px;
	bottom: 0;
	margin: auto;
	right: 0;
}
.menu ul li a{
	text-decoration: none;
	color: #686868;
	display: block;
}
.menu ul li a:hover{
	background: url(../img/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
.menu03,.menu04,.menu06{
	display: none;
}

/*コンテンツ*/
.contents{
	margin-top:40px;
	width:910px;
	padding-bottom:80px;
}
.contents2{
	background:url(../img/bg_contents.gif) repeat-y;
	margin-top:40px;
	width:910px;
	padding-bottom:80px;
}

.toppt{
	background:url(../img/main_img.jpg) no-repeat 0 0;
	height:294px;
	width:900px;
	margin-top:8px;
	padding:0;
	margin-bottom: 26px;
}

.shinonome_bn{
	width: 910px;
}

.shinonome_bn img{
	width: 910px;
}

/* 左メニュー トップ*/
.left{
	width:270px;
	margin:0;
	padding:0px;
	float:left;
	display: inline;
}

/* 右メニュー トップ */
.right{
	width:630px;
	margin-left:280px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

.topics {
	margin:20px 0px;
	border:1px solid #999999;
	padding: 10px 1px 10px 1px;
}



.ttl{
	margin:0 10px 30px 280px;
}

.commbox{
	margin-bottom:30px;
	padding:0;
	position:relative;
}
.commbox dt{
	margin:0;
	padding:0;
	width:220px;
	text-align:right;
	font-weight:bold;
	float:left;
}
.commbox dd{
	margin:0 20px 0 290px;
}



.txt{
	margin:10px;
}

table.pro{
	margin:20px 0px;
	width:610px;
}
table.pro th{
	border:1px solid #cccccc;
	background-color:#eefffc;
	padding:4px 6px;
	text-align:left;
	width:180px;
}
table.pro td{
	border:1px solid #cccccc;
	background-color:#fff;
	padding:4px 6px;
}

table.kan{
	margin:20px 0px;
	width:280px;
}
table.kan th{
	border:1px solid #cccccc;
	background-color:#eefffc;
	padding:4px 6px;
	text-align:left;
	width:60px;
}
table.kan td{
	border:1px solid #cccccc;
	background-color:#fff;
	padding:4px 6px;
}

table.stf{
	margin:0px;
}
table.stf th{
	padding:0px;
	text-align:left;
	width:90px;
	color:#176e93;
	vertical-align:top;
	line-height:1.4em;
	font-weight:bold;
}
table.stf td{
	padding:0px 10px 0px 0px;
	vertical-align:top;
	line-height:1.4em;
}

table.bus{
	margin:0px;
}
table.bus th{
	padding-left:10px;
	text-align:left;
	color:#176e93;
	vertical-align:top;
	line-height:1.8em;
	font-weight:bold;
}
table.bus td{
	width:280px;
	vertical-align:top;
	line-height:1.4em;
}

table.bukk{
	margin:20px 0px;
	width:610px;
}
table.bukk th{
	border:1px solid #cccccc;
	background-color:#eefffc;
	padding:4px 6px;
	text-align:left;
}
table.bukk td{
	border:1px solid #cccccc;
	background-color:#fff;
	padding:4px 6px;
}

/*footer*/
.footer{
	clear:both;
	padding:40px 0px;
	font-size:90%;
	text-align:center;
}


.mans{font-size:200%; color:#ff0000;}
