@charset "utf-8";

/* CSS Document */

/* ベビーシッターページのスタイルを記載 */


/* ------------------------------
 メインエリア
------------------------------ */
div#mainArea.wendy {
	padding-top:12px;
	background:url(../wendy/images/bg_mainarea.jpg) no-repeat;
}

/* 新着情報 */
div#mainArea.wendy div.newsBoxBody {
	background:url(../wendy/images/newsbox_bg.gif) 0 0 repeat-y;
}
div#mainArea.wendy div.newsBoxBody div.news1line div.text {
	width:445px;
}

/* 料金のご案内 */
div#mainArea.wendy div#price table {
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin-bottom:10px;
	width:520px;
}
div#mainArea.wendy div#price table th {
	text-align:left;
	background-color:#EEEDED;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-weight:normal;
	padding:4px 10px;
}
div#mainArea.wendy div#price table th.caption {
	text-align:center;
	background-color:#FEEEF1;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-weight:normal;
	padding:4px 10px;
}
div#mainArea.wendy div#price table th.captionL {
	text-align:left;
	background-color:#FEEEF1;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	padding:4px 10px;
	font-size:14px;
}
div#mainArea.wendy div#price table td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:4px 10px;
}

/* Ｑ＆Ａページ */
div#mainArea.wendy div.question {
	background:url(../wendy/images/qanda_bg_q.gif) no-repeat right bottom;
}

div#mainArea.wendy div.numberQ {
	width:20px;
	float:left;
	font-weight:bold;
	background:url(../wendy/images/qanda_q.gif) no-repeat;
	padding:5px 5px 7px 30px;
}

div#mainArea.wendy div.textQ {
	width:465px;
	float:left;
	font-weight:bold;
	padding-top:5px;
}

div#mainArea.wendy div.answer {
	background:url(../wendy/images/qanda_bg_a.gif) repeat-y right top;
}

div#mainArea.wendy div.numberA {
	width:20px;
	float:left;
	font-weight:bold;
	background:url(../wendy/images/qanda_a.gif) no-repeat;
	padding:5px 5px 7px 30px;
}

div#mainArea.wendy div.textA {
	width:465px;
	float:left;
	padding-top:5px;
}

