@charset "utf-8";
@import url("core.css");

/* html */
html	{ background-color: #FFFFFF; }

/* body */
body {
	width: 800px;
	margin: 0 auto;
	color: #555555;
	background: transparent url("../images/bg_body.gif") repeat-x left top;
}

/* wrapper */
div#wrapper {
	width: 800px;
}

/* header */
div#header {
	width: 800px;
	height: 95px;
}

/* content */
div#content {
	width: 800px;
	padding: 0 0 100px;
}


/* -------------------------------------------------------------------------------- */
/* CONTENTS */
/* main */
div#main {
	float: right;
	width: 580px;
}

/* sidebar */
div#sidebar {
	float: left;
	width: 190px;
}


/* -------------------------------------------------------------------------------- */
/* telnumber */
div#telnumber {
	position: absolute;
	top: 45px;
	right: 5px;
	width: 194px;
	height: 38px;
	background: transparent url("../images/telnumber.gif") no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/* h1 */
h1 {
	width: 268px;
	height: 64px;
	padding-top: 18px;
}
h1 a {
	display: block;
	width: 268px;
	height: 64px;
	background: transparent url("../images/h1.gif") no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

/* h2 */
h2 {
	width: 800px;
	height: 110px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
h2.home {
	height: 200px;
	background-image: url("../images/h2_home.jpg");
}
h2.service	{ background-image: url("../images/h2_service.jpg"); }
h2.fee		{ background-image: url("../images/h2_fee.jpg"); }
h2.company	{ background-image: url("../images/h2_company.jpg"); }
h2.inquiry	{ background-image: url("../images/h2_inquiry.jpg"); }
h2.privacy	{ background-image: url("../images/h2_privacy.jpg"); }

/* h3 */
h3 {
	width: 580px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
h3.service { background-image: url("../images/h3_service.gif"); }
h3.home { background-image: url("../images/h3_home.gif"); }
h3.child { background-image: url("../images/h3_child.gif"); }
h3.care { background-image: url("../images/h3_care.gif"); }
h3.fee { background-image: url("../images/h3_fee.gif"); }
h3.greeting { background-image: url("../images/h3_greeting.gif"); }
h3.company { background-image: url("../images/h3_company.gif"); }
h3.inquiry { background-image: url("../images/h3_inquiry.gif"); }
h3.helperstation { height: 26px; background-image: url("../images/h3_helperstation.gif"); }
h3.introduce { height: 26px; background-image: url("../images/h3_introduce.gif"); }

/* link */
a { color: #4A92B8; }
a:hover { color: #FF6666; }

/* margin */
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }

/* alignment */
.alignc { text-align: center; }
.alignl { text-align: left; }
.alignr { text-align: right; }

/* text block */
div.text {
	margin-top: 5px;
	padding-left: 2px;
}

/* text variation */
.leadtext {
	font-size: 14px;
	line-height: 1.5em;
}

.textred { color: #FF1111; }

.textsmall { font-size: 85%; }

/* table */
table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
th, td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


/* -------------------------------------------------------------------------------- */
/* HOME */
div#main ul.sevicemenu {
	width: 580px;
	/*height: 120px;*/
}
div#main ul.sevicemenu li {
	float: left;
	margin-right: 8px;
}
div#main ul.sevicemenu li.last { margin-right: 0; }
div#main ul.sevicemenu li a {
	display: block;
	width: 188px;
	height: 120px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#main ul.sevicemenu li a.home	{ background-image: url("../images/menu_homesupport.jpg"); }
div#main ul.sevicemenu li a.child	{ background-image: url("../images/menu_childsupport.jpg"); }
div#main ul.sevicemenu li a.care	{ background-image: url("../images/menu_caresupport.jpg"); }

div#main ul.sevicemenu li.helperstation {
	float: none;
	width: 580px;
	height: 120px;
	padding-bottom: 15px;
	margin-right: 0;
}
div#main ul.sevicemenu li.helperstation a {
	display: block;
	width: 580px;
	height: 120px;
	background: transparent url("../images/menu_helperstation.jpg") no-repeat 0 0;
}

/* -------------------------------------------------------------------------------- */
/* SERVICE */
div#main p.leadservice {
	color: #44B02B;
	font-size: 15px;
	line-height: 1.5em;
}
div#main ul.service { width: 580px; }
div#main ul.service li {
	margin-top: 3px;
	margin-left: 1.25em;
	list-style-type: disc;
}

/*
div#main dl.introduce { padding-left: 13px; }
div#main dl.introduce dt {
	width: 565px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#main dl.introduce dt.home { background-image: url("../images/dt_home.gif"); }
div#main dl.introduce dt.child { background-image: url("../images/dt_child.gif"); }
div#main dl.introduce dt.care { background-image: url("../images/dt_care.gif"); }
*/

/* -------------------------------------------------------------------------------- */
/* FEE */
div#main table.fee { width: 578px; }
div#main table.fee th {
	padding: 3px 15px;
	background-color: #FFFFAA;
	font-weight: bold;
	text-align: center;
}
div#main table.fee th.hour { background-color: transparent; }
div#main table.fee th.subcategory {
	padding: 1px 15px;
	background-color: #F3F3F3;
	font-size: 12px;
	line-height: normal;
}
div#main table.fee td {
	width: 22%;
	padding: 5px 15px;
	text-align: right;
}
div#main table.fee td.fee { font-weight: bold; }
div#main table.fee td.percent { width: 12%; }
div#main table.fee .rightdot { border-right: 1px dotted #BBBBBB; }

div#main ul.fee { width: 580px; }
div#main ul.fee li {
	margin-top: 3px;
	margin-left: 1.25em;
	list-style-type: disc;
}


/* -------------------------------------------------------------------------------- */
/* COMPANY */
div#main dl.company {
	width: 578px;
	margin-top: 10px;
	border-bottom: 1px dotted #BBBBBB;
	background: transparent url("../images/bg_company.gif") repeat-y 0 0;
}
div#main dl.company dt {
	clear: both;
	float: left;
	width: 110px;
	padding: 10px;
	border-top: 1px dotted #BBBBBB;
	font-weight: bold;
}
div#main dl.company dd {
	float: left;
	width: 428px;
	padding: 10px;
	border-top: 1px dotted #BBBBBB;
}


/* -------------------------------------------------------------------------------- */
/* INQUIRY */
div#main dl.inquiry {
	width: 578px;
	margin-top: 15px;
	border-bottom: 1px dotted #BBBBBB;
	background: transparent url("../images/bg_inquiry.gif") repeat-y 0 0;
}
div#main dl.inquiry dt {
	clear: both;
	float: left;
	width: 130px;
	padding: 15px 10px;
	border-top: 1px dotted #BBBBBB;
	font-weight: bold;
}
div#main dl.inquiry dd {
	float: left;
	width: 408px;
	padding: 15px 10px;
	border-top: 1px dotted #BBBBBB;
}
div#main dl.inquiry dd input {
	width: 250px;
	padding: 2px 3px;
	border: 1px solid #BBBBBB;
	font-size: 12px;
	line-height: normal;
}
div#main dl.inquiry dd li.radio input {
	width: auto;
	padding: 0;
	border: 0;
}
div#main dl.inquiry dd textarea {
	width: 365px;
	height: 8em;
	padding: 2px 3px;
	border: 1px solid #BBBBBB;
	font-size: 12px;
}
div#main div.inquiryerror {
	margin-top: 10px;
	color: #EE0000;
	font-weight: bold;
}

div#main div.inquirycomp {
	margin-top: 50px;
	color: #339933;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

div#main dl.inquiry dd li {	margin-bottom: 5px; }
div#main dl.inquiry dd li.last { margin-bottom: 0; }
div#main dl.inquiry dd label { cursor: pointer; }
div#main form.inline { display: inline; }


/* -------------------------------------------------------------------------------- */
/* PRIVACY */
div#main dl.privacy {
	width: 580px;
}
div#main dl.privacy dt {
	margin-top: 20px;
	color: #44B02B;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
div#main dl.privacy ul { margin-top: 5px; }
div#main dl.privacy li {
	margin-left: 2.5em;
	list-style-type: decimal;
}



/* -------------------------------------------------------------------------------- */
/* MENU */
div#sidebar ul.menu {
	width: 190px;
}
div#sidebar ul.menu li {
	width: 190px;
	margin-bottom: 5px;
}
div#sidebar ul.menu li a {
	display: block;
	width: 190px;
	height: 45px;
	background-image: url("../images/menu.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#sidebar ul.menu li a.home		{ background-position: 0 0; }
div#sidebar ul.menu li a.service	{ background-position: 0 -45px; }
div#sidebar ul.menu li a.fee		{ background-position: 0 -90px; }
div#sidebar ul.menu li a.company	{ background-position: 0 -135px; }
div#sidebar ul.menu li a.inquiry	{ background-position: 0 -180px; }

div#sidebar ul.menu li a.homeview		{ background-position: -190px 0; }
div#sidebar ul.menu li a.serviceview	{ background-position: -190px -45px; }
div#sidebar ul.menu li a.feeview		{ background-position: -190px -90px; }
div#sidebar ul.menu li a.companyview	{ background-position: -190px -135px; }
div#sidebar ul.menu li a.inquiryview	{ background-position: -190px -180px; }

div#sidebar ul.menu li a.home:hover		{ background-position: -190px 0; }
div#sidebar ul.menu li a.service:hover	{ background-position: -190px -45px; }
div#sidebar ul.menu li a.fee:hover		{ background-position: -190px -90px; }
div#sidebar ul.menu li a.company:hover	{ background-position: -190px -135px; }
div#sidebar ul.menu li a.inquiry:hover	{ background-position: -190px -180px; }


/* -------------------------------------------------------------------------------- */
/* FOOTER */
div#footer {
	width: 800px;
	height: 70px;
	padding-bottom: 8px;
	background: transparent url("../images/bg_footer.gif") no-repeat 0 0;
}

div#footer ul.navi {
	height: 35px;
	padding: 15px 15px 5px;
}
div#footer ul.navi li {
	display: inline;
	margin-right: 0.5em;
	padding-left: 0.5em;
	border-left: 1px solid #FFFFFF;
}
div#footer ul.navi li.last {
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #FFFFFF;
}
div#footer ul.navi a {
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
}

div#footer address {
	width: 800px;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	line-height: normal;
	text-align: right;
}