/*-------------------------フォントサイズ等の指定*/ 

body{

	font-family: Meiryo, Geneva, Arial, Helvetica, sans-serif;

	font-size: 90%;

	padding: 50px;

	text-align:center;

	margin-top: 130px;

	width: auto;

}











/*-------------------------footerの指定*/

#footer {





}

#footer p {

	font-size: 11px;

}



/*---------------------------------------------------------------------------globalnaviの指定*/



ul {

	padding: 0;

	list-style-type: none;

	margin: 0px;







}



li {

display: inline; 



	padding: 0px;

	margin: 0px;



}





#cap {

  margin-top: 15px;

  padding: 0;

  list-style-type: none;



}

#cap a {

	text-indent: -9999px;

	background-image: url(../img/4jusei-kaigo.gif);

	background-repeat: no-repeat;

    text-decoration: none;

    width: 250px;

    height: 100px;

 

    background-position: 0 0;

} 





#cap a:hover {

	text-indent: -9999px;

  text-decoration: none;

  background-image: url(../img/4jusei-kaigo.gif);

  background-repeat: no-repeat;

  background-position: 0 -100px; 

} 

#cap2 {

  margin-top: 15px;

  padding: 0;

  list-style-type: none;

}

#cap2 a {

	text-indent: -9999px;

	background-image: url(../img/jusei.gif);

	background-repeat: no-repeat;

    text-decoration: none;

    width: 250px;

    height: 100px;



    background-position: 0 0;

} 





#cap2 a:hover {

	text-indent: -9999px;

  text-decoration: none;

  background-image: url(../img/jusei.gif);

  background-repeat: no-repeat;

  background-position: 0 -100px; 

} 







#cap3 {

  margin-top: 15px;

  padding: 0;

  list-style-type: none;

}

#cap3 a {

	text-indent: -9999px;

	background-image: url(../img/kyoudou.jpg);

	background-repeat: no-repeat;

    text-decoration: none;

    width: 250px;

    height: 100px;



    background-position: 0 0;

} 





#cap3 a:hover {

	text-indent: -9999px;

  text-decoration: none;

  background-image: url(../img/kyoudou.jpg);

  background-repeat: no-repeat;

  background-position: 0 -100px; 

} 



















