/* 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;
}
/*下層メインビジュアル
////////////////////////////////////////////////////*/

.qualityPage {
	height: 300px;
	margin-bottom: 40px;
	background: url(../quality/img/h_image_quality.jpg) no-repeat;
}
.footcarePage {
	height: 300px;
	margin-bottom: 40px;
	background: url(../footcare/img/h_image_footcare.jpg) no-repeat;
}
.trainingPage {
	height: 300px;
	margin-bottom: 40px;
	background: url(../training/img/h_image_training.jpg) no-repeat;
}
.loungePage {
	height: 300px;
	margin-bottom: 40px;
	background: url(../lounge/img/h_image_lounge.jpg) no-repeat;
}
.fitnessPage {
	height: 300px;
	margin-bottom: 40px;
	background: url(../fitness/img/h_image_fitness.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: 900px;
	float: left;
}
.mainWrap .contentSecond02 {
	width: 900px;
	float: right;
}

/*パーツ
////////////////////////////////////////////////////*/
dl.dl_style01 dt {
	margin-bottom: 4px;
	color: #4E6A75;
	font-size: 14px;
	font-weight: bold;
}
dl.dl_style01 dd {
	line-height: 160%;
}
h3 {
	margin-bottom: 4px;
	color: #4E6A75;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	margin-bottom: 4px;
	color: #993333;
	font-size: 18px;
	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;
}
ol.standard li {
	margin-bottom: 10px;
	margin-left: 26px;
	list-style-position: outside;
}

