html {
	height: 100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote {
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
ol {
	list-style: none;
}
body {
	font: 90%/1.4 'verdana', 'MS PGothic', 'Osaka', Verdana, sans-serif;
	color		: #333;
	background	: #EEE;
	text-align	: center;
	word-break: break-all;
}
html>/**/body {
	font-size	: 14px;
}
table, textarea {
	font-size: inherit;
	font: 100%;
}
a:link, a:visited {
	color		: #03C;
}
a:alink, a:hover {
	color		: #F60;
	text-decoration: underline;
}
img {
	border		: 0;
}

#daycare {
	float: left;
}
#clinic {
	float: right;
}
#canvas {
	width: 800px;
	margin: 0 auto;
}


/*----- Box --------------------*/
.box {
	width: 400px;
	margin: 20px auto;
	text-align: left;
	background: #EEE url(./img/bg_body.gif);
}
.box .contents {
	margin: 0 10px;
}
.box .contents p {
	margin: 1em 5%;
	font-size	: 12px;
}
.box .contents h2 {
	margin: 10px 5%;
	font-size: 100%;
	height: 33px;
	padding-left: 40px;
	background: #FFF url(./clinic/img/content_h2.gif) center left no-repeat;
}

.box .contents table {
	width: 90%;
	margin: 0 5%;
	border: 1px solid #999;
	border-collapse: collapse;
}

.box .contents table td, .box .contents table th {
	padding: 5px 7px;
	border: 1px solid #999;
}
.box .contents table th {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}
#daycare table th {
	background: #FEE;
}
#clinic table th {
	background: #E0F5EB;
}

/*----- style ----------------------*/
.bg_g {
	background: #EEE;
}
.goto {
	text-align: right;
}
.goto a {
	background: #FFF url(./img/icon_web.gif) no-repeat;
	padding: 3px 0 3px 20px;
}


/*----- footer ----------------------*/
#footer {
clear		: both;
margin		: auto;
padding		: 0 0 15px;
text-align	: center;
font-size	: 11px;
}
