/*---------------------------------------------------------
  						reset
---------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}



article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}






/*---------------------------------------------------------
  						clearfix
---------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clea{
	clear:both;	
	}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}



/*---------------------------------------------------------
  						overrall
---------------------------------------------------------*/

a {
	color: #FFA159;
	text-decoration: underline;
} 
a:visited {
	color: #FF5DA8;
	text-decoration: none;
} 
a:hover {
	color: #52A0CD;
} 
a:active {
　　color: #CC0066; 
} 

.green {
	color: #7EAC5D;
}




h1 {
	text-align: left;
	padding-top: 5px;
	float: left;
	margin-left: 10px;
}
h1 img {
	width: 350px;
}
#add {
	text-align: right;
	padding-top: 20px;
	float: right;
	margin-right: 10px;
}
h2 {
	width:740px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
}

h3 {
	width:700px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	font-size: 18px;
	color:#FFF;
	text-shadow: 1.5px 1.5px 1.5px #666,
    -1.5px 1.5px 1.5px #666,
    1.5px -1.5px 1.5px #666,
    -1.5px -1.5px 1.5px #666;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-image: url(images/bg_h3.png);
	background-repeat: repeat-x;
	background-position: center top;

}

h4 {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	font-size: 16px;
	color: #C16306;
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px dotted #E9AB5D;
}


img {
	vertical-align: bottom;
	border: 0px;

}
a:hover img {
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}




body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color:#666666;
	background-image: url(images/bg_body.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#bg_contents {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
	 background-image: url(images/bg_contents.png);
	 background-repeat: repeat-y;
	 background-position: center top;
}

#system_main {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
	 background-image: url(images/bg_system_main.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/*---------------------------------------------------------
  						header
---------------------------------------------------------*/

#header {
	height: 140px;
	width: 960px;
	text-align: left;
	padding-bottom: 45px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	
	
}


/*---------------------------------------------------------
  						nav
---------------------------------------------------------*/



#mainnav {
	float:left;
	padding: 0px;
	width: 200px;
	background-image: url(images/bg_menu.png);
	background-repeat: no-repeat;
	height: 620px;
	margin-top: 0px;
}
#mainnav ul {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;

}
#mainnav ul li{
	list-style-type: none;
	padding:0px;
	margin:0px;
}



#menu1 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 170px;
	background-image: url(images/menu1.png);
	padding-top: 70px;
	text-align: center;
	margin: 0px;
}

#menu1 a:hover {
    background-position: 0 -70px;
}

#menu1 a#nowHere {
		background:url(images/menu1.png) no-repeat 0 -70px;
	}
	
#menu2 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 170px;
	background-image: url(images/menu2.png);
	padding-top: 70px;
	text-align: center;
	margin: 0px;
}

#menu2 a:hover {
    background-position: 0 -70px;
}

#menu2 a#nowHere {
		background:url(images/menu2.png) no-repeat 0 -70px;
	}	
	
#menu3 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 170px;
	background-image: url(images/menu3.png);
	padding-top: 70px;
	text-align: center;
	margin: 0px;
}

#menu3 a:hover {
    background-position: 0 -70px;
}

#menu3 a#nowHere {
		background:url(images/menu3.png) no-repeat 0 -70px;
	}		

#menu4 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 170px;
	background-image: url(images/menu4.png);
	padding-top: 70px;
	text-align: center;
	margin: 0px;
}

#menu4 a:hover {
    background-position: 0 -70px;
}

#menu4 a#nowHere {
		background:url(images/menu4.png) no-repeat 0 -70px;
	}	
	

#menu5 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 170px;
	background-image: url(images/menu5.png);
	padding-top: 70px;
	text-align: center;
	margin: 0px;
}

#menu5 a:hover {
    background-position: 0 -70px;
}

#menu5 a#nowHere {
		background:url(images/menu5.png) no-repeat 0 -70px;
	}

#menu6 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 170px;
	background-image: url(images/menu6.png);
	padding-top: 70px;
	text-align: center;
	margin: 0px;
}

#menu6 a:hover {
    background-position: 0 -70px;
}

#menu6 a#nowHere {
		background:url(images/menu6.png) no-repeat 0 -70px;
	}	
	
#menu7 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 170px;
	background-image: url(images/menu7.png);
	padding-top: 70px;
	text-align: center;
	margin: 0px;
}

#menu7 a:hover {
    background-position: 0 -70px;
}

#menu7 a#nowHere {
		background:url(images/menu7.png) no-repeat 0 -70px;
	}	
	

/*---------------------------------------------------------
  						footer
---------------------------------------------------------*/

footer {
	width: 100%;
	height: 140px;
	left: 0px;
	text-align: center;
	padding: 0px;
	position: absolute;
	bottom: 0;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat_x;
	background-position: center top;
	margin-top: -60px;
}
footer p {
	text-align: center;
	font-size: 14px;
	color: #73A280;
	padding-top: 70px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}


.pagetop {
	padding-bottom: 0px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}



.pagetop ul {
	width: 170px;
	margin-right: 0px;
	margin-left: auto;
	padding-top: 0px;

}
.pagetop ul li{
	list-style-type: none;
	padding:0px;
	margin:0px;
}



#pagetop1 a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 170px;
	background-image: url(images/pagetop.png);
	padding-top: 180px;
	text-align: center;
	margin: 0px;
}

#pagetop1 a:hover {
    background-position: 0 -180px;
}

#pagetop1 a#nowHere {
		background:url(images/pagetop.png) no-repeat 0 -180px;
	}
/*---------------------------------------------------------
  						main
---------------------------------------------------------*/

#main_rl {
	width: 1000px;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}


	
main {
	float:right;
	font-size: 14px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	display:block;
	}




#top {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	background-image: url(images/bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#top p{
	text-align:left;
	font-size:16px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	width: 880px;
	padding-top: 0px;
	
	}

#skitter {
	width: 960px;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 460px;
	
}　
 #outline {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
}


/*トップ概要*/

#outline table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

#outline th {
	width:20%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #CAF906;
	border-bottom: 2px dotted #FFF;
	padding: 7px;
	text-align: right;
	color:#2D9E5A;
}
#outline td {
	width:80%;
	text-align: left;
	border-bottom: 2px dotted #CAF906;
	padding: 8px;
	background-color: #FFFFFF;
}

#outline dl {
	width:100;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
#outline dt {
	width:10%;
	float:left;
	text-align:left;
	font-weight: bold;
	margin-bottom: 4px;
	margin-right: 30px;
	margin-left: 30px;
	color:#2D9E5A;
}

#outline dd {
	
	text-align:left;
	border-bottom: 2px dotted #2D9E5A;
	margin-bottom: 10px;
	padding-bottom: 4px;
	margin-right: 20px;
	margin-left: 20px;
}

#enkaku table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

#enkaku th {
	width:20%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #CAF906;
	border-bottom: 2px dotted #FFF;
	padding: 8px;
	text-align: right;
	color:#2D9E5A;
}
#enkaku td {
	width: 80%;
	text-align: left;
	border-bottom: 2px dotted #CAF906;
	padding: 7px;
	background-color: #FFFFFF;
}

#policy {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
}

#mokuhyo {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
}

#map {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
}

/*施設案内図*/

#floor {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
}

/*デイリープログラム*/


#daily	 {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
}

/*疾病*/

#sick {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
}

#sick p.s_top{
	text-align:left;
	font-size:16px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 700px;
	padding-top: 0px;
	color:#1F5FFF;
	font-weight:bold;
	line-height: 20px;
}

#sick p.s_bun{
	text-align:left;
	font-size:16px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:10px;
	width: 700px;
	background-color:#FFF;
	line-height: 20px;
}


#sick span.s_under{
	text-decoration:underline; 
	color:#FF6666;
}

#sick span.s_name{
	font-size:16px;
	font-weight:bold;
	color:#FF6666;
}
.under {
  border-bottom: double 6px #87CEFA;
  }

/*台風について*/
#typhoon {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
}

#typhoon p.t_top{
	text-align:left;
	font-size:16px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 700px;
	padding-top: 0px;
	color:#1F5FFF;
	font-weight:bold;
	line-height: 20px;
}

#typhoon p.t_bun{
	text-align:left;
	font-size:16px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding:10px;
	width: 700px;
	background-color:#FFF;
	
}


#typhoon span.t_under{
	text-decoration:underline; 
	color:#FF6666;
}
