@charset "utf-8";

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

index.css

======================================================================

	01.greet
	02.sizai
	03.top_box
	04.top_bnr

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

/*  wrapper
-------------------------------------------------*/
#wrapper {
	background: url(../img/main.jpg) no-repeat 100% 100px;
}

/*  header
-------------------------------------------------*/
#header {
	background: url(../img/bg_header.gif) no-repeat 0 0;
}


/*--------------------------------------------------------------------
    01.info
--------------------------------------------------------------------*/
#info {
	margin-bottom: 12px;
	background: url(../img/bg_info.gif) no-repeat 0 100%;
	width: 368px;
	height: 195px;
}
#info p {
	padding: 3px 25px 8px 30px;
	color: #715e44;
	line-height: 1.5;
}
#info a img {
	margin-left: 30px;
}

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

/*--------------------------------------------------------------------
    02.top_box
--------------------------------------------------------------------*/
.top_box {
	display: block;
	float: left;
	margin-right: 10px;
	padding-bottom: 37px;
	width: 275px;
}
.top_box div {
	display: block;
	background: url(../img/bg_top_box.gif) repeat-y;
}

.top_box p {
	padding: 12px 25px 8px 30px;
}

.top_box a img {
	margin-left: 30px;
	padding-bottom: 8px;
}

/*  kaigo
-------------------------------------------------*/
.kaigo { background: url(../img/top_box_kaigo_foot.gif) no-repeat 5px 100%;}
.kaigo div { background-position: 5px 0;}

/*  reform
-------------------------------------------------*/
.reform { background: url(../img/top_box_reform_foot.gif) no-repeat 7px 100%;}
.reform div { background-position: 7px 0;}


/*--------------------------------------------------------------------
    03.top_bnr
--------------------------------------------------------------------*/
#top_bnr {
	float: right;
	padding-top: 286px;
	padding-right: 2px;
	width: 336px;
}

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





