@charset "utf-8";
/* CSS Document */


/*==========================================================================

menu

==========================================================================*/
#nav .three a{
	background:url(../images/nav3.png) no-repeat bottom left;
}
/*==========================================================================

top image

==========================================================================*/
#top_img {
	height:200px;
	}
	
#top_img h2{
	height:200px;
	background:url(../images/works/top_img.png) no-repeat center center;
	}	
/*==========================================================================

table kaigo

==========================================================================*/
.section .kaigo th{
	vertical-align:middle;
 	height:40px;
	text-align:center;
	}
.section .kaigo td{
	background-color:#FAF7F0;
	padding:10px 7px;
	}
	
.section .kaigo .lefth{
	width:100px;
	line-height:15px;
	padding:10px 5px;
	}
	
.section .kaigo .gedan{
	width:190px;
	}

.section .kaigo .chushaku{
	background:none;
	}

.tdcenter{
	text-align:center;
	}

/*==========================================================================

table keireki

==========================================================================*/
.section .keireki{
	}
.section .keireki th{
	vertical-align:middle;
	text-align:center;
 	height:40px;
	}
.section .keireki td{
	text-align:center;
	padding:10px 0px 0px;
	}
	
