@charset "UTF-8";
/* 
welfare.css
*/

/* --------------------------------
#pbNav
-------------------------------- */
#pbNav ul {
	float: left;
}
#pbNav li {
	float: none;
	padding-right: 20px;
}


/* --------------------------------
#crumbNav
-------------------------------- */
#crumbNav {
	background: #FFF;
	border-bottom: 1px solid #C7C7BB;
}

/* --------------------------------
#srvTop, #simArea
-------------------------------- */
#srvTop {
	border-bottom: 2px solid #C7C7BB;
	margin-bottom: 25px;
}
#srvTop h1 {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 46px
}
#srvTop ul {
	clear: both;
	padding: 15px 0 4px 58px;
}
#srvTop li {
	background: url(../img/parklibg.gif) no-repeat 50% 100%;
	float: left;
	padding-top: 0;
	padding-right: 4px;
	height: 105px;
}
#srvTop li img {
	border-bottom: 1px solid #C7C7BB;
}

#simArea {
	background: url(../img/parksimbgmiddle.gif) repeat-y 0 0;
	margin: 0 20px 0 58px;
	position: relative;
}
#simArea h2 {
	background: url(../img/parksimbgtop.gif) no-repeat 0 0;
	padding: 25px 0 10px 26px;
}
#simArea p.image {
	padding: 0;
	position: absolute;
	top: 13px;
	left: 557px !important;
	left: 531px;
}
#simArea p.text {
	padding: 0 0 20px 26px;
}
#simArea ul {
	background: url(../img/parksimbgbottom.gif) no-repeat 0 100%;
	padding: 0 0 20px 0;
}
#simArea ul li {
	padding: 0 0 0 102px;
	background: none;
	height: auto;
}
#simArea ul li img {
	border: none;
}
#simArea ul li p {
	padding: 0;
	width: 254px;
}
#simArea p.text {
	padding-left: 26px
}
#simArea ul li p#marchslide {
	padding-top: 5px;
}

/* --------------------------------
.area table
-------------------------------- */

.area table {
	margin: 10px 20px;
}
.area table caption {
	font-weight: bold;
	margin: 5px 0 0 20px;
	padding-bottom: 0;
	padding-top: 10px;
}
.area table th,
.area table td {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
.area table .firstline th,
.area table .firstline td {
	border-top: 1px solid #ddd;
}
.area table .leftcell {
	width: 180px;
}
.area .fnote {
	padding-top: 5px;
}
.area table td .fnote {
	padding-left: 0;
}

/* --------------------------------
.area dl
-------------------------------- */

.area table td dl,
.area table td dl p,
.area table td dl dt,
.area table td dl dd {
	padding: 0;
	margin: 0;
}
.area table td dl dt {
	float: left;
	height: 2em;
}


/* --------------------------------

-------------------------------- */
ul#welfareType {
	margin: 0;
	padding: 15px 20px 0 20px;

}
ul#welfareType img {
	vertical-align: bottom;
}
ul#welfareType li h3 {
	padding: 5px 0 0 0;
}
ul#welfareType ul {
	background: #FFF url(../img/welfarebg.gif) no-repeat 40px 100%;
	margin: 0;
	padding: 15px 0 0 40px;
}

ul#welfareType li {
	margin: 0;
	clear: both;
	padding: 0 0 20px 0;
}
ul#welfareType li h4 {
	float: left;
	padding: 0 20px 0 0;
}
ul#welfareType li p {
	float: left;
	margin: 0;
	padding: 0;
}
ul#welfareType li p.title {
	padding: 0 0 8px 0;
	width: 454px;
}
ul#welfareType li p.image {
	padding: 0 12px 0 0;
}

ul#welfareType li#welfareType0101 h4 { padding-top: 26px; }
ul#welfareType li#welfareType0102 h4 { padding-top: 4px; }
ul#welfareType li#welfareType0103 h4 { padding-top: 8px; }
ul#welfareType li#welfareType0201 h4 { padding-top: 5px; }
ul#welfareType li#welfareType0202 h4 { padding-top: 23px; }

/* --------------------------------
clearfix
-------------------------------- */
ul#welfareType li:after,
#simArea ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul#welfareType li,
#simArea ul { display: inline-block; }

/* \*/
* html ul#welfareType li,
* html #simArea ul { height: 1%; }
ul#welfareType li,
#simArea ul { display: block; }
/* */

