* {
margin: 0;
padding: 0;
}

html {
	color			: #333;
	font			: small/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* 全体を囲うblock */

#wrapper_body {
	background: #ffe400 url(http://muutest.img.jugem.jp/20090417_1037636.gif);
}

#wrapper {
	width: 735px;
	margin: 0 auto;
	background: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
}

#header {
	height:232px;
	background: #FFF url(https://kawaguchihoikusho.org/images/header.jpg) no-repeat;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 20px;
}

/* #main block */
#content {
	width: 730px;
}

#content #main {
	float:left;
	width: 719px;
	margin-top: 0px;
}


/*ページ送り*/
#page_area {
	margin:15px 0 0 0;
}


/*フッター画像*/
#footer {
	height:23px;
	background: #ffd201 url(http://imaging.jugem.jp/template/muumuu/img/foot.gif) no-repeat;
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
	padding-top: 6px;
	color: #7d7c7c;
	clear: both;
	float: none;
}


/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

/* 全般 */
a 			{ color: #2A2666; text-decoration: underline; }
a:link		{ color: #2A2666;  }
a:visited	{ color: #2A2666;  }
a:active	{ color: #2A2666;  }
/* a:hover		{ color: #FFF; text-decoration: none; background:#CCC;} */

a:hover		{text-decoration: none;}

/* ヘッダー */
#header a 			{ color: #FFF; text-decoration: none; }
#header a:link		{ color: #FFF; text-decoration: none; }
#header a:visited	{ color: #FFF; text-decoration: none; }
#header a:active	{ color: #FFF; text-decoration: none; }
#header a:hover		{ color: #FFF; text-decoration: none; background:none; }

/* 画像 */
img a 			{ text-decoration: none; }
img a:link		{ text-decoration: none; }
img a:visited	{ text-decoration: none; }
img a:active	{ text-decoration: none; }
img a:hover		{ text-decoration: none; background:none; }


/* タイトル */
#header h1 a 			{ color: #71531f; text-decoration: none; }
#header h1 a:link		{ color: #71531f; text-decoration: none; }
#header h1 a:visited	{ color: #71531f; text-decoration: none; }
#header h1 a:active	    { color: #71531f; text-decoration: none; }
#header h1 a:hover		{ color: #71531f; text-decoration: none; background:none; }


/* タイトル */
h2 a 			{ color: #2A2666; text-decoration: none; }
h2 a:link		{ color: #2A2666; text-decoration: none; }
h2 a:visited		{ color: #2A2666; text-decoration: none; }
h2 a:active		{ color: #2A2666; text-decoration: none; }
h2 a:hover		{ color: #FFF; text-decoration: none; background:#CCC;}
	
	

/* =================================== */
/* 装飾の設定 */
/* =================================== */


.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear	: both;
	font	: 0/0 sans-serif;
}

.tex_le {
	text-align: left;
}


/* =================================== */
/* #header */
/* =================================== */
#header h1 {
	margin:0 10 10 0;
	padding:0;
	font: bold 25px arial;
	text-align: right;
	color: #71531f;
}

#header p {
	margin: 5px 0 0 25px;
}


.url {
	top: -64px;
	position:absolute;
	left: 435px;
}

.url02 {
	top: -205px;
	position:absolute;
	left: 50px;
}

.main_txt {
	width:440px;
	float: right;
}


/* タイトル */


#main h3 {
	font-size:12px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
}


/* リスト表示の設定 */
#main ul {
	padding:2px 2px 2px 15px;
	list-style:decimal outside;
	text-align:left;
	clear: both;
	margin: 0px 10px 10px 25px;
}
#main ul li {
	line-height: 150%;
	list-style:url(/images/li_icon.gif) none outside;
	margin-left: 10px;
	padding-left: 5px;
}

/* 番号リスト表示の設定 */
#main ol {
	padding:2px 2px 2px 15px;
	list-style:decimal outside;
	text-align:left;
	margin: 0px 10px 10px 25px;
}

#main ol li {
	line-height: 140%;
	list-style-type: decimal;
	padding-left: 10px;
	margin-left: 10px;
}

#page_area .page_top {
	float:right;
	width:150px;
	text-align:right;
	font-size: 11px;
}


.center {
	text-align: center;
}



/* =================================== */
/* 施設案内 */
/* =================================== */
.shisetsu table {
	border-collapse:collapse;
	border:1px solid #FFD016;
	border-spacing:0;
	empty-cells:show;
	margin: 5px;
	padding: 2px;
}

.shisetsu th {
	padding:3px;
	border:1px solid #FFD016;
	background-color:#FFFFCC;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

th.midashi {
	padding:3px;
	border:1px solid #FFD016;
	background-color:#66CC00;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}

.shisetsu td {
	text-align: left;
	font-size: 100%;
	padding: 3px;
	border:1px solid #FFD016;
	white-space: nowrap;
}


.tokusyoku_img{
	padding:5px;
}


/* =================================== */
/* 保育サービス */
/* =================================== */
#hoikuservice table {
	border-collapse:collapse;
	border:1px solid #FFD016;
	border-spacing:0;
	empty-cells:show;
	margin: 5px;
	padding: 2px;
}

#hoikuservice th {
	padding:3px;
	border:1px solid #FFD016;
	background-color:#FFFFCC;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

#hoikuservice td {
	text-align: left;
	font-size: 100%;
	padding: 3px;
	border:1px solid #FFD016;
	vertical-align:top;
}
