﻿/* コンテンツ領域 */
#content-box {
	width : 960px;
	height : 100%;
	border: 0px solid #FF9900;
	margin: 0 auto; 
	position: relative;
}

#left_shadow {
	width : 30px;
	height: 456px;
	position: absolute;
	top:0px;
	left:-30px;
	background-repeat:repeat-y;
	background-image:url(img/left_shadow.gif);
}

#right_shadow {
	width : 30px;
	height: 456px;
	position: absolute;
	top:0px;
	left:960px;
	background-repeat:no-repeat;
	background-image:url(img/right_shadow.gif);
}


#left_shadow_bottom {
	width : 30px;
	height: 2250px;
	position: absolute;
	top:456px;
	left:-30px;
	background-repeat:repeat-y;
	background-image:url(img/left_shadow_bottom.gif);
}

#right_shadow_bottom {
	width : 30px;
	height: 2250px;
	position: absolute;
	top:456px;
	left:960px;
	background-repeat:repeat-y;
	background-image:url(img/right_shadow_bottom.gif);
}


/* トップページ写真 */
#top-box {
	width : 960px;
	height : 304px;
	border-bottom: 0px solid #FF9900;
	background-image: url('img/annai.jpg');
	position: relative;
}


#home_background {
	clear: both;
	float: left;
	width: 960px;
	height: 2200px;
	position:relative; 
	background-color: #ffffff;
	background-image: url('img/back-2.jpg');
	background-repeat:repeat-y;
}

/* 居宅介護支援事業所のご案内ボックス */
#kyotaku-box {
	float: right;
	width: 750px;
	position:relative;
	top:10px;
	left:-10px;
}


#kyotaku-header {
	float: left;
	width: 740px;
	height: 53px;
	position: relative;
	background-image: url('img/kyotaku_header.jpg');
	top:0px;
	left:0px;
	border-right:1px solid #0759a1;
	border-left:1px solid #0759a1;
	border-bottom:1px solid #0759a1;
}


/* 居宅介護支援事業所のご案内 */

.table_title {
	font-weight:bolder;
	font-size:125%;
	color:#6c4c3c;
}

.table_text {
	font-weight:bold;
	font-size:150%;
	color:#0070C0;
}

.table_text1 {
	font-weight:normal;
	font-size:135%;
	color:red;
}
.table_text2 {
	font-weight:normal;
	font-size:125%;
	color:#6c4c3c;
}
.table_text3 {
	font-weight:bold;
	font-size:150%;
	color:#0070C0;
}
.table_text4 {
	font-weight:bold;
	font-size:125%;
	color:#00B050;
}
.table_text5 {
	font-weight:bold;
	font-size:100%;
	color:#0070C0;
}


/* 居宅介護支援事業所のご案内1テキスト */
#kyotaku_text_box {
	text-align: left;
	float: left;
	position: relative;
	top:20px;
	left:10px;
	color:#6c4c3c;
	width:710px;
	line-height:190%;

}

#kyotaku_text_1_box {
	text-align: left;
	float: left;
	position: relative;
	top:0px;
	left:10px;
	color:#6c4c3c;
	width:710px;
	line-height:190%;

}


#kyotaku_pic{
	text-align: left;
	float: left;
	position: relative;
	top:10px;
	left:0px;
}

#kyotaku_text_2_box {
	text-align: left;
	float: left;
	position: relative;
	top:30px;
	left:10px;
	color:#6c4c3c;
	width:710px;
	line-height:190%;

}


#kyotaku_text_7_box {
	text-align: left;
	float: left;
	position: relative;
	top:70px;
	left:10px;
	color:#0070C0;
	width:710px;
	line-height:190%;

}