/* ファイル名　service.css

service1.html〜service8.htmlまで共通で利用
■clear:both;　回りこみの禁止

*/


* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

table {
	border: none;
}

/* ----------------------------------- */
/*　リンクの下線を削除 */
a {
	text-decoration: none;
}

/* 通常リンク色 */
a:link {
	color:#006666;
}

/* 訪問済リンク色(通常リンクと同じ) */
a:visited {
	color: #006666;
}

/* カーソルを上に乗せたときのリンク色 */
a:hover {
	color: #03b1b1;
}

/* クリックされた瞬間のリンク色 */
a:active {
	color: #006666;
}

/* ----------------------------------- */

/*	特別養護老人ホーム		*/
#t_main {
	font-size: 13px;
	padding-left:40px;
	padding-bottom:10px;
	line-height: 130%; 
	width:470px;
}

#service1 table td.t_subtitle {
	font-size: 13px;
	line-height: 130%;
	background-image: url("../img/service/title_back.png");
	font-weight: bold;
	height: 30px;
	vertical-align:middle;
	padding-bottom: 3px;
}
#service1 table td.t_riyou {
	width: 280px;
	line-height: 120%;
	font-size: 13px;
	vertical-align: top;
	padding: 2px;
}

/*
#service1 table td.t_img {
	vertical-align: right;
	padding-top: 0px;
}
*/
.titleimg{
	background-image: url(../image/s1_shadow.gif);
	background-repeat: no-repeat;
}
.titleimg img{
	position: relative;
	left: -4px;
	top: -4px;

}
.titleimg_long{
	background-image: url(../image/s2_shadow.gif);
	background-repeat: no-repeat;
}
.titleimg_long img{
	position: relative;
	left: -4px;
	top: -4px;

}
.titleimg_s_long{
	background-image: url(../image/s3_shadow.gif);
	background-repeat: no-repeat;
}
.titleimg_s_long img{
	position: relative;
	left: -4px;
	top: -4px;

}


/*	ショートステイ　service2.html	*/

#s_text {
	font-size: 13px;
	padding-left:40px;
	padding-bottom:10px;
	line-height: 130%; 
	width:470px;
}

#s_service table td {
	font-size: 13px;
	line-height: 130%;
	vertical-align: top;
}
#s_service table td.subtitle {
	font-size: 13px;
	line-height: 130%;
	background-image: url("../img/service/title_back.png");
	font-weight: bold;
	height: 30px;
	vertical-align:middle;
	padding-bottom: 3px;
}
#s_service table td.s_img {
	vertical-align: right;
}



/*	デイサービス		*/
#d_text {
	font-size: 13px;
	padding-left:40px;
	padding-bottom:10px;
	line-height: 130%; 
	width:470px;
}
#service3 table td {
	font-size: 13px;
	line-height: 130%;
	vertical-align: top;
}
#service3 table td.d_subtitle {
	font-size: 13px;
	line-height: 130%;
	background-image: url("../img/service/title_back.png");
	font-weight: bold;
	height: 30px;
	vertical-align:middle;
	padding-bottom: 3px;
}
#service3 table td.d_img {
	vertical-align: right;
}


/*	 service4.html	*/
#service4 table td {
	font-size: 13px;
	line-height: 130%;
}
#service4 table td.o_subtitle {
	font-size: 13px;
	line-height: 130%;
	background-image: url("../img/service/title_back.png");
	font-weight: bold;
	height: 30px;
	vertical-align:middle;
	padding-bottom: 3px;
}
#service4 table td.td_img {
	vertical-align: right;
}

/*	service5.html	*/
#service5 table td {
	font-size: 13px;
	line-height: 130%;
}
#service5 table td.ot_subtitle {
	font-size: 13px;
	line-height: 130%;
	background-image: url("../img/service/title_back.png");
	font-weight: bold;
	height: 30px;
	vertical-align:middle;
	padding-bottom: 3px;
}
#service5 table td.ot_img {
	vertical-align: right;
}



/* フッター	*/
#footer {
	padding: 20px 0 20px 50px;
	font-size: 13px;
}
#footer img {
	float: left;
	margin-right: 20px;
}
#footer p {
	float: left;
}
