@charset "UTF-8";

/* 介護福祉センター
------------------------------------------------------------ */
/*** common ***/
.fukushiWrap {
	border:solid 1px #CCC;
	border-top:none;
	padding:15px;
	width:511px !important;
	width /**/:543px;
}

.fukushiWrap p, .fukushiWrap ol, .fukushiWrap ul { line-height:1.5; }

.thirdLink {
	padding:2px 8px 1px;
	margin-bottom:20px;
	width:495px !important;
	width /**/:511px;
	background-color:#F4EEF9;
	overflow:hidden;
	text-align:center;
}
.thirdLink li {
	display:inline;
}
.thirdLink li a {
	display:block;
	width:auto;
	float:left;
	margin-right:0.8em;
	padding-left:8px;
	background: url(../../common_img/bow_3x5_blue.gif) left center no-repeat;
	color:#6633CC;
	text-decoration:none;
}
.thirdLink li a:hover {
	color: #FF3300;
	background: url(../../common_img/bow_3x5_orange.gif) left center no-repeat;
}

.ttlRank1 {
	font-size: 135%;
	padding: 4px 8px;
	border: solid 1px #693;
	color:#396;
	background-color:#E7FAD3;
	margin-bottom:10px;
	line-height: 1.1;
}

.ttl {
	font-size: 110%;
	padding-left: 5px;
	border-left: solid 8px #F60;
	color: #F60;
	margin-bottom: 0.5em;
	line-height: 1.1;
}



/*** トップ ***/
#top_menu01{
	width:543px;
	margin:15px 0 0;
}
#top_menu02{
	width:543px;
	margin:5px 0 0;
}

.Top_left{
	width:266px;
	margin:0px 0 0;
	float:left;
}

.Top_right{
	width:266px;
	margin:0px 0 0;
	float:right;
}


.Top_left h4, .Top_right h4{
	margin:0 0 10px;
}

#top_menu02 p{
	text-align:right;
}
#top_menu02 p a{
	background: url(../../images/arrow_right01.gif) left center no-repeat;
	padding-left:1.3em;
	color:#545454;
}

#top_menu02 p a:hover{
	background: url(../../images/arrow_right01.gif) left center no-repeat;
	padding-left:1.3em;
	color:#669900;
}


#eigyo_info table{
	width:100%;
	margin:0 auto;
	border:1px solid #CCC;
	border-collapse:collapse;
}
#eigyo_info th, #eigyo_info td{
	border:1px solid #CCC;
	padding:7px 10px;
	text-align:center;
}
#eigyo_info th{
	background-color:#FDFFDD;
	color:#006633;
}

td.serv{
	color:#009933;
	font-weight:bold;
}
td.serv span{
	font-weight:normal;
	font-size:80%;
}
#office_infoBox{
	width:330px;
	float:right;
	margin:0;
	padding:0px;
	line-height:1.4;
}



/*** サービス ***/
.service_dl{
	width:100%;
	margin:0 auto;
	line-height:1.5;
}

.service_dl dt{
	background-color:#FDE3A8;
	padding:3px 5px;
}
.service_dl dd{
	margin:0.5em 0 1em 0;
	padding:0 5px;
}

.rental_note{
	float:left;
	width:345px;
}
.rental_note_Box{
	border:1px solid #999;
	width:280px !important;
	width /**/:300px;
	padding:5px 10px;
	margin-bottom:10px;
}


/*** ヘルパー ***/
#helper{
	width:100%;
	margin:15px auto 0;
	border:1px solid #CCC;
	border-collapse:collapse;
}
#helper th, #helper td{
	border:1px solid #CCC;
	padding:7px 10px;
}
#helper th{
	background-color:#FDFFDD;
	color:#006633;
	white-space:nowrap;
}



