@charset "utf-8";
/* CSS Document */

/**********************************************************
 * リセット
 * ベース部分
 * ヘッダー
 * フッター
 * 見出し・本文設定
 * メインエリア
 * テーブル
 * その他
/**********************************************************/



/**********************************************************/
/* リセット */
/**********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
	letter-spacing:1px;
}


table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

a {
	text-decoration: none;
}

a:link {
	color: #00c;
}

a:hover {
	color: #00C;
}

/**********************************************************/
/* ベース部分 */
/**********************************************************/

body {
	background: #EDE7DF url(../images/bg.jpg) repeat-x ;
/*    font-family: Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
*/    font-size: 15px;
    line-height: 1.6;
	color: #3F1F00;
    overflow-x: hidden;
}

/**********************************************************/
/* ヘッダー */
/**********************************************************/

#header {
	width:1080px;
	height:230px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background:url(../images/header/img.png) no-repeat top left;
}

#header_title {
	width:320px;
	height:96px;
	float:left;
	margin:14px 0 10px 379px;
}

h1 {
	width:320px;
	height:69px;
	margin-bottom:10px;
	background: url(../images/header/h1.png) no-repeat;
	overflow:hidden;
	text-indent:-10000em;
}

#header_title .adress {
	width:191px;
	height:13px;
	background:url(../images/header/adress.png) no-repeat;
	overflow:hidden;
	text-indent:-10000em;
	float:left;
	margin:4px 4px 4px 6px;
}

#header_title .access a {
	width:103px;
	height:18px;
	float:left;
	background:url(../images/header/access.png) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-10000em;
	margin:2px 4px 4px 10px;
}

#header_title .access a:hover {
	background:url(../images/header/access.png) no-repeat 1px 1px;
}

#header .contact {
	width:262px;
	height:49px;
	float:right;
	background: url(../images/header/contact.png) no-repeat;
	overflow:hidden;
	text-indent:-10000em;
	margin:22px 60px 4px 0;
}

#header .request a {
	width:292px;
	height:67px;
	background: url(../images/header/request.png) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-10000em;
	position:absolute;
	top:78px;
	left:759px;
}

#header .request a:hover {
	background: url(../images/header/request.png) no-repeat 1px 1px;
}

/* グローバルナビゲーション */

#navi {
	width:960px;
	margin:0 60px;
	clear:both;
}

#navi ul {
	float:left;
}

#navi ul li {
	float:left;
}

#navi ul li a {
	width:153px;
	height:72px;
	background: url(../images/header/navi.png);
	display:block;
	overflow:hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#navi ul li.home a {
	width:195px;
	height:50px;
	background-position: 0 0;
}
#navi ul li.home a:hover {
	background-position: 0 -115px;
}
#navi ul li.short a {
	width:195px;
	height:50px;
	background-position: -195px 0;
}
#navi ul li.short a:hover {
	background-position: -195px -115px;
}
#navi ul li.day a {
	width:195px;
	height:50px;
	background-position: -390px 0;
}
#navi ul li.day a:hover {
	background-position: -390px -115px;
}
#navi ul li.vacant a {
	width:104px;
	height:50px;
	background-position: -585px 0;
}
#navi ul li.vacant a:hover {
		background-position: -585px -115px;
}

#navi ul li.about a {
	width:192px;
	height:60px;
	background-position: 0 -50px;
}
#navi ul li.about a:hover {
	background-position: -0 -165px;
}	
#navi ul li.guide a {
	width:192px;
	height:60px;
	background-position: -192px -50px;
}
#navi ul li.guide a:hover {
	background-position: -192px -165px;
}
#navi ul li.support a {
	width:192px;
	height:60px;
	background-position: -384px -50px;
}
#navi ul li.support a:hover {
	background-position: -384px -165px;
}	
#navi ul li.question a {
	width:192px;
	height:60px;
	background-position: -576px -50px;
}
#navi ul li.question a:hover {
	background-position: -576px -165px;
}
#navi ul li.diary a {
	width:192px;
	height:60px;
	background-position: -768px -50px;
}
#navi ul li.diary a:hover {
	background-position: -768px -165px;
}	
	

/**********************************************************/
/* フッター */
/**********************************************************/

#footerbg {
	background: url(../images/footer/bg.png) no-repeat center;
	width:100%;
	margin:0 auto;
}

#footer {
	width:960px;
	height:315px;
	margin:0 auto;
}

#footer_title {
	width:296px;
	height:100px;
	float:left;
	border-right:solid 3px #D7DCBA;
	padding-right:25px;
	margin-top:90px;
	margin-left:30px;
}

#footer_logo {
	width:295px;
	height:70px;
	background: url(../images/footer/logo.png) no-repeat;
	overflow:hidden;
	text-indent:-10000em;
	margin-bottom:5px;
}

#footer_access a {
	width:295px;
	height:24px;
	float:left;
	background: url(../images/footer/access.png) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-10000em;
}

#footer_access a:hover {
	background: url(../images/footer/access.png) no-repeat 1px 1px;
}

#footer_contact {
	width:556px;
	height:100px;
	float:right;
	margin-top:90px;
	margin-right:26px;
}

#contact_title {
	width:555px;
	height:24px;
	background: url(../images/footer/contact_title.png) no-repeat;
	overflow:hidden;
	text-indent:-10000em;
	margin-bottom:20px;
}

#footer #tel {
	width:302px;
	height:48px;
	background: url(../images/footer/tel.png) no-repeat;
	float:left;
	overflow:hidden;
	text-indent:-10000em;
}

#footer #fax {
	width:218px;
	height:18px;
	background: url(../images/footer/fax.png) no-repeat;
	float:right;
	overflow:hidden;
	text-indent:-10000em;
	margin-bottom:5px;
	margin-right:10px;
}

#footer #web a {
	width:231px;
	height:35px;
	background: url(../images/footer/web.png) no-repeat;
	float:right;
	overflow:hidden;
	text-indent:-10000em;
}

#footer #web a:hover {
	background: url(../images/footer/web.png) no-repeat 1px 1px;
}

#footer ul {
	clear:both;
	margin-top:30px;
	margin-left:223px;
}

#footer ul li {
	float:left;
	font-size:13px;
	list-style-type:none;
	background:url(../images/list_green.png) no-repeat 0 2px;
	padding-left:25px;
	padding-right:15px;
}

#footer ul li a {
	text-decoration:underline;
	color:#3F1F00;
}

#footer ul li a:hover {
	color: #698C00;
}

#footer .copy {
	display:none;
}

/**********************************************************/
/* 見出し・本文・リスト設定 */
/**********************************************************/

h2 {
	width:1080px;
	margin-left:auto;
	margin-right:auto;	
	clear: both;
}

h3 {
	margin:30px 0;
	clear: both;
}

h4 {
	padding-left:20px;
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
}

p {
	margin-bottom:10px;
	font-size:15px;
	line-height:1.6;
	letter-spacing:1px;
}

hr {
	clear:both;
	border:none;
    border-top:dashed 2px #CCC;
    height:2px;
    margin: 20px 0 30px 0;
}

.bold {
	font-weight:bold;
}

.red {
	color: #F00;
}

.clear {
	clear:both;
}

.hidden {
	display:none;
}

.hide{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

ul.article {
	margin-left:20px;
}

ul.article li {
	background: url(../images/list_green.png) no-repeat 0 2px;
	padding-left:35px;
	padding-bottom:10px;
}

/**********************************************************/
/*  メインエリア */
/**********************************************************/

#main {
	margin: 0 auto;
    margin-bottom: 30px;
    width: 960px;
}

/* パンくずリスト */

#breadcrumb {
	font-size:13px;
	margin-bottom:50px;
}

#breadcrumb li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    padding-left: 5px;
}
#breadcrumb li a {
    background: url(../images/breadcrumb.png) no-repeat scroll right center transparent;
    padding-right: 14px;
    margin-right: -6px;
	text-decoration:underline;
	color:#3F1F00;
}

#breadcrumb li a:hover {
	color: #698C00;
}

/*  メインエリア ボックスレイアウト */

.box_left {
	width:235px;
    float: left;
    margin: 0 0 30px 0;
}
.box_right {
	width:705px;
    float: right;
    margin: 0 0 30px 20px;
}

.box_left2 {
	width:580px;
    float: left;
    margin: 0 0 30px 40px;
}
.box_right2 {
	width:226px;
    float: right;
    margin: 0 40px 30px 30px;
}

.box_right2 a {
	background:url(../images/h3_contact/vacant.png) no-repeat;
	width:226px;
	height:126px;
	display:block;
	text-indent:-10000em;
	overflow:hidden;
}

.box_right2 a:hover {
	background:url(../images/h3_contact/vacant.png) no-repeat 1px 1px;
}

.box_center {
    display: block;
    margin: 20px auto;
    width: 760px;
}
.box_center:after {
    clear: both;
    content: "";
    display: block;
}

/* box要素の中の要素の位置 */

.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}

/* 「ご利用・介護のご相談・お問合せ」 */

.h3_contact {
	background: url(../images/h3_contact/title.png) no-repeat;
	width:960px;
	height:40px;
	text-indent:-10000em;
	overflow:hidden;
}

.h3_contact_txt {
	width:380px;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}

.h3_contact_tel {
	background:url(../images/h3_contact/tel.png) no-repeat;
	width:302px;
	height:48px;
	float:left;
	text-indent:-10000em;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:30px;
	margin-left:15px;
}

.h3_contact_fax {
	width:218px;
	height:18px;
	background: url(../images/footer/fax.png) no-repeat;
	float:left;
	overflow:hidden;
	text-indent:-10000em;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:20px;
}

.h3_contact_web a {
	width:231px;
	height:35px;
	background: url(../images/footer/web.png) no-repeat;
	float:left;
	overflow:hidden;
	text-indent:-10000em;
	margin-bottom:30px;
	margin-left:20px;

}

.h3_contact_web a:hover {
	background: url(../images/footer/web.png) no-repeat 1px 1px;
}

/* ページ下部バナー */

ul.banner li a {
	float:left;
	width:226px;
	height:81px;
	display:block;
	text-indent:-10000em;
	overflow:hidden;
	margin-right:18px;
}

ul.banner li.visit a {
	background:url(../images/banner/visit.png) no-repeat;
}
ul.banner li.visit a:hover {
	background:url(../images/banner/visit.png) no-repeat 1px 1px;
}
ul.banner li.pickup a {
	background: url(../images/banner/pickup.png) no-repeat;
}
ul.banner li.pickup a:hover {
	background: url(../images/banner/pickup.png) no-repeat 1px 1px;
}
ul.banner li.volunteer a {
	background: url(../images/banner/volunteer.png) no-repeat;
}
ul.banner li.volunteer a:hover {
	background: url(../images/banner/volunteer.png) no-repeat 1px 1px;
}
ul.banner li.diary a {
	background: url(../images/banner/diary.png) no-repeat;
	margin-right:0;
	height:90px;
}
ul.banner li.diary a:hover {
	background: url(../images/banner/diary.png) no-repeat 1px 1px;
}
ul.banner li.recruit a {
	background: url(../images/banner/recruit.jpg) no-repeat;
	margin-right:0;
	height:90px;
}
ul.banner li.recruit a:hover {
	background: url(../images/banner/recruit.jpg) no-repeat 1px 1px;
}

/**********************************************************/
/* テーブル */
/**********************************************************/

table {
	width:100%;
    border-collapse: collapse;
    border-left: 1px solid #bbb;
    border-spacing: 0;
    border-top: 1px solid #bbb;
    margin: 10px 0 20px 0;
}
th {
	background:#E5DBD1;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    line-height: 1.2;
	letter-spacing:1px;
    padding: 10px;
    text-align: left;
	font-weight:bold;
    vertical-align: top;
}

td {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding: 10px 40px 10px 20px;
    vertical-align: middle;
	letter-spacing:1px;
	text-align:left;
}

tr .td2 {
	padding: 10px 10px 10px 20px;
}

td .right {
	text-align:right;
}
	
/* レイアウト用のテーブル */

table.rayout {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 20px;
}
table.rayout th {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 5px;
    text-align: left;
    vertical-align: top;
}
table.rayout td {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 5px;
}


/**********************************************************/
/* その他 */
/**********************************************************/