@charset "shift_jis";

/* =====================================================
Base
===================================================== */

/* reset */
body,div,ul,ol,li,dl,dt,dd,form,th,td,h1,h2,h3,h4,h5,p{ margin:0; padding:0; font-style:normal; font-weight:normal; }
ul{ list-style-type:none; }
table,img{ border:0; }
table,th,td{ font-size:1em; }
textarea{ font-size:1em; }

/* set */
body{ background:#FBF9F2; color:#5E3F39; font-size:62.5%; font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
a,a:link{ color:#0059B2; text-decoration: underline; }
a:visited{ color:#8C4794; }
a:active,a:hover{ color:#999; }

/* layout */
body{ min-width:950px; }
#contents,
#index-contents,
#footer,
.container{ width:950px; margin:0 auto; }
#index-footer,
.container{ width:950px; margin:0 auto; }
#contents{ padding-top:155px; }
#contents #main{ float:right; width:700px; }
#contents #side{ float:left; width:220px; }

/* clear */
.clear{clear:both;}
.clear0{clear:both; height:1px; line-height:1px; }

/* mouseover */
a:hover img.btn2{ filter:alpha(opacity=70); -ms-filter:"alpha(opacity=70)"; opacity:0.7; background:#FFFFFF; }


/* =====================================================
Common Parts : header
===================================================== */

#header-bg{
	position:fixed;
	top:0; left:0; z-index:20;
	width:100%;
	height:150px;
	margin:0 0 -10px;
	background:url(../images/header-bg.png) repeat-x;
	overflow:hidden;
}
#header{
	width:960px;
	margin:0 auto;
}
#header-set{ float:left; width:754px; overflow:hidden; }
#header-entry{ float:right; width:194px; }

/* header-entry ------------------------- */
#header-entry a{
	display:block;
	float:right;
	margin:24px 0 0 0;
	width:194px;
	height:98px;
	overflow:hidden;
}
#header-entry a img{ margin-top:-24px; margin-left:-763px; }
#header-entry a:hover img{ margin-top:-164px; }

/* header-logo ------------------------- */
#header-logo{
	float:left;
	width:390px;
	height:50px;
	margin:29px 0 0 4px;
	overflow:hidden;
}
#header-logo img{ margin-top:-29px; }

/* header-navi ------------------------- */
#header-navi{
	float:right;
	width:220px;
	margin:29px 5px 0;
	text-align:right;
}
#header-navi ul{ height:16px; margin:0 0 8px 1px; overflow:hidden; }
#header-navi li{ float:left; }
/* a size */
#header-navi li a{
	display:block;
	margin:0 0 0 8px;
	width:65px;
	height:16px;
	overflow:hidden;
}
/* img ichi */
#header-navi li.header-navi1 img{ margin-top:-29px; margin-left:-536px; }
#header-navi li.header-navi2 img{ margin-top:-29px; margin-left:-609px; }
#header-navi li.header-navi3 img{ margin-top:-29px; margin-left:-681px; }
/* img ichi mouseover */
#header-navi li a:hover img{ margin-top:-169px; }

/* header-tel ------------------------- */
#header-tel{
	clear:both;
	display:inline-block;
	width:180px;
	height:25px;
	overflow:hidden;
}
#header-tel img{ margin-top:-54px; margin-left:-565px; }

/* gnavi (header) ------------------------- */
#gnavi{
	clear:both;
	padding:12px 0 0 4px;
}
#gnavi ul{ width:750px; height:52px; overflow:hidden; }
#gnavi li{ float:left; }
/* a size */
#gnavi li a{ display:block; width:150px; height:40px; overflow:hidden; }
/* img ichi */
#gnavi li.gnavi1 img{ margin-top:-90px; }
#gnavi li.gnavi2 img{ margin-top:-90px; margin-left:-150px; }
#gnavi li.gnavi3 img{ margin-top:-90px; margin-left:-300px; }
#gnavi li.gnavi4 img{ margin-top:-90px; margin-left:-450px; }
#gnavi li.gnavi5 img{ margin-top:-90px; margin-left:-600px; }
/* img ichi mouseover */
#gnavi li a:hover img{ margin-top:-230px; }


/* =====================================================

Common Parts : footer

===================================================== */


#footer-bg{
	clear:both;
	background:#79544B;
	color:#FFF;
}
#footer{
	padding:40px 0 30px;
	overflow:hidden;
}
#footer a,#footer a:link{ color:#FFFFFF; text-decoration:none; }
#footer a:visited{ color:#FFFFFF; text-decoration:none; }
#footer a:active,#footer a:hover{ text-decoration:underline; }

/* footer-address */
#footer-address{
	float:left;
	width:340px;
}
#footer-address p{
	font-size:1.4em;
	margin:0 0 15px;
}

/* footer-link */
#footer-link{
	float:left;
	width:500px;
	font-size:1.4em;
	line-height:1.7;
}
#footer-link ul{
	float:left;
	width:200px;
}
#footer-link li{
}
#footer-link li a{
	padding:0 0 0 25px;
	background:url(../images/mark-arrow01.png) no-repeat 0 50%;
}

/* copyright */
#copyright{
	clear:both;
	padding:20px 0 0;
	text-align:right;
	font-size:1.2em;
}


/* =====================================================

Index Parts : footer

===================================================== */


#index-footer{
	padding:0 0 30px 0;
	overflow:hidden;
}
#index-footer a,#index-footer a:link{ color:#FFFFFF; text-decoration:none; }
#index-footer a:visited{ color:#FFFFFF; text-decoration:none; }
#index-footer a:active,#index-footer a:hover{ text-decoration:underline; }

/* footer-address */
#index-footer-address{
	float:left;
	width:250px;
	padding-top:40px;
}
#index-footer-address p{
	font-size:1.4em;
	margin:0 0 15px;
}

/* footer-link */
#index-footer-link{
	float:left;
	width:700px;
	font-size:1.4em;
	line-height:1.7;
}
#index-footer-link ul{
	float:left;
}
#index-footer-link ul.index-footer-ul01{
	width:170px;
	padding-top:40px;
}
#index-footer-link ul.index-footer-ul02{
	width:240px;
	padding-top:40px;
}
#index-footer-link ul.index-footer-ul03{
	width:290px;
	padding-top:12px;
}
#index-footer-link li{
}
#index-footer-link li a{
	padding:0 0 0 25px;
	background:url(../images/mark-arrow01.png) no-repeat 0 50%;
}
#index-footer-link ul.index-footer-ul03 li a{
	padding:0;
	background:none;
}
#index-footer-link .btn3{
	opacity:1;
}
#index-footer-link a:hover .btn3{
	opacity:0.8;
}


/* =====================================================

Common Parts : contents

===================================================== */

#contents{
}

/* topicpath */
#topicpath{
	clear:both;
	padding:0 0 12px;
	font-size:1.2em;
}

/* gotop */
#gopagetop{
	clear:both;
	margin:40px 0 0;
	background:#E4DDDB;
	overflow:hidden;
}
#gopagetop a{
	display:block;
	float:right;
}

/* =====================================================

Common Parts : contents - main

===================================================== */

#contents #main{
	margin-bottom:20px;
	padding:0 0 40px 0;
	background:#FFF;
	border:solid 3px #E4DDDB;
}

/* base-style -------------------------------------- */
.base-style{
	margin:0 30px;
}
.base-style p{
	font-size:1.4em;
	line-height:1.7;
	margin:20px 0 0;
}

/* layout -------------------------------------- */
.layout-center{ text-align:center; }
.layout-right{ text-align:right; }

/* title -------------------------------------- */
#main h1{
	margin:20px -2px 10px;
	font-size:3.2em;
	color:#79544B;
}
.title02{
	height:40px;
	line-height:42px;
	margin:40px -5px 20px;
	padding:0 0 0 22px;
	background:url(../images/main-title02.gif) no-repeat;
	font-size:2em;
	color:#FFFFFF;
}
.title03{
	clear:both;
	margin:30px 0 20px;
	padding:11px 5px 9px 30px;
	background:#EDF5D1 url(../images/main-title03.gif) no-repeat 13px 14px;
	font-size:1.8em;
	line-height:1.2;
	color:#79544B;
}
.title04{
	clear:both;
	margin:25px 0 20px;
	padding:10px 7px 6px;
	border-top:solid 3px #79544B;
	border-bottom:solid 1px #79544B;
	font-size:1.6em;
	line-height:1.2;
	color:#79544B;
}
.title05{
	clear:both;
	margin:30px 0 15px;
	font-size:1.6em;
	line-height:1.2;
	color:#6B9D35;
}

/* text -------------------------------------- */
.text-red{ color:#D33; }
.text-bold{ font-weight:bold; }
.text-large{ font-size:1.2em; }

/* textlink -------------------------------- */
.textlink01{
	padding:3px 10px 3px 20px;
	background:url(../images/mark-arrow02.png) no-repeat 0 50%;
}
.textlink02{
	padding:3px 10px 3px 20px;
	background:url(../images/mark-arrow03.png) no-repeat 0 50%;
}

/* list-style01 -------------------------------------- */
.list-style01{
	margin:10px 10px 0 10px;
	font-size:1.4em;
	line-height:1.5;
}
.list-style01 li{
	list-style-type:disc;
	margin:0 0 0 20px;
	padding:5px 0;
}
.list-style01 li.list-style01-sub1{
	list-style-type:circle;
	margin:0 0 0 50px;
}
.list-style01 li.list-style01-sub2{
	list-style-type:disc;
	margin:0 0 0 80px;
}

/* list-num-style01 -------------------------------------- */
.list-num-style01{
	margin:10px 10px 0 10px;
	font-size:1.4em;
	line-height:1.5;
}
.list-num-style01 li{
	margin:0 0 0 25px;
	padding:5px 0;
}

/* table01 -------------------------------------- */
div.table-style01{
	margin:20px 0;
	text-align:center;
	font-size:1.4em;
	line-height:1.5;
	text-align:left;
}
.table-style01 table{
	margin:0 auto;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
.table-style01 th,
.table-style01 td{
	padding:12px 10px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:1em;
}
.table-style01 th{
	font-weight:bold;
}

/* table in table リセット */
.table-style01 table th table,
.table-style01 table td table{
	margin:0;
	border:none;
	font-size:1em;
}
.table-style01 table th table td,
.table-style01 table td table td{
	padding:0px;
	border:none;
}

/* img ----------------------------------- */
.img-style-left { float:left; padding:0 20px 5px 0;}
.img-style-right { float:right; padding:0 0 5px 20px;}

/* pagenavi -------------------------------------- */
.pagenavi01{
	margin:50px 0 0;
	overflow:hidden;
}
.pagenavi01 a{
	display:block;
	height:40px;
	line-height:42px;
	border-radius:4px;
	text-decoration:none;
	color:#FFF;
}
.pagenavi01 a:hover{ background-color:#A28881; }
.pagenavi01-back{ float:left; }
.pagenavi01-next{ float:right; }
.pagenavi01-back a{
	padding:0 15px 0 40px;
	background:#7A554B url(../images/mark-pageback.png) no-repeat left center;
}
.pagenavi01-next a{
	padding:0 40px 0 15px;
	background:#7A554B url(../images/mark-pagenext.png) no-repeat right center;
}


/* mail-form -------------------------------------- */
#mail-form{
	margin:20px 0;
	text-align:center;
	font-size:1.2em;
	line-height:1.5;
}
#mail-form table{
	width:630px;
	margin:0 auto;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	line-height:1.5;
	text-align:left;
}
#mail-form th,
#mail-form td{
	padding:10px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:1em;
	text-alitn:left;
}
#mail-form th{
	width:150px;
	background: #EEE;
	color:#666666;
	font-weight:bold;
}
#mail-form th span{
	padding:2px 5px 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background:#FF6600;
	font-size:0.75em;
	color:#FFF;
}
#mail-form td{
	background: #FFF;
}
#mail-form td span{
	font-size:0.84em;
	color:#999999;
}
#mail-form textarea{
	width:90%;
	height:200px;
	font-size:16px;
}
.mail-form-btn{
	margin:20px 0 0 0;
	text-align:center;
}
/* complete */
#mail-form-complete{
	margin:50px 0 0 0;
	height:150px;
	text-align:center;
}
/* error */
#mail-form-error{
	margin:20px 0 100px 0;
}
#mail-form-error ul{
	padding:10px;
	border:1px solid #FF0000;
	color:#FF0000;
	font-size:1.4em;
	line-height:1.5;
}
#mail-form-error li span{
	font-weight:bold;
}

.textfield-s { width:40%; }
.textfield-m { width:70%; }
.textfield-l { width:90%; }

/* =====================================================

Common Parts : contents - side

===================================================== */

#contents #side{
	padding:0 0 20px 0;
}
.side-bn{
	margin:0 0 10px 0;
}
#side-bnarea{
	margin:20px 0 0;
	padding:7px 0 0;
}
#side-bnarea p{
	padding:0 0 15px;
}
#side-bn-request a{
	display:block;
	height:80px;
	overflow:hidden;
}
#side-bn-request a:hover img{ margin-top:-80px; }

/* snavi ------------------------------------ */
#snavi{
	margin:0 0 10px 0;
}
#snavi dt,
p#snavi{
	display:table-cell;
	width:220px;
	height:213px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/snavi-title.gif) no-repeat;
	font-size:2.4em;
	line-height:1.2;
	overflow:hidden;
}
#snavi dt a,
p#snavi a{
	padding:50px 10px;
}
#snavi dt a,
p#snavi a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
#snavi dd{
}
#snavi dd ul{
	border-bottom:solid 3px #79544B;
}

/* 1段目 */
#snavi dd ul li{
	width:100%;
	border-top:dotted 1px #79544B;
	font-size:1.4em;
	line-height:0;
}
#snavi dd ul li.snavi-mntop{
	border-top:none;
}
#snavi dd ul li a{
	display:block;
	padding:16px 10px 13px 22px;
	background:url(../images/mark-arrow02.png) no-repeat 0 20px;
	text-decoration:none;
	line-height:1.5;
	color:#79544B;
	zoom:1;/* for IE7 */
}

/* 2段目 */
#snavi dd ul li.snavi-mnsub{
	width:100%;
	border-top:dotted 1px #AE9893;
	font-weight:normal;
}
#snavi dd ul li.snavi-mnsub a{
	display:block;
	padding:8px 20px 6px 34px;
	background:#EEE8E1 url(../images/mark-arrow05.png) no-repeat 22px 15px;
}
/* マウスオーバー */
#snavi dd ul li a:hover{ background:url(../images/mark-arrow04.png) no-repeat 0 20px; color:#92BB31; }
#snavi dd ul li.snavi-mnsub a:hover{ background:#E6EDCB url(../images/mark-arrow06.png) no-repeat 22px 15px; color:#92BB31; }


/* =====================================================

Index

===================================================== */

body.page-index{
	background:#FFF;
}

/* index-topimg --------------------- */
#index-topimg{
	clear:both;
	position:relative;
	width:100%;
	min-width:950px;
	height:780px;
	overflow:hidden;
}
#index-topimg-sitename{
	position:absolute;
	top:675px; right:30px; z-index:2;
}
/* index-topimg-news */
#index-topimg-news{
	position:absolute;
	top:200px; right:0; z-index:2;
	width:43%;
	height:300px;
	background:url(../images/index-topimg-news-bg.png);
}
#index-topimg-news-title{
	width:92%;
	margin:30px auto 10px;
	font-size:1.8em;
	font-family:'Century Gothic';
	color:#666;
}
#index-topimg-news-list{
	margin:0 auto 22px;
	width:92%;
	height:210px;
	overflow-y:scroll;
	font-size:1.2em;
	line-height:1.7;
	color:#000;
}
#index-topimg-news-list dl{
}
#index-topimg-news-list dt{
	margin:10px 0 0;
}
#index-topimg-news-list a{
	color:#000;
}
/* index-topimg-bg */
#index-topimg-bg{
	position:absolute;
	left:50%; bottom:0;
	width:100%;
	min-width:1600px;
}
#index-topimg-bg img{
	width:100%;
	height:auto;
	margin-left:-50%;
}

/* index-navi01 --------------------- */
#index-navi01{
	background:#F8F4EB url(../images/index-bg01.gif) no-repeat center bottom;
}
.index-navi01-navi{
	position:relative;
	float:left;
	width:336px;
	height:336px;
	background:url(../images/index-bg-circle.png) no-repeat;
	text-align:center;
	overflow:hidden;
}
.index-navi01-navi .index-navi-title{
	margin:43px 0 10px;
}
.index-navi01-navi .index-navi-txt{
	height:100px;
	margin:0 18px;
	font-size:1.4em;
	line-height:1.7;
}
#index-senior{ margin:43px 64px 37px 107px; }
#index-nursery{ margin:43px 107px 37px 0; }

#index-navi01-photo{
	clear:both;
	margin:0 0 0 -40px;
	overflow:hidden;
}
#index-navi01-photo li{
	float:left;
	margin:0 0 50px 40px;
}

/* index-navi02 --------------------- */
#index-navi02{
	height:650px;
	background:#FFF url(../images/index-bg02.jpg) no-repeat center top;
}
#index-navi02 .container{
	position:relative;
}
#index-navi02-img{
	position:absolute;
	top:66px; left:-84px; z-index:2;
}
#index-kangobu{
	position:absolute;
	top:210px; left:595px;
}
#index-kangobu .index-navi-title,
#index-education .index-navi-title{
	margin:0 0 20px;
}
#index-kangobu .index-navi-txt{
	width:345px;
	margin:0 0 12px;
	font-size:1.4em;
	line-height:1.7;
}
#index-education{
	position:absolute;
	top:460px; left:565px;
}

/* index-navi03 --------------------- */
#index-navi03{
	height:650px;
	background:#EEF2F5 url(../images/index-bg03.jpg) no-repeat center top;
}
#index-navi03 .container{
	position:relative;
}
#index-navi03-img01{
	overflow:hidden;
	position:absolute;
	top:200px; left:-37px;
	height:200px;
}
#index-navi03-img01 a:hover img{
	margin:-200px 0 0;
}
#index-recruit{
	position:absolute;
	top:95px; left:440px;
}
#index-recruit .index-navi-title{
	margin:0 0 15px -5px;
}
#index-recruit .index-navi-txt{
	margin:0 0 12px;
	font-size:1.4em;
	line-height:1.7;
}
#index-faq{
	position:absolute;
	top:283px; left:606px;
}
#index-faq .index-navi-title{
	margin:0 0 20px;
}

/* index-contents ------------------- */
#index-contents{
	clear:both;
	padding:65px 0 0;
	overflow:hidden;
}
#index-contents #main{ float:right;width:620px; }
#index-contents #side{ float:left;width:290px; }

/* index-fbnarea --------------------- */
#index-fbnarea{
}
#index-fbnarea p{
	margin:0 0 20px;
}
#index-fbnarea .btn3{
	background:#FFF;
}
#index-fbnarea a:hover .btn3{
	background:#F1EEED;
}

/* index-entry --------------------- */
#index-entry{
	position:relative;
	padding:25px;
	background:#FFF url(../images/index-entry-bg.png) no-repeat center top;
	overflow:hidden;
}
#index-entry-tel{
	float:left;
}
#index-entry-bn{
	float:right;
}
