/* --HTML-- */
html {
background:#fff;
color:#333;
}

/* --BODY-- */
body {
font:12px/1.5 'Lucida Grande', Helvetica;
margin:0 auto;
padding:0;
overflow: auto;
}

	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	margin: 0 auto;
	}
	
	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	text-align: center;
	}

	/* for IE6 */
	* html #wrapper {
	text-align: left;
	}

/* --OTHER TAGS-- */
a img, img { 
border:0;
vertical-align:bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%; 
	}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

ol, ul {
list-style:none;
}

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

/* form */
button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
}

/* tables still need 'cellspacing="0"' */
table {
border-collapse:collapse;
border-spacing:0;
font-size:100%;
}

body
	{
	margin: 0px auto;
	text-align: center;
	background-color: #F4EFE5;
	overflow: auto;
	font-size: 12px;
	color: #333333;
	}

	*html body
	{
	margin: 0px auto;
	text-align: center;
	background-color: #F4EFE5;
	overflow: auto;
	font-size: 12px;
	color: #333333;
	}

	*+html body
	{
	margin: 0px auto;
	text-align: center;
	background-color: #F4EFE5;
	overflow: auto;
	font-size: 12px;
	color: #333333;
	}

.clear
	{
	clear: both;
	}

#wrapper
	{
	width: 920px;
	margin: 0px auto;
	text-align: left;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	}

#header
	{
	width: 920px;
	margin: 0px;
	padding-top: 10px;
	}

.logo
	{
	margin: 0px 0px 0px 20px;
	float: left;
	}


#header table
{

height: 60px;
float: right;
}

#header table td
{
vertical-align: bottom;
}

.tdtd1
{
padding-right: 13px;
}

.tdtd2
{
padding-right: 21px;
}


.tdtd3
{
padding-right: 22px;
}





/*
#header ul
	{
	float: right;
height: 60px;
margin-top: 10px;
border: 1px solid red;
	}

#header ul li
	{
	display: inline;
	}

.header_ul_li1
	{
	margin: 0px 10px 0px 0px;
	display: inline;
	}

.header_ul_li2
	{
	margin: 0px 18px 0px 0px;
	display: inline;
	}

	*html .header_ul_li2
	{
	margin: 0px 16px 0px 0px;
	display: inline;
	}


	*+html .header_ul_li2
	{
	margin: 0px 16px 0px 0px;
	display: inline;
	}


.header_ul_li3
	{
	margin: 0px 22px 0px 0px;
	display: inline;
	}

	*html .header_ul_li3
	{
	margin: 0px 18px 0px 0px;
	display: inline;
	}

	*+html .header_ul_li3
	{
	margin: 0px 18px 0px 0px;
	display: inline;
	}
*/
.flash
	{
	margin-top: 0px;
	}

#cont
	{
	width: 920px;
	margin-top: 10px;
	text-align: left;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	background-color: #ffffff;
	}

#left
	{
	width: 180px;
	padding: 10px 0px;
	float: left;
	}


#left table
	{
	width: 180px;
	height: 60px;
	margin: 0px;
	font-weight: bold;
        vertical-align: middle;
	background-image: url(pagedesign/menu.jpg);
	background-repeat: no-repaet;
        }




#left a:link { color: #497DA0; text-decoration: none; }
#left a:visited { color: #497DA0; text-decoration: none; }
#left a:hover { color: #243E4F; text-decoration: none; }
#left a:active { color: #497DA0; text-decoration: none; }

#left table td
	{
        vertical-align: middle;
text-align: left;

padding-left: 36px;
	/*padding-left: 40px;*/
	}

#content
	{
	width: 538px;
	padding: 10px;
	float: left;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	}

	*html #content
	{
	width: 558px;
	padding: 10px;
	float: left;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	}

	*+html #content
	{
	width: 538px;
	padding: 10px;
	float: left;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	}

.index_new
	{
	width: 540px;
	height: 100px;
overflow: auto;
	}

.index_new a
{
color: #663333;
}

.index_new dl
	{
	margin: 5px 0px 0px 0px;
	padding: 0px 20px;
	}

.index_new dl dt
	{
	display: inline;
	}

.index_new dl dd
	{
	width: 400px;
	display: inline;
	}

.index_1
	{
	width: 540px;
	height: 190px;
	margin: 10px 0px 0px 0px;
	background-image: url(pagedesign/index1.jpg);
	background-repeat: no-repeat;
	}

.index_1 p
	{
	margin: 0px 0px 0px 100px;
	padding-top: 70px;
	line-height: 1.3;
	}

.index_1 img
	{
	margin: 26px 0px 0px 430px;
	}

.index_2
	{
	width: 540px;
	height: 210px;
	margin: 10px 0px 0px 0px;
	background-image: url(pagedesign/index2.jpg);
	}

.index2_1
	{
	margin: 96px 0px 0px 350px;
	}

.index2_2
	{
	margin: 26px 0px 0px 80px;
	}

#right
	{
	width: 180px;
	padding: 10px 0px;
	float: right;
	}

	*html #right
	{
	width: 170px;
	padding: 10px 0px;
	float: right;
	}

	*+html #right
	{
	width: 180px;
	padding: 10px 0px;
	float: right;
	}

#right img
	{
	margin: 0px 0px 13px 10px;
	}

	*html #right img
	{
	margin: 0px 0px 13px 0px;
	}

	*+html #right img
	{
	margin: 0px 0px 13px 10px;
	}

#footer
	{
	width: 920px;
	height: 80px;
	margin: 0px auto;
	padding-top: 20px;
	color: #999999;
	text-align: center;
	background-color: #f5f5f5;
	font-size: 0.9em;
	}

	*html #footer
	{
	width: 920px;
	height: 100px;
	margin: 0px auto;
	padding-top: 20px;
	text-align: center;
	background-color: #f5f5f5;
	font-size: 0.9em;
	}

	*+html #footer
	{
	width: 920px;
	height: 80px;
	margin: 0px auto;
	padding-top: 20px;
	text-align: center;
	background-color: #f5f5f5;
	font-size: 0.9em;
	}

#footer a:link { color: #999999; text-decoration: none; }
#footer a:visited { color: #999999; text-decoration: none; }
#footer a:hover { color: #999999; text-decoration: underline; }
#footer a:active { color: #999999; text-decoration: none; }

#footer h3
	{
	display: inline;
	}

#footer p
	{
	display: inline;
	}



/*エアサイクルの家*/
.apage_title
	{
	width: 540px;
	height: 45px;
	background-image: url(pagedesign/apage_title1.jpg);
	backgrouns-repeat: no-repeat;
	}

.apage_title th
	{
	padding: 15px 0px 0px 60px;
	color: #ffffff;
	text-align: left;
	vertical-align: center;
	font-weight: bold;
	}

.page1_table1
	{
	width: 520px;
	background-color: #F7F7ED;
	margin: 20px 0px 0px 10px;
	border: 1px solid #cccccc;
	}

.page1_table2
	{
	margin: 10px 0px 0px 20px;
	}

.page1_table2 th
	{
	width: 493px;
	height: 49px;
	font-weight: bold;
	color: #8E433F;
	text-align: center;
	background-image: url(pagedesign/page1_title2.jpg);
	background-repeat: no-repeat;
	}

.page1_table1_td1
	{
	width: 280px;
	padding: 10px 20px;
	vertical-align: top;
	line-height: 1.6;
border-right: 1px solid #cccccc;
	}

.page1_table1_td2
	{
	padding: 10px;
	vertical-align: top;
	}

.page1_table3
	{
	margin: 20px 0px 20px 10px;
	}

.page1_table3 th
	{
	width: 520px;
	height: 98px;
	font-weight: bold;
	color: #8D433F;
	text-align: center;
	background-image: url(pagedesign/page1_title3.jpg);
	background-repeat: no-repeat;
	}

.page1_table3_td
	{
	width: 520px;
	padding: 0px 0px 10px 0px;
	vertical-align: top;
	background-image: url(pagedesign/page1_back.jpg);
	background-repeat: repeat-y;
	}

.page1_table3 th p
	{
	margin: 30px 0px 0px 0px;
	}

.page1_table4
	{
	width: 450px;
	margin: 10px 0px 0px 40px;
	}

.page1_table4 td
	{
	line-height: 1.6;
	}

.page1_table5
	{
	width: 380px;
	margin: 20px 0px 0px 80px;
	}

.page1_table5 td
	{
	vertical-align: top;
	text-align: left;
	}

.page1_table6
	{
	margin: 0px 0px 0px 30px;
	}

.page1_table6 th
	{
	width: 200px;
	height: 60px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	color: #ffffff;
	font-weight: bold;
	background-image: url(pagedesign/page1_main4.jpg);
	abckground-repeat: no-repeat
	}

.page1_table6_td1
	{
	padding: 0px 0px 0px 2px;
	text-align: center;
	color: #597D31;
	}

.page1_table6_td2
	{
	padding: 0px 10px;
	line-height: 1.6;
	font-size: 80%;
	}

.page1_table7
	{
	width: 520px;
	margin: 10px 0px 20px 10px;
	background-color: #F7F7ED;
	border: 1px solid #cccccc;
	}

.page1_table7 td
	{
	vertical-align: top;
	}

.page1_table8
	{
	width: 470px;
	height: 21px;
	margin: 20px 0px 10px 25px;
	border-bottom: 1px solid #cccccc;
	background-image: url(pagedesign/page1_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px -3px;
	}

.page1_table8 td
	{
	padding: 0px 0px 3px 26px;
	color: #663333;
	font-weight: bold;
	}

.page1_table9
	{
	width: 230px;
	margin: 10px 0px 20px 22px;
	background-color: #EFEFDA;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

.page1_table9 th
	{
	width: 230px;
	padding: 10px;
	vetical-align: top;
	text-align: center;
	}

.page1_table9 td
	{
	width: 230px;
	padding: 0px 0px 10px 0px;
	line-height: 1.2;
	color: #663300;
	text-align: center;
	vertical-align: top;
	}

.page1_table10
	{
	width: 230px;
	margin: 10px 10px 20px 0px;
	background-color: #EFEFDA;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

.page1_table10 th
	{
	width: 230px;
	padding: 10px;
	vetical-align: top;
	text-align: center;
	}

.page1_table10 td
	{
	width: 230px;
	padding: 0px 0px 10px 0px;
	line-height: 1.2;
	text-align: center;
	color: #663300;
	vertical-align: top;
	}

.page1_table11
	{
	width: 520px;
	margin: 0px 0px 20px 10px;
	}

.page1_table11 td
	{
	text-align: center;
	}

.page1_table11 th
	{
	text-align: right;
	font-size: 90%;
	color: #663333;
	}

/*page2 重量木骨（ＳＥ）の家*/
.page2_table2
	{
	margin: 10px 0px 0px 20px;
	}

.page2_table2 th
	{
	width: 493px;
	height: 49px;
	font-weight: bold;
	color: #8E433F;
	text-align: center;
	background-image: url(pagedesign/page2_title2.jpg);
	background-repeat: no-repeat;
	}

.page2_table3
	{
	margin: 20px 0px 20px 10px;
	}

.page2_table3 th
	{
	width: 520px;
	height: 98px;
	font-weight: bold;
	color: #8D433F;
	text-align: center;
	background-image: url(pagedesign/page2_title3.jpg);
	background-repeat: no-repeat;
	}

.page2_table3 th p
	{
	margin: 30px 0px 0px 0px;
	}

.page2_table3_td
	{
	width: 520px;
	padding: 0px 10px 10px 0px;
	vertical-align: top;
	background-image: url(pagedesign/page1_back.jpg);
	background-repeat: repeat-y;
	}

.page1_table4_td1
	{
	width: 320px;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	}

.page2_table5
	{
	width: 440px;
	margin: 20px 0px 0px 40px;
	}

.page2_table5 td
	{
	padding: 10px 0px 0px 0px;
	line-height: 1.5;
	}

.page2_table6
	{
	width: 440px;
	margin: 20px 0px 0px 40px;
	}

.page2_table6 th
	{
	width: 200px;
	padding: 10px 0px 10px 30px;
	text-align: left;
	line-height: 1.5;
	background-color: #BCD9E4;
	border: 1px solid #cccccc;
	}

.page2_table6
	{
	text-align: center;
	}

.page2_table6_td1
	{
	width: 220px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	tex-align: left;
	line-height: 1.5;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	}

.page2_table7
	{
	width: 440px;
	margin: 20px 0px 0px 40px;
	}

.page2_table7 th
	{
	width: 200px;
	padding: 10px 0px 10px 30px;
	text-align: left;
	line-height: 1.5;
	background-color: #BCD9E4;
	border: 1px solid #cccccc;
	}

.page2_table7_td1
	{
	width: 126px;
	line-height: 1.5;
	padding: 10px;
	text-align: center;
	background-color: #E2EFF3;
	border: 1px solid #cccccc;
	}

.page2_table7_td2
	{
	width: 126px;
	line-height: 1.5;
	text-align: center;
	vertical-align: center;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	}

.page2_table7_td3
	{
	line-height: 1.2;
	vertical-align: center;
	text-align: left;
	padding: 5px 10px 20px 10px;
	}

.page1_table4_td5
	{
	padding: 0px 20px;
	}

/*page3 県産木材の家*/
.page3_table1
	{
	width: 520px;
	background-color: #F7F7ED;
	margin: 20px 0px 0px 10px;
	border: 1px solid #cccccc;
	}

.page3_table2
	{
	margin: 10px 0px 0px 20px;
	}

.page3_table2 th
	{
	width: 493px;
	height: 49px;
	font-weight: bold;
	color: #8E433F;
	text-align: center;
	background-image: url(pagedesign/page3_title2.jpg);
	background-repeat: no-repeat;
	}

.page3_table1_td1
	{
	width: 280px;
	padding: 10px 20px;
	vertical-align: top;
	line-height: 1.6;
	}

.page3_table1_td2
	{
	padding: 10px;
	vertical-align: top;
	}

.page3_table3
	{
	margin: 20px 0px 20px 10px;
	}

.page3_table3 th
	{
	width: 520px;
	height: 98px;
	font-weight: bold;
	color: #8D433F;
	text-align: center;
	background-image: url(pagedesign/page3_title3.jpg);
	background-repeat: no-repeat;
	}

.page3_table3 th p
	{
	margin: 30px 0px 0px 0px;
	}

.page3_table3_td
	{
	width: 520px;
	padding: 0px 10px 10px 0px;
	vertical-align: top;
	background-image: url(pagedesign/page1_back.jpg);
	background-repeat: repeat-y;
	}

.page3_table5
	{
	width: 460px;
	margin: 20px 0px 0px -10px;
	background-color: #ffffff;

	}

.page3_table5_td1
	{
	padding: 20px 0px 10px 0px;
	text-align: center;
	vertical-align: center;
	line-height: 1.5;
	}

.page3_table5_td2
	{
	width: 46px;
	height: 28px;
	padding:  8px 10px 0px 10px;
	vertical-align: top;
	text-align: right;
	background-image: url(pagedesign/page3_table_back.jpg);
	background-repeat: no-repeat;
	background-position: 32px 5px;
	}

.page3_table5_td3
	{
	padding: 6px 0px 0px 30px;
	}


.page3_table6
	{
	width: 500px;
	margin: 0px 0px 0px 0px;
	}

.page3_table6 td
	{
	vertical-align: top;
	}

.page3_table7
	{
	width: 160px;
	height: 190px;
	margin: 0px 0px 10px 5px;
	background-color: #ffffff;
	}

.page3_table7_td1
	{
	padding: 10px 0px;
	text-align: center;
	height: 40px;
	}

	*html .page3_table7_td1
	{
	padding: 10px 0px;
	text-align: center;
	height: 20px;
	}

	*+html .page3_table7_td1
	{
	padding: 10px 0px;
	text-align: center;
	height: 20px;
	}

	html>/**/body .page3_table7_td1{
	padding/*\**/: 10px 0px\9;
	text-align/*\**/: center\9;
	height/*\**/: 20px\9;
	}

.page3_table7_td1 p
	{
	width: 100px;
	margin: 0px auto;
	font-weight: bold;
	text-align: center;
	color: #8C433F;
	border-bottom: 1px solid #cccccc;
	}

.page3_table7_td2
	{
	padding: 0px 10px 20px 10px;
	line-height: 1.2;
	}

.page3_table11
	{
	width: 520px;
	margin: 10px 0px 20px 10px;
	background-color: #fef9f7;
	border: 1px solid #cccccc;
	}

.page3_table11 td
	{
	vertical-align: top;
	}

.page3_table8
	{
	width: 470px;
	height: 21px;
	margin: 20px 0px 10px 25px;
	border-bottom: 1px solid #cccccc;
	background-image: url(pagedesign/page1_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px -3px;
	}

.page3_table8 td
	{
	padding: 0px 0px 3px 26px;
	color: #663333;
	font-weight: bold;
	}

.page3_table9
	{
	width: 230px;
	margin: 10px 0px 20px 22px;
	background-color: #FAEEE7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

.page3_table9 th
	{
	width: 230px;
	padding: 10px;
	vetical-align: top;
	text-align: center;
	}

.page3_table9 td
	{
	width: 230px;
	padding: 0px 0px 10px 0px;
	line-height: 1.2;
	color: #663300;
	text-align: center;
	vertical-align: top;
	}

.page3_table10
	{
	width: 230px;
	margin: 10px 10px 20px 0px;
	background-color: #FAEEE7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

.page3_table10 th
	{
	width: 230px;
	padding: 10px;
	vetical-align: top;
	text-align: center;
	}

.page3_table10 td
	{
	width: 230px;
	padding: 0px 0px 10px 0px;
	line-height: 1.2;
	color: #663300;

	text-align: center;
	vertical-align: top;
	}

/*page4 住宅安心ネット*/
.page4_table5
	{
	width: 520px;
	background-color: #FBFAF8;
	margin: 20px 0px 0px 10px;
	border: 1px solid #cccccc;
	}

.page4_table6
	{
	margin: 10px 0px 0px 18px;
}

.page4_table6 th
	{
	width: 493px;
	height: 49px;
	font-weight: bold;
	color: #375C86;
	text-align: center;
	background-image: url(pagedesign/page4_title2.jpg);
	background-repeat: no-repeat;
	}

.page4_table6_td1
	{
	padding: 10px 35px;
	vertical-align: top;
	line-height: 1.6;
border-right: 1px solid #cccccc;
	}

.page4_table6_td2
	{
	padding: 10px 30px;
border-right: 1px solid #cccccc;
	}

.page4_table1
	{
	width: 500px;
	margin: 20px 0px 0px 20px;
	background-color: #FBFAF8;
	border: 1px solid #cccccc;
	}

.page4_table2
	{
	width 460px;
	height: 60px;
	margin: 10px 0px 10px 10px;
	}

.page4_table2 th
	{
	width: 300px;
	height: 22px;
	padding: 0px 20px;
	line-height: 1.5;
	
	background-color: #D8EBFC;
	border: 1px solid #76A3D1;
	}

.page4_table2 th p
	{
	height: 22px;
	margin-left: 20px;
	padding: 5px 0px 0px 5px;
	font-weight: bold;
	color: #315277;
	display: inline;
	}

	*html .page4_table2 th p
	{
	height: 22px;
	margin-left: 20px;
	padding: 5px 0px 0px 5px;
	font-weight: bold;
	color: #315277;
	display: inline;
	}

	*+html .page4_table2 th p
	{
	vertical-align: -5px;
	}

.page4_table2_td1
	{
	padding: 0px 10px 0px 10px;
	}


.page4_table2_td2
	{
	width: 300px;
	height: 60px;
	padding: 0px 20px;
	vertical-align: center;
	line-height: 1.2;
	border: 1px solid #76A3D1;
	}
	

.page4_table7
	{
	margin: 20px 0px 20px 10px;
	}

.page4_table7 th
	{
	width: 520px;
	height: 98px;
	font-weight: bold;
	color: #315277;
	text-align: center;
	background-image: url(pagedesign/page4_title3.jpg);
	background-repeat: no-repeat;
	}

.page4_table7 th p
	{
	margin: 30px 0px 0px 0px;
	}

.page4_table7_td
	{
	width: 520px;
	padding: 0px 10px 10px 0px;
	vertical-align: top;
	background-image: url(pagedesign/page4_back.jpg);
	background-repeat: repeat-y;
	}

.page4_table7_td1
	{
	width: 320px;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	}

.page4_table3
	{
	width: 430px;
	margin: 10px 0px 0px 40px;
	}
	

.page4_table3_td1
	{
	padding-left: 20px;
	line-height: 1.5;
	}

.page4_table3_td2
	{
	padding-left: 50px;
	padding-bottom: 10px;
	line-height: 1.5;
	}

.page4_table9
	{
	width: 450px;
	margin: 10px 0px 0px 40px;
	}

.page4_table9 td
	{
	line-height: 1.6;
	}

.page4_table9_td1
	{
	
	}

.page4_table9_td2
	{
	padding-left: 40px;
	padding-bottom: 20px;
	}

/*page5 福祉用品販売　リース*/
.page5_title
	{
	width: 540px;
	height: 45px;
	background-image: url(pagedesign/page5_title.jpg);
	backgrouns-repeat: no-repeat;
	}

.page5_title th
	{
	padding: 15px 0px 0px 60px;
	color: #ffffff;
	text-align: left;
	vertical-align: center;
	font-weight: bold;
	}

.page5_table1
	{
	width: 520px;
	height: 300px;
	margin: 20px 0px 20px 10px;
	background-image: url(pagedesign/page5_back.jpg);
	backgorund-repeat: no-repeat;
	}

.page5_table1 td
	{
	vertical-align: top;
	}

.page5_table2
	{
	width: 300px;
	margin: 45px 0px 0px 140px;
	}

.page5_table2 th
	{
	font-weight: bold;
	color: #8D433F;
	}

.page5_table2_2
	{
	width: 300px;
	margin: 40px 0px 0px 130px;
	}

.page5_table2_2 td
	{
	line-height: 1.5;
	
	}

.page5_table3
	{
	width: 500px;
	margin: 10px 0px 20px 20px;
	border: 1px solid #cccccc;
	}

.page5_table3_td1
	{
	width: 190px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #cccccc;
	}

.page5_table3 th
	{
	width: 100px;
	padding: 8px;
	background-color: #F5FAED;
	border: 1px solid #cccccc;
	}

.page5_table3_td2
	{
	width: 210px;
	padding: 8px;
	border: 1px solid #cccccc;
	}

.page5_table4
	{
	width: 500px;
	margin: 10px 0px 20px 20px;
	}

.page5_table5
	{
	width: 265px;
	height: 48px;
	margin: 10px 0px 0px 110px;
	background-image: url(pagedesign/page5_back2.jpg);
	background-repeat: no-repeat;
	}

.page5_table5 th
	{
	padding: 10px 0px 0px 80px;
	color: #990000;
	font-weight: bold;
	}

.page5_table4_td1
	{
	padding: 10px 30px;
	line-height: 1.5;
	}

/*page6 通所介護サービス*/
.page6_table1
	{
	width: 520px;
	height: 570px;
	margin: 10px 0px 0px 10px;
	background-image: url(pagedesign/page6_back.jpg);
	background-repeat: no-repeat;
	}

.page6_table1 td
	{
	vertical-align:top;
	text-align: left;
	}


.page6_table2
	{
	width: 400px;
	margin: 330px 0px 0px 70px;
	}

.page6_table2 td
	{
	line-height: 1.5;
	text-align: left;
	}

.page6_table3
	{
	width: 290px;
	margin: 10px 0px 0px 165px;
	}

	*html .page6_table3
	{
	width: 290px;
	margin: 12px 0px 0px 165px;
	}

	*+html .page6_table3
	{
	width: 270px;
	margin: 10px 0px 0px 165px;
	}

.page6_table3 td
	{
	line-height: 1.6;
	text-align: left;
	}

	*html .page6_table3 td
	{
	line-height: 1.6;
	text-align: left;
	}

	*+html .page6_table3 td
	{
	line-height: 1.7;
	text-align: left;
	}

.page6_table4
	{
	width: 400px;
	margin: 10px 0px 20px 60px;
	}

.page6_table4 th
	{
	width: 15px;
	padding: 10px 0px 0px 0px;
	vertical-align: top;

	}

.page6_table4 td
	{
	padding: 7px 0px 0px 10px;
	vertical-align: top;
	}

	*html .page6_table4 td
	{
	padding: 12px 0px 0px 10px;
	vertical-align: top;
	}

	*+html.page6_table4 td
	{
	padding: 14px 0px 0px 10px;
	vertical-align: top;
	border: 1px solid red;
	}

.page6_table5
	{
	width: 450px;
	margin: 10px 0px 20px 60px;
	}

.page6_table5 td
	{
	padding: 0px 0px 0px 10px;
	line-height: 3;
	}

.page6_table6
	{
	width: 420px;
	margin: 10px 0px 20px 60px;
	}

.page6_table6 th
	{
	width: 420px;
	height: 59px;
	font-weight: bold;
	text-align: center;
	verical-align: center;
	background-image: url(pagedesign/page6_title2.jpg);
	background-repeat: no-repeat;
	}

.page6_table6 td
	{
	background-color: #FCFBE4;
	border: 1px solid #cccccc;
	}

.page6_table7
	{
	width: 390px;
	margin: 10px 0px 0px 20px;
	line-height: 1.5;
	border: none;
	}


.page6_table7 td
	{
	border: 1px solid #fcfbe4;
	}

.page6_table7_td1
	{
	padding: 20px 0px 20px 0px;
	}

.page6_table8
	{
	width: 420px;
	margin: 10px 0px 20px 60px;
	}

.page6_table8 th
	{
	width: 420px;
	height: 59px;
	font-weight: bold;
	text-align: center;
	verical-align: center;
	background-image: url(pagedesign/page6_title2.jpg);
	background-repeat: no-repeat;
	}

.page6_table8 td
	{

	background-color: #FCFBE4;
	border: 1px solid #cccccc;
	}

.page6_table9
	{
	width: 400px;
	margin: 10px 0px 0px 10px;

	}

.page6_table9 td
	{
	border: 1px solid #fcfbe4;
	}

.page6_table9_td1
	{
	width: 40px;
	height: 40px;
	vertical-align: center;
	}

.page6_table9_td2
	{
	width: 60px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	color: #FF6600;
	}

.page6_table9_td3
	{
	width: 320px;
	padding: 2px;
	}

.page6_table10
	{
	width: 420px;
	margin: 10px 0px 0px 60px;
	}

.page6_table10 th
	{
	width: 20px;
	padding: 5px;
	}

.page6_table10_td1
	{
	width: 380px;
	padding: 5px;
	}

.page6_table10_td2
	{
	padding: 0px 0px 10px 40px;
	line-height: 1.5;
	}

.page6_table11
	{
	width: 420px;
	margin: 10px 0px 0px 70px;
	background-image: url(pagedesign/page6_back4.jpg);
	background-repeat: repeat-y;
	background-position: right;
	}

.page6_table12
	{
	width: 370px;
	
	}

.page6_table12 td
	{
	line-height: 1.5;
	}

.page6_table13
	{
	width: 350px;
	height: 194px;
	margin: 20px 0px 0px 90px;
	background-image: url(pagedesign/page6_back5.jpg);
	background-repeat: no-repeat;
	}

.page6_table13 td
	{
	width: 175px;
	}

.page6_table14
	{
	width: 120px;

	}

.page6_table14 th
	{
	line-height: 1.5;
	padding: 0px 5px 5px 0px;
	}

.page6_table14 td
	{
	line-height: 1.5;
	padding: 0px 0px 5px 0px;
	}

.page6_table15
	{
	width: 400px;
	margin: 20px 0px 20px 70px;
	}


.page6_table16
	{
	width: 420px;
	margin: 10px 0px 20px 60px;
	}

.page6_table16 th
	{
	width: 420px;
	height: 59px;
	font-weight: bold;
	text-align: center;
	verical-align: center;
	background-image: url(pagedesign/page6_title2.jpg);
	background-repeat: no-repeat;
	}

.page6_table16_td
	{
	padding: 0px 0px 20px 0px;
	background-color: #FCFBE4;
	border: 1px solid #cccccc;
	}

.page6_table17
	{
	margin: 20px 0px 0px 40px;
	}

.page6_table17 td
	{
	width: 160px;
	}

.page6_table17_td1
	{
	width: 160px;
	padding: 5px 10px 0px 0px;
	font-size: 90%;
	text-align: center;
	}

.page6_table18
	{
	width: 520px;
	margin: 10px 0px 10px 10px;
	border: 1px solid #cccccc;
	}

.page6_table18 th
	{
	width: 140px;
	padding: 8px;
	line-height: 1.5;
	background-color: #F7F7ED;
	border: 1px solid #cccccc;
	}

.page6_table18 td
	{
	width: 380px;
	padding: 8px;
	line-height: 1.5;
	border: 1px solid #cccccc;
	}

.page6_table19
	{
	margin: 10px 0px 0px 50px;
	}

.page6_table19 td
	{
	text-align: center;
	}

.page6_table19_td1
	{
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	color: #CC6600;
	}

/*page7 （有）富喜　認知症対応塾老人共同生活援助事業*/
.page7_table1
	{
	width: 520px;
	margin: 10px 0px 0px 10px;
	}

.page7_table1 th
	{
	width: 520px;
	}

.page7_table1_td1
	{
	width: 520px;
	padding: 10px 30px 0px 30px;
	line-height: 1.5;
	background-image: url(pagedesign/page7_back2.jpg);
	background-repeat: repeat-y;
	}

.page7_table2
	{
	width: 420px;
	margin: 10px 0px 20px 60px;
	}

.page7_table2 th
	{
	width: 420px;
	height: 59px;
	font-weight: bold;
	text-align: center;
	verical-align: center;
	background-image: url(pagedesign/page7_back4.jpg);
	background-repeat: no-repeat;
	}

.page7_table2_td
	{
	background-color: #FCFBE4;
	border: 1px solid #cccccc;
	}

.page7_table3
	{
	margin: 10px 0px 0px 70px;
	}

.page7_table3 td
	{
	text-align: center;
	}

.page7_table4
	{
	width: 300px;
	height: 78px;
	margin: 10px 0px 20px 0px;
	background-image: url(pagedesign/page7_bottom.jpg);
	background-repeat: no-repeat;
	}

.page7_table4 td
	{
	padding: 10px 0px 0px 10px;
	text-align: left;
	vertical-align: top;
	}

/*page8 不動産事業*/
.page8_table1
	{
	width: 520px;
	background-color: #f1eedd;
	margin: 20px 0px 0px 10px;
	border: 1px solid #cccccc;
	}

.page8_table2
	{
	margin: 10px 0px 0px 20px;
	}

.page8_table2 th
	{
	width: 493px;
	height: 49px;
	font-weight: bold;
	color: #585821;
	text-align: center;
	background-image: url(pagedesign/page8_title.jpg);
	background-repeat: no-repeat;
	}

.page8_table2_td1
	{
	padding: 10px 20px 10px 30px;
	vertical-align: top;
	line-height: 1.6;
	}

.page8_table2_td2
	{
	padding: 10px 30px 20px 0px;
	}



.page8_table3
	{
	width: 520px;
	margin: 10px 0px 20px 10px;
	background-color: #F2EDDD;
	border: 1px solid #cccccc;
	}

.page8_table3 td
	{
	vertical-align: top;
	}

.page8_table4
	{
	width: 470px;
	height: 21px;
	margin: 20px 0px 10px 25px;
	border-bottom: 1px solid #cccccc;
	background-image: url(pagedesign/page8_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px -3px;
	}

.page8_table4 td
	{
	padding: 0px 0px 3px 26px;
	color: #663333;
	font-weight: bold;
	}

.page8_table5
	{
	width: 230px;
	height: 300px;
	margin: 10px 0px 20px 22px;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

.page8_table5 th
	{
	width: 230px;
	height: 100px;
	padding: 10px;
	vertical-align: top;
	text-align: center;
	}

.page8_table5 td
	{
	width: 230px;
	padding: 0px 0px 10px 0px;
	line-height: 1.2;
	color: #663300;
	text-align: center;
	vertical-align: top;
	}

.page8_table6
	{
	width: 230px;
	height: 300px;
	margin: 10px 10px 20px 0px;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

.page8_table6 th
	{
	width: 230px;
	height: 100px;
	padding: 10px;
	vertical-align: top;
	text-align: center;
	}

.page8_table6 td
	{
	width: 230px;
	padding: 0px 0px 10px 0px;
	line-height: 1.2;
	color: #663300;
	text-align: center;
	vertical-align: top;
	}

.page8_table7
	{
	margin: 20px 0px 20px 10px;
	}

.page8_table7 th
	{
	width: 520px;
	height: 98px;
	font-weight: bold;
	color: #54551F;
	text-align: center;
	background-image: url(pagedesign/page8_title3.jpg);
	background-repeat: no-repeat;
	}

.page8_table7 th p
	{
	margin: 30px 0px 0px 0px;
	}

.page8_table7_td
	{
	width: 520px;
	padding: 0px 10px 10px 0px;
	line-height: 1.5;
	vertical-align: top;
	background-image: url(pagedesign/page8_back1.jpg);
	background-repeat: repeat-y;
	}

.page8_table7_td1
	{
	width: 320px;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	}

.page8_table8
	{
	width: 480px;
	margin: 10px 0px 0px 20px;
	}

.page8_table7_td1
	{
	width: 80px;
	font-weight: bold;
	color: #585821;
	}

.page8_table7_td2
	{
	width: 120px;
	padding: 0px 0px 0px 0px;
	}

.page8_table7_td3
	{
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	}

/*page9 会社案内*/
.page9_table1
	{
	width: 520px;
	margin: 10px 0px 0px 10px;
	border: 1px solid #cccccc;
	}

.page9_table1 th
	{
	width: 140px;
	padding: 8px;
	line-height: 1.5;
	vertical-align: top;
	background-color: #F7F7ED;
	border: 1px solid #cccccc;
	}

.page9_table1 td
	{
	width: 380px;
	padding: 8px;
	line-height: 1.5;
	border: 1px solid #cccccc;
	}

.page9_table2
	{
	width: 520px;
	margin: 10px 0px 20px 10px;
	background-image: url(pagedesign/page9_back1.jpg);
	background-repeat: repeat-y;
	}

.page9_table3
	{
	width: 520px;
	height: 24px;
	margin: 20px 0px 20px 0px;
	background-image: url(pagedesign/page9_back2.jpg);
	background-repeat: no-repeat;
	}

.page9_table3 td
	{
	padding: 0px 0px 0px 65px;
	}

.page9_table4
	{
	width: 450px;
	margin: 0px 0px 0px 36px;
	}

.page9_table4 th
	{
	line-height: 1.5;
	}

.page9_table4_td1
	{
	width: 150px;
	}

.page9_table4_td2
	{
	padding: 5px 0px 0px 20px;
	vertical-align: top;
	line-height: 1.5;
	}

.page9_table5
	{
	width: 520px;
	margin: 10px 0px 20px 10px;
	background-color: #F7F7ED;
	border: 1px solid #cccccc;
	}

.page9_table6
	{
	width: 485px;
	height: 72px;
	margin: 20px 0px 0px 16px;
	background-image: url(pagedesign/page9_back3.jpg);
	background-repeat: no-repeat;
	}

.page9_table6 td
	{
	padding: 0px 0px 0px 30px;
	font-size: 120%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: #663300;
	}

.page9_table7
	{
	width: 450px;
	margin: 10px 0px 0px 30px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	}

.page9_table7 td
	{
	padding: 20px;
	line-height: 1.5;
	}

.page9_table8
	{
	width: 500px;
	height: 98px;
	margin: 10px 0px 0px 10px;
	background-image: url(pagedesign/page9_back4.jpg);
	background-repeat: no-repaet;
	}

.page9_table8 td
	{
	padding-top: 34px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	font-size: 120%;
	color: #555500;
	}

.page9_table9
	{
	width: 500px;
	margin: 0px 0px 20px 10px;
	background-color: #9DB832;
	}

.page9_table10
	{
	width: 480px;
	margin: 0px 0px 20px 10px;
	background-color: #eff4de;
	}

.page9_table10 th
	{
	width: 40px;
	padding: 10px 0px 0px 20px;
	vertical-align: center;
	}

.page9_table10 td
	{
	vertical-align: center;
	padding: 10px 20px 0px 0px;
	line-height: 1.2;
	}

.page9_table12
	{
	width: 480px;
	margin: 30px 0px 0px 20px;
	background-color: #EFEFDA;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

.page9_table12 th
	{
	height: 30px;
	padding: 13px 0px 0px 50px;
	font-weight: bold;
	background-image: url(pagedesign/page8_icon.jpg);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	}

.page9_table12_td
	{
	line-height: 1.2;
	padding: 0px 0px 0px 70px;
	}

.page9_table13
	{
	margin: 10px 0px 10px 16px;
	}

/*page10 洋風・和風工法*/
.page10_table1
	{
	width: 520px;
	background-color: #F7F7ED;
	margin: 20px 0px 0px 10px;
	border: 1px solid #cccccc;
	}

.page10_table2
	{
	margin: 10px 0px 0px 20px;
	}

.page10_table2 th
	{
	width: 493px;
	height: 49px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	background-image: url(pagedesign/page10_title2.jpg);
	background-repeat: no-repeat;
	}

.page10_table1_td1
	{
	width: 280px;
	padding: 10px 0px 10px 30px;
	vertical-align: top;
	line-height: 1.6;
	}

.page10_table1_td2
	{
	padding: 10px 30px 10px 10px;
	vertical-align: top;
	}

.page10_table3
	{
	margin: 20px 0px 20px 10px;
	}

.page10_table3 th
	{
	width: 520px;
	height: 98px;
	font-weight: bold;
	color: #8D433F;
	text-align: center;
	background-image: url(pagedesign/page10_back1.jpg);
	background-repeat: no-repeat;
	}

.page10_table3_td
	{
	width: 520px;
	padding: 0px 0px 10px 0px;
	vertical-align: top;
	background-image: url(pagedesign/page10_back2.jpg);
	background-repeat: repeat-y;
	}

.page10_table3 th p
	{
	margin: 30px 0px 0px 0px;
	}

.page10_table4
	{
	width: 460px;
	margin: 10px 0px 0px 30px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	}

.page10_table4 td
	{
	padding: 10px;
	}

.page10_table4 td
	{
	text-align: left;
	line-height: 1.5;
	}

.page10_table7
	{
	width: 520px;
	margin: 10px 0px 20px 10px;
	background-color: #F9F9F9;
	border: 1px solid #cccccc;
	}

.page10_table7 td
	{
	vertical-align: top;
	}

.page10_table8
	{
	width: 470px;
	height: 21px;
	margin: 20px 0px 10px 25px;
	border-bottom: 1px solid #cccccc;
	background-image: url(pagedesign/page1_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px -3px;
	}

.page10_table8 td
	{
	padding: 0px 0px 3px 26px;
	font-weight: bold;
	}

.page10_table9
	{
	width: 230px;
	margin: 10px 0px 20px 22px;
	background-color: #ffffff;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	}

.page10_table9 th
	{
	width: 230px;
	padding: 10px;
	vetical-align: top;
	text-align: center;
	}

.page10_table9 td
	{
	width: 230px;
	padding: 0px 0px 10px 0px;
	line-height: 1.2;
	text-align: center;
	vertical-align: top;
	}

.page10_table10
	{
	width: 230px;
	margin: 10px 10px 20px 0px;
	background-color: #ffffff;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	}

.page10_table10 th
	{
	width: 230px;
	padding: 10px;
	vetical-align: top;
	text-align: center;
	}

.page10_table10 td
	{
	width: 230px;
	padding: 0px 0px 10px 0px;
	line-height: 1.2;
	text-align: center;
	vertical-align: top;
	}

.page102_table1
	{
	width: 520px;
	background-color: #F7F7ED;
	margin: 20px 0px 0px 10px;
	border: 1px solid #cccccc;
	}

.page102_table2
	{
	margin: 10px 0px 0px 20px;
	}

.page102_table2 th
	{
	width: 493px;
	height: 49px;
	font-weight: bold;
	color: #29460A;
	text-align: center;
	background-image: url(pagedesign/page10_title3.jpg);
	background-repeat: no-repeat;
	}

.page102_table1_td1
	{
	width: 280px;
	padding: 10px 0px 10px 30px;
	vertical-align: top;
	line-height: 1.6;
	}

.page102_table1_td2
	{
	padding: 10px 30px 10px 10px;
	vertical-align: top;
	}

.page102_table3
	{
	margin: 20px 0px 20px 10px;
	}

.page102_table3 th
	{
	width: 520px;
	height: 98px;
	font-weight: bold;
	color: #8D433F;
	text-align: center;
	background-image: url(pagedesign/page10_back11.jpg);
	background-repeat: no-repeat;
	}

.page102_table3_td
	{
	width: 520px;
	padding: 0px 0px 10px 0px;
	vertical-align: top;
	background-image: url(pagedesign/page10_back22.jpg);
	background-repeat: repeat-y;
	}

.page102_table3 th p
	{
	margin: 30px 0px 0px 0px;
	}

.page102_table3_td span
	{
	color: #8C433F;
	font-weight: bold;
	}

.page102_table7
	{
	width: 520px;
	margin: 10px 0px 20px 10px;
	background-color: #EFF2E8;
	border: 1px solid #cccccc;
	}

.page102_table7 td
	{
	vertical-align: top;
	}

.page102_table8
	{
	width: 470px;
	height: 21px;
	margin: 20px 0px 10px 25px;
	border-bottom: 1px solid #cccccc;
	background-image: url(pagedesign/page1_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px -3px;
	}

.page102_table8 td
	{
	padding: 0px 0px 3px 26px;
	font-weight: bold;
	color: #476826;
	}

.page102_table9
	{
	width: 230px;
	margin: 10px 0px 20px 22px;
	background-color: #F5F1D1;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

.page102_table9 th
	{
	width: 230px;
	padding: 10px;
	vetical-align: top;
	text-align: center;
	}

.page102_table9 td
	{
	width: 230px;
	padding: 0px 0px 10px 0px;
	line-height: 1.2;
	text-align: center;
	vertical-align: top;
	}

.page102_table10
	{
	width: 230px;
	margin: 10px 10px 20px 0px;
	background-color: #F5F1D1;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

.page102_table10 th
	{
	width: 230px;
	padding: 10px;
	vetical-align: top;
	text-align: center;
	}

.page102_table10 td
	{
	width: 230px;
	padding: 0px 0px 10px 0px;
	line-height: 1.2;
	text-align: center;
	vertical-align: top;
	}

/*page11 お問い合わせ*/
.page11_title
	{
	width: 540px;
	height: 45px;
	background-image: url(pagedesign/page11_title.jpg);
	backgrouns-repeat: no-repeat;
	}

.page11_title th
	{
	padding: 15px 0px 0px 60px;
	color: #ffffff;
	text-align: left;
	vertical-align: center;
	font-weight: bold;
	}

.page11_table1
	{
	width: 480px;
	margin: 10px 0px 0px 20px;
border-collapse: collapse;
	}

.page11_table2
	{
	width: 520px;
	margin: 10px 0px 0px 10px;
border-collapse: collapse;
	}

.page11_table2 th
	{
	width: 140px;
	padding: 10px 20px;
	vertical-align: top;
	line-height: 1.5;
	background-color: #F7F7ED;
	border: 1px solid #cccccc;
border-collapse: collapse;
	}

.page11_table2 td
	{
	width: 340px;
	padding: 10px 20px;
	vertical-align: top;
	line-height: 1.5;
	border: 1px solid #cccccc;
border-collapse: collapse;
	}

.input1
{
width: 310px;
}

.input2
{
width: 150px;
}


.anser
{
width: 520px;
height: 231px;
margin: 10px 0px 0px 10px;
padding-top: 86px;
background-image: url(http://odako.co.jp/pagedesign/answer.jpg);
background-repeat: no-repeat;
}

.anser table
{
width: 340px;
margin: 0px 0px 0px 100px;
}

.anser table th
{
font-weight: bold;
color: #8C433F;
line-height: 1.5;
text-align: center;
}

.anser table td
{
padding-top: 14px;
font-weight: bold;
color: #8C433F;
text-align: left;
}

.contact_99
{
text-align: center;
margin: 10px auto;
}

*html .contact_99
{
text-align:left;
margin: 10px 0px 0px 90px;
}

*+html .contact_99
{
text-align:left;
margin: 10px 0px 0px 90px;
}

/*新着情報2010/02/01追加*/
.new
	{
	width: 520px;
	margin: 0px 0px 10px 10px;
	border-top: 1px solid #85A247;
	}

.new th
	{
	padding: 20px 30px 0px 30px;

	}

.new th img
	{
	margin: 0px 5px 0px 0px;
	float: left;
	}


.new th p
	{
	margin: 5px 0px 0px 0px;
	color: #666666;
	font-size: 90%;
	font-weight: bold;
	}

.new_td1
	{
	padding: 5px 30px 10px 60px;
	font-size: 130%;
	font-weight: bold;
	color: #006633;
	border-bottom: 1px dotted #cccccc;
	}


.new_td2
	{
	padding: 10px 50px;
	color: #663333;
	}

.new_td3
	{
	text-align: right;
	}

