/* 基本設定------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address,input{
	margin:0;
	padding:0;
}
a img,img{
	border:0;
}
a{
	outline:none;
	text-decoration:none;
	overflow: hidden;
}
a:hover{
	text-decoration:none;
}
table{
    border-collapse:collapse;
   	border-spacing:0;
}
#end {
	clear: both;
	float: none;
}



body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

/* レイアウト------------------------*/
#wrapper{
	width:100%;
	margin:0px auto;
	position:relative;
}
/* ヘッダー------------------------*/
#header{
	width:100%;
	position:relative;
	background-image: url(../img/head_bg.jpg);
	background-repeat: repeat-x;
	height: 125px;
}
#head{
	width:980px;
	height:79px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
#h_left {
	width: 550px;
	float: left;
}
#h_copy {
	font-size: 10px;
	color: #333333;
	display: block;
	height: 12px;
	margin-top: 5px;
}
#logo h1 a {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 47px;
	width: 280px;
	margin-top: 5px;
	text-indent: -9999px;
}

#h_right {
	float: right;
	width: 430px;
}
#h_right .h_address {
	text-align: right;
	font-size: 13px;
}

#h_right .h_tel{
	float:left;
	width:250px;
}
#h_right .h_tel span{
	display:block;
	height:42px;
	width:250px;
	text-indent:-9999px;
	background:url(../img/header_tel.png) no-repeat;
	overflow:hidden;
}
#h_right .h_access a{
	display: block;
	height: 42px;
	width: 170px;
	background-image: url(../img/h_access.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 260px;
	margin-top: 6px;
}
#navi {
	height: 36px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#navi ul {
	list-style-type: none;
}

#navi li {
	float: left;
}
#navi li a {
	text-indent: -9999px;
	display: block;
}

#navi .bt1 a {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	width: 140px;
	display: block;
}
#navi .bt1 a:hover {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -36px;
	height: 36px;
	width: 140px;
	display: block;
}
#navi .bt2 a {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: -140px 0px;
	height: 36px;
	width: 140px;
	display: block;
}
#navi .bt2 a:hover {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: -140px -36px;
	height: 36px;
	width: 140px;
	display: block;
}
#navi .bt3 a {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: -280px 0px;
	height: 36px;
	width: 140px;
	display: block;
}
#navi .bt3 a:hover {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: -280px -36px;
	height: 36px;
	width: 140px;
	display: block;
}
#navi .bt4 a {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: -420px 0px;
	height: 36px;
	width: 140px;
	display: block;
}
#navi .bt4 a:hover {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: -420px -36px;
	height: 36px;
	width: 140px;
	display: block;
}
#navi .bt5 a {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: -560px 0px;
	height: 36px;
	width: 140px;
	display: block;
}
#navi .bt5 a:hover {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: -560px -36px;
	height: 36px;
	width: 140px;
	display: block;
}
#navi .bt6 a {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: -700px 0px;
	height: 36px;
	width: 140px;
	display: block;
}
#navi .bt6 a:hover {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: -700px -36px;
	height: 36px;
	width: 140px;
	display: block;
}
#navi .bt7 a {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: -840px 0px;
	height: 36px;
	width: 140px;
	display: block;
}
#navi .bt7 a:hover {
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: -840px -36px;
	height: 36px;
	width: 140px;
	display: block;
}


/* コンテンツ------------------------*/
#contents{
	width:980px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#contents_bm {
	margin-top: 20px;
	margin-bottom: 10px;
}
#main_img {
	background-image: url(../img/main_bg.jpg);
	height: 367px;
	width: 980px;
}

#c_left {
	width: 250px;
	float: left;
	margin-left: 10px;
}
#c_l_navi {
	width: 222px;
	display: block;
}


#c_right {
	float: right;
	width: 696px;
	margin-right: 10px;
	padding-left: 14px;
}
#c_l_navi .n_t {
	background-image: url(../img/c_l_navi_dt.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	width: 222px;
	text-indent: -9999px;
	margin-bottom: 6px;
}
#c_l_navi ul {
	list-style-type: none;
}

#c_l_navi li a {
	display: block;
	height: 45px;
	width: 222px;
	margin-bottom: 6px;
}
#c_l_navi .n1 a {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px 0px;
}
#c_l_navi .n1 a:hover {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: -222px 0px;
}
#c_l_navi .n2 a {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px -45px;
}
#c_l_navi .n2 a:hover {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: -222px -45px;
}
#c_l_navi .n3 a {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px -90px;
}
#c_l_navi .n3 a:hover {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: -222px -90px;
}
#c_l_navi .n4 a {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px -135px;
}
#c_l_navi .n4 a:hover {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: -222px -135px;
}
#c_l_navi .n5 a {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px -180px;
}
#c_l_navi .n5 a:hover {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: -222px -180px;
}
#c_l_navi .n6 a {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px -225px;
}
#c_l_navi .n6 a:hover {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: -222px -225px;
}
#c_l_navi .n7 a {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px -270px;
}
#c_l_navi .n7 a:hover {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: -222px -270px;
}
#c_l_navi .n8 a {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px -315px;
}
#c_l_navi .n8 a:hover {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: -222px -315px;
}

#c_l_navi2 .n_t2 {
	background-image: url(../img/c_l_navi_dt_2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	width: 222px;
	text-indent: -9999px;
	margin-bottom: 6px;
}
#c_l_navi2 ul {
	list-style-type: none;
}

#c_l_navi2 li a {
	display: block;
	height: 45px;
	width: 222px;
	margin-bottom: 6px;
}
#c_l_navi2 .n1 a {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px 0px;
}
#c_l_navi2 .n1 a:hover {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: -222px 0px;
}
#c_l_navi2 .n2 a {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px -45px;
}
#c_l_navi2 .n2 a:hover {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: -222px -45px;
}
#c_l_navi2 .n3 a {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px -90px;
}
#c_l_navi2 .n3 a:hover {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: -222px -90px;
}
#c_l_navi2 .n4 a {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px -135px;
}
#c_l_navi2 .n4 a:hover {
	display: block;
	height: 45px;
	width: 222px;
	background-image: url(../img/c_left_navi2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: -222px -135px;
}
#blog a {
	background-image: url(../img/blog_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 222px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 6px;
}
#blog a:hover {
	background-image: url(../img/blog_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	height: 50px;
	width: 222px;
	display: block;
	text-indent: -9999px;
}
#blog2 a {
	background-image: url(../img/blog2_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 222px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 6px;
}
#blog2 a:hover {
	background-image: url(../img/blog2_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	height: 50px;
	width: 222px;
	display: block;
	text-indent: -9999px;
}

#blog2 a {
	background-image: url(../img/blog2_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 222px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 6px;
}
#blog2 a:hover {
	background-image: url(../img/blog2_bt.jpg?v=1);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	height: 50px;
	width: 222px;
	display: block;
	text-indent: -9999px;
}

#insta a {
	background-image: url(../img/insta_bt.jpg?v=1);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 222px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 6px;
}
#insta a:hover {
	background-image: url(../img/insta_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	height: 50px;
	width: 222px;
	display: block;
	text-indent: -9999px;
}

#req a {
	background-image: url(../img/req.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 222px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 6px;
}
#req a:hover {
	background-image: url(../img/req.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	height: 50px;
	width: 222px;
	display: block;
	text-indent: -9999px;
}
#link a {
	background-image: url(../img/link_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 222px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 6px;	
}
#link a:hover {
	background-image: url(../img/link_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	height: 50px;
	width: 222px;
	display: block;
	text-indent: -9999px;
}
#fb {
}
#privacy a {
	background-image: url(../img/privacy_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 222px;
	display: block;
	text-indent: -9999px;
}
#privacy a:hover {
	background-image: url(../img/privacy_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	height: 50px;
	width: 222px;
	display: block;
	text-indent: -9999px;
}
#box_navi ul {
	list-style-type: none;
}



#box_navi li{
	display: block;
	height: 150px;
	width: 218px;
	float: left;
	text-indent: -9999px;
	margin-bottom: 14px;
	margin-left: 14px;
}
#box_navi .bn1 a{
	display: block;
	height: 150px;
	width: 218px;
	background-image: url(../img/box_navi_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#box_navi .bn1 a:hover{
	background-image: url(../img/box_navi_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
}
#box_navi .bn2 a{
	display: block;
	height: 150px;
	width: 218px;
	background-image: url(../img/box_navi_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#box_navi .bn2 a:hover{
	background-image: url(../img/box_navi_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
}
#box_navi .bn3 a{
	display: block;
	height: 150px;
	width: 218px;
	background-image: url(../img/box_navi_3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#box_navi .bn3 a:hover{
	background-image: url(../img/box_navi_3.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
}
#box_navi .bn4 a{
	display: block;
	height: 150px;
	width: 218px;
	background-image: url(../img/box_navi_4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#box_navi .bn4 a:hover{
	background-image: url(../img/box_navi_4.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
}
#box_navi .bn5 a{
	display: block;
	height: 150px;
	width: 218px;
	background-image: url(../img/box_navi_5.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#box_navi .bn5 a:hover{
	background-image: url(../img/box_navi_5.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
}
#box_navi .bn6 a{
	display: block;
	height: 150px;
	width: 218px;
	background-image: url(../img/box_navi_6.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#box_navi .bn6 a:hover{
	background-image: url(../img/box_navi_6.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
}
#box_navi .bn8 a{
	display: block;
	height: 150px;
	width: 218px;
	background-image: url(../img/box_navi_8.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#box_navi .bn8 a:hover{
	background-image: url(../img/box_navi_8.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
}

#box_navi .bn_dental a{
	display: block;
	height: 150px;
	width: 218px;
	background-image: url(../img/box_navi_dental.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#box_navi .bn_dental a:hover{
	background-image: url(../img/box_navi_dental.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
}

#cat {
	width: 681px;
	margin-left: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#cat li {
	float: left;
}
#cat li a {
	display: block;
	height: 70px;
	width: 320px;
	text-indent: -9999px;
}
#cat li a:hover {
	display: block;
	height: 70px;
	width: 320px;
}
#cat .neko a{
	display: block;
	height: 70px;
	width: 320px;
	background-image: url(../img/neko.jpg);
	background-repeat: no-repeat;
}
#cat .other a{
	margin-left: 41px;
	display: block;
	height: 105px;
	width: 320px;
	background-image: url(../img/welcome.jpg);
}
#cat .other a:hover{
	background-position:0 -105px;
	height: 105px;
}
#cat .neko2 a{
	display: block;
	height: 105px;
	width: 320px;
	background-image: url(../img/neko2.jpg);
	background-repeat: no-repeat;
}
#cat .neko2 a:hover{
	background-position:0 -105px;
	height: 105px;
}


#guide {
	width: 658px;
	margin-left: 14px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#guide h3 {
	background-image: url(../img/guide_h3.jpg);
	background-repeat: no-repeat;
	height: 26px;
	margin-bottom: 10px;
	display: block;
}
#g_detail {
	width: 350px;
	float: left;
}
#g_detail_t tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#g_detail_t {
	width: 340px;
}
#g_detail_t th {
	width: 90px;
	vertical-align: top;
	text-align: left;
	height: 22px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#g_detail_t .l_t {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #339999;
	color: #339999;
	font-size: 14px;
	letter-spacing: 4px;
	padding-left: 4px;
	line-height: 140%;
	padding-top: 2px;
	padding-bottom: 2px;
}


#g_detail_t td {
	font-size: 14px;
	line-height: 140%;
	color: #666666;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}



#g_map {
	width: 300px;
	float: right;
}
#time {
	width: 660px;
	margin-top: 10px;
}
#time_t {
	width: 656px;
	font-size: 14px;
	color: #666666;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #339999;
	border-left-color: #339999;
}
#time_t .week {
	background-color: #8DB4B4;
	text-align: center;
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 20px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #339999;
	width: 50px;
	font-weight: bold;
	color: #FFFFFF;
}
#time_t .time_h {
	background-color: #8DB4B4;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #339999;
}
#time_t .t_no {
	color: #666666;
	text-align: center;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #339999;
	border-bottom-color: #339999;
	vertical-align: middle;
}








#news {
	width: 680px;
	margin-left: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#news h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #669999;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 2px;
	margin-bottom: 10px;
}
#news_box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 6px;
}
#news_box #title {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 4px;
	font-size: 14px;
	color: #339999;
}
#title .date {
	margin-right: 10px;
}
#news_box #text {
	margin-right: 10px;
	margin-left: 90px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 150%;
	width: 580px;
}
.new {
	color: #FF6600;
	font-weight: bold;
}



#concept {
	width: 680px;
	margin-left: 14px;
	margin-bottom: 20px;
}
#concept h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 10px;
}
#concept_text {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 150%;
}




#footer {
	background-color: #669999;
}



/* フッター------------------------*/
#foot{
	width:980px;
	position:relative;
	height: 45px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	background:url(../img/footer_tel.png) no-repeat right 23px;
}
#address{
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
}
#f_navi {
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 6px;
	margin-left: 10px;
}
#f_navi a {
	color: #FFFFFF;
}
#f_navi a:hover {
	color: #006666;
	text-decoration: underline;
}
#page {
	margin-bottom: 40px;
}
#page p {
	font-size: 14px;
	line-height: 150%;
}


#page h2 {
	font-size: 16px;
	color: #006699;
}
#page_box {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
#page_box p {
	font-size: 14px;
	line-height: 150%;
	margin: 5px 0;
}


#page_box h3 {
	font-size: 15px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #669999;
	border-left-color: #669999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #666666;
}
#page_box ul {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#page_box li {
	font-size: 14px;
	margin-bottom: 10px;
}

#page_box ol {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#page_box .general_a {
	line-height: 150%;
	color: #333333;
	font-size: 14px;
}
#map_big {
	width: 542px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #333333;
}
#map_text {
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	width: 542px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}


#setsubi {
	width: 568px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	border: 1px solid #CCCCCC;
}
#doc_img {
	height: 180px;
	width: 170px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#doc_text {
}


#doc_hist {
	width: 660px;
}
#doc_hist th {
	width: 90px;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	vertical-align: top;
	line-height: 140%;
	text-align: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#doc_hist td {
	padding: 6px;
	font-size: 14px;
	color: #333333;
	line-height: 140%;
}


#imagebox {
	width: 590px;
	margin-right: auto;
	margin-left: auto;
}
#imagebox .td_l {
	width: 280px;
}
#imagebox .td_l_text {
	padding: 6px;
	vertical-align: top;
	font-size: 14px;
	color: #333333;
	line-height: 140%;
}

#imagebox .td_r {
	width: 280px;
}
#imagebox .center {
	width: 30px;
}
#school {
	width: 656px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#school th {
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	padding: 10px;
	width: 140px;
	background-color: #FFDDDD;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#school td {
	font-size: 14px;
	line-height: 150%;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#page_box .detail a {
	text-align: right;
	display: block;
	color: #006699;
	text-decoration: underline;
}
#page_box .detail a:hover {
	color: #FF6600;
}
#pan_list {
	font-size: 13px;
	margin-top: 5px;
	color: #333333;
}
#pan_list a {
	color: #006699;
	text-decoration: underline;
}
#pan_list a:hover {
	color: #FF6600;
}
#school_table {
	width: 658px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#school_table th {
	width: 320px;
	text-align: left;
}
#school_table td {
	font-size: 14px;
	color: #993333;
	vertical-align: top;
	line-height: 140%;
}
#linkbox {
	padding: 10px;
	margin-bottom: 20px;
}
#linkbox .title {
	font-size: 15px;
	color: #993300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996633;
}
#linkbox .title a{
	font-size: 15px;
	color: #996600;
}
#linkbox .title a:hover{
	font-size: 15px;
	color: #FF6600;
	text-decoration: underline;
}
#linkbox .link_comment {
	font-size: 14px;
	line-height: 140%;
	padding-top: 4px;
}
.font_bold {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
.font_bold_red {
	font-weight: bold;
	color: #990000;
}

.font_bold2 {
	font-weight: bold;
}
.arrow {
	padding-bottom:30px;
	background:url("../img/arrow.gif") no-repeat center bottom;
}
.font_bold_blue {
	font-weight: bold;
	color: #336600;
}
.line_box {
	border:1px solid #333;
	padding:5px;
}

.img_frame {
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.img_frame_left {
	padding: 4px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img_frame_right {
	padding: 4px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#y02_table {
	width: 600px;
	font-size: 14px;
	line-height: 140%;
}
#y02_table td {
	padding: 8px;
	margin: 0px;
	border: 1px solid #669999;
}
#y05_box {
	border: 1px solid #CC6633;
	background-color: #FFFFEE;
}
#y05_table {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#y05_table td {
	font-size: 14px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
#y06_table {
	width: 660px;
	font-size: 13px;
	line-height: 140%;
}
#page_box li {
	line-height: 140%;
}

#y06_table td {
	padding: 8px;
	margin: 0px;
	border: 1px solid #FF6633;
}
#map_canvas {
	width : 500px;
	height : 400px;
	margin-right: auto;
	margin-left: auto;
}
.img_right {
	float: right;
}
.img_left {
	float: left;
	margin-right: 10px;
}
#cat_data1 {
	width: 630px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#cat_data1 th {
	font-size: 13px;
	font-weight: normal;
	width: 180px;
	padding: 10px;
	line-height: 140%;
	background-color: #EBF5F5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCCC;
}
#cat_data1 td {
	font-size: 13px;
	padding: 10px;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCCC;
}
#banner {
	margin-top: 15px;
}
#box .title {
	font-size: 14px;
	color: #996633;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#page_box #box {
	margin-top: 10px;
	margin-bottom: 10px;
}

#page_box #box .rig {
	text-align: right;
	font-size: 13px;
}
#page_box #box .minna_img {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.cl {
	clear:both;
}

/* add 2016.4 */
#doc_hist2 {
	width: 470px;
}
#doc_hist2 th {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	vertical-align: top;
	line-height: 140%;
	text-align: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#doc_hist th strong,
#doc_hist2 th strong{
	color:#000;
}
#doc_hist2 th.type2 {
	white-space:nowrap;
	padding-left: 6px;
}
#doc_hist2 td {
	padding: 6px;
	font-size: 14px;
	color: #333333;
	line-height: 140%;
}

/* add 2018.3 */
#main_img {
	background-image: none;
	height: 367px;
	width: 980px;
}
#box_navi .bn1 a,
#box_navi .bn1 a:hover{
	background-image: url(../img/box_navi_1-2.jpg);
}
#box_navi .bn6 a,
#box_navi .bn6 a:hover{
	background-image: url(../img/box_navi_6_2.jpg);
}
#box_navi .bn6.bn6_3 a,
#box_navi .bn6.bn6_3 a:hover{
	background-image: url(../img/box_navi_6_3.jpg);
}

#box_navi .bn8 a,
#box_navi .bn8 a:hover{
	background-image: url(../img/box_navi_8.jpg);
}


#navi .bt1 a,
#navi .bt1 a:hover,
#navi .bt2 a,
#navi .bt2 a:hover,
#navi .bt3 a,
#navi .bt3 a:hover,
#navi .bt4 a,
#navi .bt4 a:hover,
#navi .bt5 a,
#navi .bt5 a:hover,
#navi .bt6 a,
#navi .bt6 a:hover,
#navi .bt7 a,
#navi .bt7 a:hover{
	background-image: url(../img/navi_3.jpg);
}
#c_l_navi2 .n1 a,
#c_l_navi2 .n1 a:hover,
#c_l_navi2 .n2 a,
#c_l_navi2 .n2 a:hover,
#c_l_navi2 .n3 a,
#c_l_navi2 .n3 a:hover,
#c_l_navi2 .n4 a,
#c_l_navi2 .n4 a:hover{
	background-image: url(../img/c_left_navi2-4.jpg);
}
.job p{
	padding-bottom:1em;
}
.job table{
	border-collapse: collapse;
	border-top:1px solid #80B275;
	border-right:1px solid #80B275;
}
.job table th{
	white-space:nowrap;
	background: #BFD8BA;
	color:#333;
}
.job table th,
.job table td{
	border-bottom:1px solid #80B275;
	border-left:1px solid #80B275;
	padding:8px 10px;
}
.job p.jobcatch,
.job p strong{
	font-size:1.25em !important;
}
.job p.jobcatch{
	font-weight: bold;
	color:#017F41;
}
.job p strong{
	color:#0070C0;
}
#page_box p.detaillink a {
	display: block;
	width: 60%;
	margin: 1em auto;
	text-align: center;
	background: #EEE;
	text-decoration: none;
	color: #F30;
	font-weight: bold;
	padding:10px;
	border:1px solid #CCC;
}
#page_box p.detaillink{clear:both;}
#page_box p.detaillink a:hover{opacity:.8}

#page_box th,
#page_box td{
    font-size: 14px;
    line-height: 150%;
}
#page_box p.concept2{
	font-size: 1.125em;
	color:#C60;
	font-weight: bold;
}
