@charset "shift-jis";

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

level2.css

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

/*--------------------------------------------------------------------
common elements
--------------------------------------------------------------------*/

#rightpane h2{
	height: 94px;
	background: url(http://kisetsuhome.com/css/img/h2.gif) no-repeat;
	overflow: hidden;
	line-height: 94px;
	font-size: 30px;
	color: #FFF;
	padding-left: 15px;
	letter-spacing: 2px;
}
#rightpane h3{
	height: 30px;
	background: url(http://kisetsuhome.com/css/img/h3.gif) no-repeat;
	overflow: hidden;
	line-height: 32px;
	font-size: 12px;
	color: #FFF;
	padding-left: 10px;
	letter-spacing: 1px;
}
#rightpane h4{
	height: 25px;
	background: url(./img/h4.gif) no-repeat;
	overflow: hidden;
	line-height: 27px;
	font-size: 12px;
	color: #33A6B9;
	padding-left: 23px;
	margin: 10px 0 0 5px;
}
#


/*table
----------------------------------*/
/*table1*/
.table1{
	width: 470px;
	border-top: solid 1px #DFDFDF;
}
.table1 th,
.table1 td{
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #DFDFDF;
}
.table1 th{
	padding-left: 13px;
	color: #606060;
	white-space: nowrap;
	background: url(../img/icon.gif) no-repeat 2px 10px;
}
.table1 td{
	padding-left: 20px;
}

/*table2*/
.table2{
	width: 499px;
	background: #DBDBDB;
}
.table2 th,
.table2 td{
	padding: 3px 5px;
	vertical-align: top;
}
.table2 th{
	color: #086F3B;
	white-space: nowrap;
	background: #EFEFEF;
}
.table2 td{background: #FFF;}

.tac th,
.tac td{text-align: center;}
.tal th,
.tal td{text-align: left;}

/*btntable*/
.btntable{
	width: 236px;
	margin: 10px 0 0 117px;
}
.btntable td{
	text-align: center;
}

/*box
----------------------------------*/
.box{
	width: 490px;
	margin-left: 15px;
	margin-top: 8px;
}
.box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.box p{margin-top: 0px;}
.box b{
	color: #036EC7;
}
.box ul{
	margin-top: 7px;
	padding-bottom: 5px;
}
.box ul li{
	color: #505050;
	background: #F8F8F8;
	padding: 3px 10px;
	margin-bottom: 5px;
	border: solid 1px #D7D7D7;
}
.box img.left{margin: 0 20px 0 0;}
.box img.right{margin: 0 0 0 20px;}
.plus h4{margin-bottom: 5px;}
.plus p{padding: 0 5px;}
.bt{
	background: url(../img/bg_01.gif) repeat-x;
	padding-top: 10px;
}

.T2{width:493px;margin-bottom:20px;margin-top:10px;font-size:14px;}
.td1{padding:5px;border-bottom:1px solid #bfae8a;background-color:#d9c9a7;width:90px;}
.td3{padding:5px;border-bottom:1px solid #bfae8a;background-color:#f0e6d0;width:40px;text-align:center;}
.td2{padding:5px;border-bottom:1px solid #bfae8a;}

/* ---------- sub-cat-menu ---------- */



#sub-cat-menu {

	text-align:left;

	margin:10px 2px 0px 2px;

}



#sub-cat-menu ul { list-style:none; }

#sub-cat-menu li {



	display: inline;

	margin: 20px 2px 0px 15px;

}



#sub-cat-menu li a {

	color:#59b495;

	background:url(http://kisetsuhome.com/img/subtit-mark1.gif) no-repeat top left;

	text-decoration: none;

	padding-left:15px;

	white-space: nowrap;

	font-size: 11px;

}



#sub-cat-menu li a:hover {

	color:#38CF9C;

	background:url(http://kisetsuhome.com/img/subtit-mark2.gif) no-repeat top left;

	text-decoration:underline;

}



/* ---------- sub-cat-menu_end ---------- */