@charset "utf-8";

/* CSS Document */

/* 保育園・託児施設ページのスタイルを記載 */


/* ------------------------------
 メインエリア
------------------------------ */
div#mainArea.hoiku {
	padding-top:12px;
	background:url(../hoiku/images/bg_mainarea.jpg) no-repeat;
}

/* 新着情報 */
div#mainArea.hoiku div.newsBoxBody {
	background:url(../hoiku/images/newsbox_bg.gif) 0 0 repeat-y;
}
div#mainArea.hoiku div.newsBoxBody div.news1line div.text {
	width:445px;
}

/* TOPページ　施設紹介 テーブル */
/* 託児施設ページ　施設紹介 テーブル */
div#mainArea.hoiku table#intro {
	width:520px;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
}
div#mainArea.hoiku table#intro th {
	font-weight:normal;
	text-align:left;
	padding:4px 10px;
	background:#eeeded;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
div#mainArea.hoiku table#intro td {
	padding:4px 10px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

/* ピジョンランド詳細ページ */
div#mainArea.hoiku div.landPhoto {
	width:197px;
	float:right;
}
div#mainArea.hoiku div.landInfo {
	width:323px;
	float:left;
}
div#mainArea.hoiku div.landInfo h4 {
	font-size:14px;
	font-weight:bold;
	margin:3px 0;
	line-height:1.4;
}
div#mainArea.hoiku div.landInfo div.address {
	margin:10px;
}

div#mainArea.hoiku div.pageAnchor {
	margin:10px 0 10px 0;
}

div#mainArea.hoiku div.pageAnchor p {
	float:left;
	font-weight:bold;
	padding:0 0 0 20px;
	margin:0px 7px;
	background:url(../hoiku/land/images/center_menu_mark.gif) 5px no-repeat;
}

div#mainArea.hoiku div#lead,#look,#original,#others,#message,#letter,#empty {
	margin:0 0 20px 0;
}

div#mainArea.hoiku div#original table {
	width:520px;
	margin-bottom:10px;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
}
div#mainArea.hoiku div#original table th {
	font-weight:normal;
	text-align:center;
	padding:4px 10px;
	background:#eeeded;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
div#mainArea.hoiku div#original table td {
	padding:5px 10px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-align:left;
}

div#mainArea.hoiku div#letter table {
}
div#mainArea.hoiku div#letter table td {
	padding:0px 10px;
}

div#mainArea.hoiku div#empty table {
	width:520px;
	margin-bottom:10px;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
}
div#mainArea.hoiku div#empty table th {
	font-weight:normal;
	text-align:center;
	padding:4px 10px;
	background:#eeeded;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
div#mainArea.hoiku div#empty table td {
	padding:0px 10px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-align:center;
}

div#mainArea.hoiku div#outline table {
	width:520px;
	margin-bottom:10px;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
}
div#mainArea.hoiku div#outline table th {
	font-weight:normal;
	text-align:left;
	padding:4px 10px;
	background:#eeeded;
	border-bottom:1px solid #cccccc;
}
div#mainArea.hoiku div#outline table td {
	padding:4px 10px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

div#mainArea.hoiku div#outline iframe {
	margin-top:10px;
	border:1px solid #cccccc;
}

/* ------------------------------
 サイドボックス
------------------------------ */
div#mainArea.hoiku div#sideBox ul li ul {
	border-left:1px solid #aad969;
	border-right:1px solid #aad969;
	border-bottom:1px solid #d4ecb4;
	padding:5px;
}
div#mainArea.hoiku div#sideBox ul li ul li {
	background:#FFFFFF url(../hoiku/images/menu_list_disc.gif) no-repeat 8px 0.6em;
	padding:3px 3px 3px 17px;
	line-height:1.5 !important;
	border:none;
	font-size:12px !important;
}



