/* CSS Document */

/*パンくずリスト・ページトップリンク
////////////////////////////////////////////////////*/
#lowerFoot {
	width: 900px;
	padding-bottom: 6px;
}
#lowerFoot #topicList {
	width: 730px;
	float: left;
}
#lowerFoot #topicList p,
#lowerFoot #topicList a {
	font-size: 10px;
}
#lowerFoot #topicList a {
	text-decoration: underline;
}
#lowerFoot #pagetopLink {
	width: 150px;
	float: right;
	text-align: right;
}
#lowerFoot #pagetopLink a {
	font-size: 10px;
	padding: 2px 0 3px 16px;
	text-decoration: underline;
	background: url(../img_cmn/ancher_return_top.jpg) no-repeat;
}
/*下層メインビジュアル
////////////////////////////////////////////////////*/

.nursePage {
	height: 300px;
	margin-bottom: 40px;
	background: url(../childcare/img/h_image_childcare.jpg) no-repeat;
}
.onedayPage {
	height: 300px;
	margin-bottom: 40px;
	background: url(../oneday/img/h_image_oneday.jpg) no-repeat;
}
.healthcarePage {
	height: 300px;
	margin-bottom: 40px;
	background: url(../healthcare/img/h_image_healthcare.jpg) no-repeat;
}
.educationPage {
	height: 300px;
	margin-bottom: 40px;
	background: url(../education/img/h_image_education.jpg) no-repeat;
}

/*メイン２段組みレイアウト（サブメニュー表示）
////////////////////////////////////////////////////*/
.mainWrap #mainCol {
	width: 695px;
	float: left;
}
.mainWrap #subMenu {
	width: 190px;
	margin-top: 20px;
	float: right;
}

/*汎用３段組
////////////////////////////////////////////////////*/
.mainWrap .contentFirst {
	width: 590px;
	float: left;
}
.mainWrap .contentSecond {
	width: 280px;
	float: right;
}
.mainWrap .contentFirst .first_01 {
	width: 280px;
	float: left;
}
.mainWrap .contentFirst .first_02 {
	width: 280px;
	float: right;
}

/*汎用２段組（均等）
////////////////////////////////////////////////////*/
.mainWrap .contentFirst02 {
	width: 440px;
	float: left;
}
.mainWrap .contentSecond02 {
	width: 440px;
	float: right;
}

/*パーツ
////////////////////////////////////////////////////*/
dl.dl_style01 dt {
	margin-bottom: 4px;
	color: #663300;
	font-size: 14px;
	font-weight: bold;
}
dl.dl_style01 dd {
	line-height: 160%;
}
h3 {
	margin-bottom: 4px;
	color: #663300;
	font-size: 14px;
	font-weight: bold;
}
.common_lm {
	margin-left: 6px;
}
p.m10 {
	margin-top: 10px;
}
ul.standard li {
	margin-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 160%;
}
ul.none {
	list-style-type: none;
}
.bt_center {
	margin: 10px 0;
	text-align: center;
}
.bt_center img {
	margin: 0 10px;
}
ol.standard {
	margin-top: 10px;
}


